You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It has been argued that HTML Imports, Templates, & Shadow DOM are add ons for Custom Elements. The Polymer library will always use Shadow DOM (polyfilled or native). It would be a great advantage to have Shadow DOM as a configuration flag globally in the flags object OR even at the element level with a property like shadow : false.
Any thoughts on this?
The text was updated successfully, but these errors were encountered:
Disabling shadow DOM completely would affect the common practice of using id attributes for element references and for styling. If an element is used more than once on a page, wouldn't the page have multiple elements with the same ID?
It has been argued that HTML Imports, Templates, & Shadow DOM are add ons for Custom Elements. The Polymer library will always use Shadow DOM (polyfilled or native). It would be a great advantage to have Shadow DOM as a configuration flag globally in the flags object OR even at the element level with a property like
shadow : false
.Any thoughts on this?
The text was updated successfully, but these errors were encountered: