Implement «Stop using “strictly split” in “validate and extract”» change to DOM spec
Categories
(Core :: DOM: Core & HTML, task)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox150 | --- | fixed |
People
(Reporter: sideshowbarker, Assigned: sideshowbarker)
Details
Attachments
(1 file)
Implement the DOM spec PR at https://github.com/whatwg/dom/pull/1455
| Assignee | ||
Comment 1•1 month ago
|
||
Change local-name computation in ParseQualifiedNameRelaxed to preserve
everything after the first colon in a qualified name — rather than, per
the spec’s “strictly split” algorithm, throwing away any other part of
the name after any second colon the name might have.
For the qualified name “f:o:o”, that now gives localName=“o:o”.
Otherwise, without this change, it would instead give localName=“o”.
Updated•1 month ago
|
Comment 4•1 month ago
|
||
Backed out for causing mochitest plain failures on createAttributeNS01.html
Failure log:
| Assignee | ||
Updated•1 month ago
|
Backed out for causing mochitests related failures at test_createDocument01.html
Backout link
Push with failures
Failure log(s)
| Assignee | ||
Updated•27 days ago
|
Comment 8•26 days ago
|
||
I guess the patch need rebasing or something. Couldn't land it.
| Assignee | ||
Comment 9•26 days ago
|
||
(In reply to Olli Pettay [:smaug][bugs@pettay.fi] from comment #8)
I guess the patch need rebasing or something. Couldn't land it.
I rebased against trunk and re-pushed it. I don’t know what the problem was (is?) — there were no merge conflicts when I rebased it.
Comment 10•26 days ago
|
||
Comment 11•26 days ago
|
||
Comment 12•25 days ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/bca5cc762e77
https://hg.mozilla.org/mozilla-central/rev/18d29edb5d0f
Updated•15 days ago
|
Description
•