Open
Bug 1744729
Opened 3 years ago
Updated 3 years ago
File > Save As... is not able to save page with ShadowDOM components
Categories
(Core :: DOM: Core & HTML, enhancement)
Tracking
()
NEW
People
(Reporter: jaysmith024, Unassigned)
References
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36
Steps to reproduce:
Visit any wepage with ShadowDOM, try to save the web page.
Actual results:
WebPage looks ok, but ShadowDOM components are blank and missing.
Expected results:
ShadowDOM components on page should be serialized and saved just like all other html elements. OR, offer a dev api to do this via JavaScript
Comment 1•3 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::DOM: Core & HTML' component, and is moving the bug to that component. Please revert this change in case you think the bot is wrong.
Component: Untriaged → DOM: Core & HTML
Product: Firefox → Core
Comment 2•3 years ago
|
||
Presumably we'd need declarative shadow dom to support this properly.
You need to log in
before you can comment on or make changes to this bug.
Description
•