Simon Pieters

Results 719 comments of Simon Pieters

@mcking65 wanted a more thorough list of cases that trigger live regions. Currently that section mostly links to the accessibility tree section, which has new content in https://github.com/w3c/aria-practices/pull/1045 -- but...

I have now converted this to HTML.

My understanding is that this is bug fix to make CloseWatcher work as intended. OK for Mozilla.

We have httparchive! Total number of pages in the dataset is 12,808,711. - 979,195 = 7,64% of pages use `createNodeIterator()` - 2,708,575 = 21.15% of pages use `createTreeWalker()` https://docs.google.com/spreadsheets/d/1AJRajLjk7SvKTjuZMUOsYHobgFVThA5BN-Na2qNoTKA/edit?usp=sharing From...

Tests at https://github.com/web-platform-tests/wpt/pull/45650

@jernoble removing an `iframe` from the document removes the entire browsing context. > Surely the website can store the removed frame in a JS object for re-insertion later, rather than...

Also see https://github.com/whatwg/html/issues/9793

A new element in `head` is problematic as it implies `` in the parser.

> Also I wonder if we could make clear in the documents somehow that not all tests can be run in wpt.live? I'm not sure where that information belongs, or...