Community
Participate
Working Groups
1. Create an HTML file using the default template. 2. Under the <head> tag, add a <style></style> tag with some CSS in between, eg.: <style> a { text-decoration: none; } </style> 3. In the star-tag, make it an empty tag (<style/>). Notice that warnings are generated, and in particular one about the CSS being invalid text. 4. Correct the mistake by removing the / added in the style star-tag. 5. At this point, the warning about invalid text should be removed, but it isn't.
Created attachment 203185 [details] patch
Code released.