| Summary: | [html][lint] Mark self closed tags if they are not void elements | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Curtis Windatt <curtis.windatt.public> |
| Component: | JS Tools | Assignee: | Curtis Windatt <Curtis_Windatt> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | steve_northover |
| Version: | 13.0 | ||
| Target Milestone: | 15.0 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
Curtis Windatt
Is this saying that we don't support self closing tags? IF so, this seems really bad. (In reply to Steve Northover from comment #1) > Is this saying that we don't support self closing tags? IF so, this seems > really bad. We mark self closed tags with an info annotation "No matching close tag for <x>". This bug was to improve the message, but we could consider not marking the problem at all. It is wrong to self close tags in HTML4, but all the browsers handle it. Self closing tags are here to stay. We should not complain. If easy, can you fix. If not just leave as P3. Thanks. |