On Thu, Jul 14, 2022 at 11:53 PM Theo Buehler <[email protected]> wrote: > > Removes two extraneous ` (backtick) characters. > > Applies quoting around URLs used as the values of href attributes. > > (the / (slash) character needs to be quoted in attributes) > > Committed, thanks. I don't think the / needs to be quoted, but I took > that part anyway for consistency with the rest of the page.
Glad to help. > From > https://html.spec.whatwg.org/multipage/introduction.html#intro-early-example > > The attribute value can remain unquoted if it doesn't contain ASCII > whitespace or any of " ' ` = < or >. Oh! You're right. HTML5 is more lenient than previous versions.
