Bug 5116
Summary: | Add intersection testing helpers to DOMRange | ||
---|---|---|---|
Product: | WebKit | Reporter: | Alexey Proskuryakov <ap> |
Component: | DOM | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WONTFIX | ||
Severity: | Enhancement | CC: | ahmad.saleem792, ap, bfulgham, gsnedders, ian, rniwa |
Priority: | P3 | ||
Version: | 420+ | ||
Hardware: | Mac | ||
OS: | OS X 10.4 |
Alexey Proskuryakov
I would be nice to have helpers to test whether DOMRanges intersect and whether a point is in a
DOMRange, as Darin suggested in <http://bugzilla.opendarwin.org/show_bug.cgi?id=4394#c9>.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ahmad Saleem
I think WPT has coverage for DOM Ranges and I think they are sufficient as of right now:
https://wpt.fyi/results/dom/ranges?label=master&label=experimental&aligned&view=subtest&q=dom%20ranges
I am going to mark this as "RESOLVED WONTFIX", please mark / tag as needed, if I am wrong. Thanks!
Alexey Proskuryakov
This was about code refactoring, not anything exposed via Web APIs. But WONTFIX at this point indeed.