Implement StaticRange constructor
Categories
(Core :: DOM: Core & HTML, enhancement)
Tracking
()
Tracking | Status | |
---|---|---|
firefox71 | --- | fixed |
People
(Reporter: sajos, Assigned: jdai, Mentored)
Details
(Keywords: dev-doc-complete, good-first-bug)
Attachments
(1 file)
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3882.0 Safari/537.36 Edg/78.0.253.0
Steps to reproduce:
new StaticRange()
Actual results:
Currently, StaticRange is not constructible in any browser. This bug is being filed in response to this spec PR: https://github.com/whatwg/dom/pull/778, which introduces a StaticRange constructor.
Expected results:
StaticRange should be constructed per the algorithm in the above mentioned PR.
Comment 1•5 years ago
|
||
Bugbug thinks this bug should belong to this component, but please revert this change in case of error.
Updated•5 years ago
|
Assignee | ||
Comment 2•5 years ago
|
||
Although it's a good first bug, can I allow to implement it?
Comment 3•5 years ago
|
||
Yes!
Assignee | ||
Comment 4•5 years ago
|
||
Updated•5 years ago
|
Assignee | ||
Comment 5•5 years ago
|
||
Pushed by jdai@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/05c7e3186020 Implement StaticRange constructor; r=smaug
Comment 7•5 years ago
|
||
bugherder |
Comment 8•5 years ago
|
||
Docs done for this one; see https://app.zenhub.com/workspaces/mdn-sprint-board-5ab3d23fd0f4ea53b0022a61/issues/mdn/sprints/2265#issuecomment-551176633 for details.
Let me know if you think this need more work. Thanks!
Description
•