Simon Pieters

Results 719 comments of Simon Pieters

I'm happy to help with review. +1 to what @domenic said.

Right so Gecko implemented `label` for both quirks mode and standards mode 3 years ago (Firefox 77), see https://bugzilla.mozilla.org/show_bug.cgi?id=40545#c79 I see one bug marked as a regression: https://bugzilla.mozilla.org/show_bug.cgi?id=1644611 (author-provided `::before`...

> The button wraps because the way Firefox implements the OpenType spec for variable-size fonts creates thicker text for font-weight ("bold") than other browsers. For the macOS system font, this...

I ran into this also, specifically using https://www.alexwforsythe.com/code-blocks/

Here's an example: https://developer.chrome.com/articles/webtransport/#feedback

This flag is needed for both `style` and `script`, right?

Supporting light dismiss for `dialog` seems nice. I wonder if we're able to make it work by default, or does that break content that implement their own light dismiss?

@annevk https://w3c.github.io/DOM-Parsing/#dom-innerhtml-innerhtml is exists on all elements, but switches on the HTMLness of the document, so any strangeness is not new. https://software.hixie.ch/utilities/js/live-dom-viewer/saved/12394 I agree that `getHTML()` shouldn't have an XML...