-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
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
[0.8] Self-closing p tag breaks template #1455
Comments
The only See some discussion here: http://stackoverflow.com/questions/3558119/are-self-closing-tags-valid-in-html5 |
Thanks @sjmiles for the info. Just curious why an invalid tag can break Polymer like that? how about some arbitrary tags ? |
especially not arbitrary tags. A lot of people learn this the hard way and On Tue, Apr 28, 2015 at 1:12 PM Duc Ng [email protected] wrote:
|
This can't be fixed, using an invalid closing tag breaks the HTML parser in the browser. |
Hi,
I got a strange issue. When I use a self-closing p tag </p> , it breaks my element. (doesn't let me use another element). Please check the example below:
http://howjs.com/Odsv/2#html
After I changed it to <p></p> then it works.
http://howjs.com/tbLU/2#html
The text was updated successfully, but these errors were encountered: