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
{{ message }}
This repository has been archived by the owner on May 29, 2019. It is now read-only.
From @equinusocio on May 10, 2018 13:26
Description
Hi, I noticed a wrong example on the documentation, inside the styling section:
https://www.polymer-project.org/3.0/docs/devguide/style-shadow-dom#style-slotted-content-distributed-children
It show a slotted
h1
inside anotherh1
in the element shadow root (the plunker link is correct)I know that is just an example, but it may pass as a "good practice"
Live Demo
https://www.polymer-project.org/3.0/docs/devguide/style-shadow-dom#style-slotted-content-distributed-children
Expected Results
H1 should not putted inside another H1.
Copied from original issue: Polymer/polymer#5229
The text was updated successfully, but these errors were encountered: