- From: Tab Atkins Jr. <notifications@github.com>
- Date: Thu, 07 Dec 2023 14:22:50 -0800
- To: whatwg/url <url@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 7 December 2023 22:22:56 UTC
I'm about to cut a new release of Bikeshed, and it'll start complaining about the unescaped `&` in these two URLs (because they look like a `&b;` character escape, but without a final semicolon and with an unknown name). This is a parse error, [per the HTML spec](https://html.spec.whatwg.org/multipage/parsing.html#named-character-reference-state). You can view, comment on, or merge this pull request online at: https://github.com/whatwg/url/pull/808 -- Commit Summary -- * Properly escape the & -- File Changes -- M url.bs (4) -- Patch Links -- https://github.com/whatwg/url/pull/808.patch https://github.com/whatwg/url/pull/808.diff -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/url/pull/808 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/url/pull/808@github.com>
Received on Thursday, 7 December 2023 22:22:56 UTC