Re: [csswg-drafts] URL encoding of CSS values (#9301)

Yeah, after discussing with @annevk out-of-thread, I realized that the URL design is, for historical reasons, really weird. I had assumed that URLs stored their value normally, as codepoints, and then percent-encoded when you asked them to be serialized; instead, they store *ASCII only*, and percent-encode any non-ASCII (or ASCII-but-weird) codepoints *during parsing* according to a specified encoding.

Fix incoming.

-- 
GitHub Notification of comment by tabatkins
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/9301#issuecomment-1796297782 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Monday, 6 November 2023 20:03:07 UTC