Simon Pieters

Results 719 comments of Simon Pieters

The table seems to use the same structure as in https://html.spec.whatwg.org/multipage/webappapis.html#event-handlers-on-elements%2C-document-objects%2C-and-window-objects but confusingly defines "snapChanged" and "snapChanging" as an event handlers for `scroll` events (on which objects?). i.e.: ``` obj.snapChanged...

The implemented `SnapEvent` interface is also not specified.

Why are new events needed, vs adding the snap information to the existing `scroll` and `scrollend` events?

OK, thanks. Since there was a comment about the naming, I'd like to suggest event names that are more consistent with `scroll` and `scrollend`: - `scrollsnap` - `scrollsnapend` This would...

@nigelmegitt I think that should be fixed in the SVG itself by using `currentColor` and `color-scheme: light dark`. I can submit a PR for the image in resources.whatwg.org.

CSS WG discussed how fullscreen affects `:modal` in https://github.com/w3c/csswg-drafts/issues/7311#issuecomment-1163385752 > RESOLVED: Fullscreen elements should inert the stuff behind them, and match :modal

I queried httparchive (total pages 12,808,711). Findings: - 1.77% of pages use `summary` (226,719 pages) - of those, 46% use `summary` with interactive content (or 105,235 pages or 0.82% of...

Also usage of `summary` seems to have grown from [0.9% last year](https://docs.google.com/spreadsheets/d/1grkd2_1xSV3jvNK6ucRQ0OL1HmGTsScHuwA8GZuRLHU/edit#gid=2057119066&range=I80). I agree with @domenic that making nested interactive content accessible in AT seems ideal. I don't expect we'll...

Thanks @dbaron! My httparchive query is also for only homepages, FWIW. It's interesting you found about 9% of summary-using-pages use interactive content in summary and in httparchive it was 46%....

Looking at some examples from https://github.com/whatwg/html/issues/2272#issuecomment-1576352017 : - https://nyheder.tv2.dk/ in the site menu, the sections are expandable `details`, and the `summary` has a link (that will navigate to another page)....