We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 shows a slotted h1 inside another h1 in the element shadow root (the plunker link is correct)
h1
I know that is just an example, but it may pass as a "good practice"
https://www.polymer-project.org/3.0/docs/devguide/style-shadow-dom#style-slotted-content-distributed-children
H1 should not putted inside another H1.
The text was updated successfully, but these errors were encountered:
This issue was moved to Polymer/old-docs-site#2601
Sorry, something went wrong.
No branches or pull requests
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 shows 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.
The text was updated successfully, but these errors were encountered: