[wpt-sync] Sync PR 44214 - Add serializable support for declarative shadow dom
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox124 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Attachments
(1 file)
|
137.70 KB,
text/plain
|
Details |
Sync web-platform-tests PR 44214 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/44214
Details from upstream follow.
Mason Freed <masonf@chromium.org> wrote:
Add serializable support for declarative shadow dom
This adds the ability to use the
serializableattribute on
the\<template shadowrootmode>element, and have the resulting
shadow root have itsserializableattribute set. It also makes
serializable shadow roots serialize to a template with a
serializableattribute.Fixed: 1517959
Change-Id: I64afebc285f355acb0a3a8a401c364188cd2ede4
Reviewed-on: https://chromium-review.googlesource.com/5239221
WPT-Export-Revision: 0f9ddc0bf4058e2126cf106e868566a63df5eed5
| Assignee | ||
Comment 1•2 years ago
|
||
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Comment 2•2 years ago
|
||
| Assignee | ||
Comment 3•2 years ago
|
||
Comment 5•2 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/1d8f5c35a38a
https://hg.mozilla.org/mozilla-central/rev/b440d4539bdd
Description
•