Philip Jägenstedt
Philip Jägenstedt
Compare these two views of `view=subtest` and `view=test`: https://wpt.fyi/results/html/semantics/interactive-elements/the-dialog-element?label=master&label=stable&aligned&view=subtest https://wpt.fyi/results/html/semantics/interactive-elements/the-dialog-element?label=master&label=stable&aligned&view=test These looks correct, no issue. However, adding `feature:dialog` to the query changes `view=test` radically: https://wpt.fyi/results/html/semantics/interactive-elements/the-dialog-element?label=master&label=stable&aligned&view=subtest&q=feature%3Adialog https://wpt.fyi/results/html/semantics/interactive-elements/the-dialog-element?label=master&label=stable&aligned&view=test&q=feature%3Adialog The passing reftests are...
### Test List From https://github.com/web-platform-tests/wpt/pull/51509: https://wpt.fyi/results/css/css-anchor-position/anchor-center-htb-htb.html https://wpt.fyi/results/css/css-anchor-position/anchor-center-htb-vrl.html https://wpt.fyi/results/css/css-anchor-position/anchor-center-vrl-htb.html https://wpt.fyi/results/css/css-anchor-position/anchor-center-vrl-vrl.html https://wpt.fyi/results/css/css-anchor-position/position-area-anchor-outside.html https://wpt.fyi/results/css/css-anchor-position/position-area-anchor-partially-outside.html https://wpt.fyi/results/css/css-anchor-position/position-area-basic.html cc @fantasai ### Rationale This affected the test results and we should review if there are any surprises....
Suggested by @jsnkuhn in https://github.com/web-platform-tests/interop/issues/589#issuecomment-1929665846. The action would be to link [Recommendation Track](https://www.w3.org/policies/process/#rec-track) in the templates which we removed in https://github.com/web-platform-tests/interop/pull/862/files when we revive them for Interop 2026.
The HMTL spec is built using [Wattsi](https://github.com/whatwg/wattsi), which is different in many ways to [Bikeshed](https://github.com/speced/bikeshed). The differences can be a bit of hassle for people who are used to Bikeshed,...
https://mdn-bcd-collector.gooborg.com/tests/javascript/builtins/Iterator/Iterator As discussed in https://github.com/mdn/browser-compat-data/pull/26472 and linked issues, the `Iterator` constructor cannot be used directly, only as `super()` for a subclass. The generated test for it is currently: ```js (function...
**Is your feature request related to a problem? Please describe.** I was reviewing this list of features missing in Chrome: https://webstatus.dev/?q=-available_on%3Achrome+%28available_on%3Afirefox+OR+available_on%3Asafari%29 It includes `execCommand()`, which surprised me, because I know...
Steps to reproduce: - https://webstatus.dev/?q=available_on%3Achrome+available_on%3Afirefox+available_on%3Asafari - Put the keyboard cursor right at the beginning of the query and type a "-" - Hit enter, hoping to see the updated search...
https://webstatus.dev/features/numeric-factory-functions looks like this: The uneven height of the Chrome/Edge/Firefox/Safari/Baseline cards is visually not pleasing IMHO. Note that this happens even when all of the data is available, just to...
This feature was removed in https://github.com/web-platform-dx/web-features/pull/1500. Discovered by auditing all features in WPT and elsewhere: https://github.com/web-platform-dx/web-features/pull/3051