Simon Pieters

Results 719 comments of Simon Pieters

I started looking into what the blocklist should contain based on what browsers support and comments in https://github.com/whatwg/html/issues/3998. PTAL https://docs.google.com/spreadsheets/d/1_jA5brgGVwTNvCzVDagfwCAZQIH2gYq6RlBS4QtSX1o/edit#gid=0 copy of the sheet's current state Scheme | Firefox |...

Thanks @RByers! > More important than the specific list of schemes to block is, I think, the principles we'd use for deciding what should be on the blocklist. Perhaps just...

> * `smb` (standard scheme, we probably want websites to be able to take over this at the user's discretion) Removed `smb` from the spreadsheet. Thanks!

`decode()` could run its steps sync if there is no "update the image data" currently running (maybe this should be formalized also).

In Chromium, the `link` actually blocks the HTML parser, right? Also see https://github.com/whatwg/html/issues/1349

This was added in https://github.com/whatwg/html/commit/931c9ad82edc3c504d1a1d149174257772a31d80 Rationale: https://lists.whatwg.org/pipermail/whatwg-whatwg.org/2011-August/075259.html >> 2. Introduce an unregisterProtocolHandler() function. >> >> Such a function is desirable because it allows sites to remove outdated >> handlers from...

I don't think this should be controllable from the markup alone, since that will lead people to put the attribute on `` to satisfy their client/boss/self. https://validator.nu/ actually has this...

HTML doesn't support namespace syntax so that doesn't work. This issue is about adding some other mechanism to ignore subtrees in HTML. That said, if you are using custom markup...

I have thought about using an LLM to generate a testing plan (giving it https://web-platform-tests.org/writing-tests/making-a-testing-plan.html + the relevant part of the spec to test), and just tested it now with...