Closed
Bug 946393
Opened 11 years ago
Closed 9 years ago
Allow optional omittable close tags according to the W3C HTML5 standards
Categories
(Webmaker Graveyard :: Thimble, defect)
Webmaker Graveyard
Thimble
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: xdchen, Assigned: xdchen)
References
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; rv:25.0) Gecko/20100101 Firefox/25.0 (Beta/Release)
Build ID: 20131112160018
Steps to reproduce:
Added following codes into Thimble's Editor panel:
<body>
<h1>Hello</h1>
<dl>
<dt>Coffee
<dd>Black hot drink
<dt>Milk
<dd>White cold drink
</dl>
<body>
Actual results:
Warning issued: "The closing </dl> tag here doesn't pair with the opening <dd> tag here."
Expected results:
No warnings should be issued.
According to W3C HTML5 standards (http://www.w3.org/TR/html5/syntax.html#optional-tags), there are list of tags which could optional omit its close tag in specific situation.
closing as this as an old issue that relates to code that has since been superseded by the new Thimble implementation.
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•