Bug 160667 - [Meta] Improve support for Range mutations
Summary: [Meta] Improve support for Range mutations
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL: http://w3c-test.org/dom/ranges/Range-...
Keywords: WebExposed
Depends on: 160663 160676
Blocks:
  Show dependency treegraph
 
Reported: 2016-08-08 12:06 PDT by Chris Dumez
Modified: 2023-04-07 21:32 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2016-08-08 12:06:07 PDT
Improve support for Range mutations.

We have over 3000 failures on the following web-platform-test:
http://w3c-test.org/dom/ranges/Range-mutations.html

Firefox is passing 100%.

A lot of the failures seem related to our implementation of the Selection API not matching the specification:
- https://www.w3.org/TR/selection-api/#idl-def-Selection
Comment 1 Ahmad Saleem 2023-04-07 21:32:56 PDT
We are now passing all as well with Live Range Selection API - https://wpt.fyi/results/dom/ranges?label=master&label=experimental&aligned&q=range-mutations

Marking this as "RESOLVED CONFIGURATION CHANGED".