interop
interop copied to clipboard
web-platform-tests Interop project
### Description The [`overflow-inline`](https://drafts.csswg.org/css-overflow-3/#propdef-overflow-inline) and [`overflow-block`](https://drafts.csswg.org/css-overflow-3/#propdef-overflow-block) CSS properties, which are the logical equivalents of `overflow-x` and `overflow-y`, are currently only supported in Firefox. When writing an entire page layout with...
### Description The Navigation API makes it easier for single page apps to handle navigation and updates to the URL. A modern and much improved alternative to the History API....
### Description The Web Share API is an API for sharing text, links and other content to an arbitrary destination of the user's choice. While it’s already possible for a...
### Description Firefox currently does not support the [`"plaintext-only"`](https://w3c.github.io/contentEditable/#plaintext_only_state) state for the [`contenteditable` attribute](https://html.spec.whatwg.org/multipage/interaction.html#contenteditable). ### Specification https://html.spec.whatwg.org/multipage/interaction.html#contenteditable https://w3c.github.io/contentEditable/#plaintext_only_state ### Additional Signals Mozilla standards position: https://github.com/mozilla/standards-positions/issues/839
### Test List [pointerevents/pointerevent_pointerout_no_pointer_movement.html](https://wpt.fyi/results/pointerevents/pointerevent_pointerout_no_pointer_movement.html?label=master&label=experimental&aligned) ### Rationale I am proposing to remove the above test from Interop 2024: while the test matches the spec, both the test and the spec contradicts...
Would you consider adding a mechanism to associate focus area proposal issues to their corresponding web-features? **Context** - [Focus area proposal issues](https://github.com/web-platform-tests/interop/issues?q=is%3Aissue+label%3Afocus-area-proposal) are filed each year, as new issues on...