[wpt-sync] Sync PR 33281 - [Sanitizer API] Fix classification of namespaced elements.
Categories
(Core :: DOM: Security, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox100 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream][domsecurity-backlog])
Attachments
(1 file)
89.48 KB,
text/plain
|
Details |
Sync web-platform-tests PR 33281 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/33281
Details from upstream follow.
Daniel Vogelheim <vogelheim@chromium.org> wrote:
[Sanitizer API] Fix classification of namespaced elements.
The current code treats all namespaces elements as unknown HTML elements,
while they're not unknown HTML elements at all. (This is a regression from
the introduction of namespaces to the Sanitizer.)Bug: 1306450
Change-Id: Ie65f84350ef5d9be2d5d6f3a626a248f33fae355
Reviewed-on: https://chromium-review.googlesource.com/3537127
WPT-Export-Revision: 55102da7444f10380e61d4825c33f0667d6d5d0a
Assignee | ||
Updated•3 years ago
|
Updated•3 years ago
|
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 1•3 years ago
|
||
Assignee | ||
Comment 2•3 years ago
|
||
Assignee | ||
Comment 3•3 years ago
|
||
Assignee | ||
Comment 4•3 years ago
|
||
Assignee | ||
Comment 5•3 years ago
|
||
Updated•3 years ago
|
Assignee | ||
Comment 6•3 years ago
|
||
Assignee | ||
Comment 7•3 years ago
|
||
Assignee | ||
Comment 8•3 years ago
|
||
Assignee | ||
Updated•3 years ago
|
Updated•3 years ago
|
Comment 10•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/ce8522b0612f
https://hg.mozilla.org/mozilla-central/rev/0906920bca29
Description
•