Simon Pieters

Results 719 comments of Simon Pieters

Rebase to the latest `master` (or any commit after https://github.com/web-platform-tests/wpt/commit/b31783e518cd5c95f3143027fd31ab5b11f3bb36 )

@noamr per spec, when the `iframe` is [first inserted](https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element:html-element-insertion-steps), [process the `iframe` attributes](https://html.spec.whatwg.org/multipage/iframe-embed-object.html#process-the-iframe-attributes) is run but returns at 2.2. Then something navigates. Then [setting `src`](the-iframe-element:attr-iframe-src-4) will again call process the...

These are unstable in Chrome: - /html/semantics/embedded-content/the-iframe-element/iframe-loading-lazy-nav-location-replace-set-src.html - /html/semantics/embedded-content/the-iframe-element/iframe-loading-lazy-nav-meta-refresh.optional.html The first one I think should be stable per spec, since the lazy navigation happens after `location.replace` and it sets the...

> The IDL should be imported from the spec after the spec change has landed. I think that will be when https://github.com/w3c/webref/pull/1153 is merged and the corresponding automated PR for...

There's a [search query](https://github.com/web-platform-tests/wpt.fyi/blob/main/api/query/README.md#istentative) if you want to count or exclude from the count: - `is:tentative` - `is:!tentative` But a visible by default indicator (a separate column?) seems nice.

Other options: - Extend AT Driver to include WebDriver capabilities request - Use an out-of-band protocol (e.g. an HTTP request/response) to request both AT Driver capabilities and WebDriver capabilities

Changing to `CSS` namespace is https://github.com/w3c/csswg-drafts/pull/437

Indeed. Maybe a note about `navigator.sendBeacon()` is sufficient here.

It seems reasonable to me to specify what non-Gecko browsers do (disable the quirk for display: list-item). @bzbarsky sounds ok? @mstensho interested in making a PR?

OK, that sounds good to me. :)