- From: <bugzilla@jessica.w3.org>
- Date: Thu, 17 Dec 2015 19:54:52 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=29343 Bug ID: 29343 Summary: Failure to close empty elements makes use of XML-based tools for proofing overly difficult Product: XPath / XQuery / XSLT Version: Candidate Recommendation Hardware: PC OS: Linux Status: NEW Severity: normal Priority: P2 Component: XQuery 3.1 Assignee: jonathan.robie@gmail.com Reporter: patrick@durusau.net QA Contact: public-qt-comments@w3.org Target Milestone: --- The current XQuery Candidate draft, http://www.w3.org/TR/2015/CR-xquery-31-20151217/, fails to close empty elements as follows: [FODC0002] "file:/home/patrick/working/w3c/XQuery3.1.html" (Line 68): The element type "link" must be terminated by the matching end-tag "</link>". [FODC0002] "file:/home/patrick/working/w3c/XQuery3.1.html" (Line 68): The element type "meta" must be terminated by the matching end-tag "</meta>". (lines 3 and 4 for the <meta> elements. There are 2 <meta> elements [FODC0002] "file:/home/patrick/working/w3c/XQuery3.1.html" (Line 69): The element type "img" must be terminated by the matching end-tag "</img>". There are 3 <img> elements that are not closed. [FODC0002] "file:/home/patrick/working/w3c/XQuery3.1.html" (Line 78): The element type "br" must be terminated by the matching end-tag "</br>". There are 353 <br> elements that are not closed. [FODC0002] "file:/home/patrick/working/w3c/XQuery3.1.html" (Line 17618): The element type "hr" must be terminated by the matching end-tag "</hr>". There are 2 <hr> elements that are not closed. I make that to be 361 edits that must be made to use XML based tools on the most recent XQuery 3.1 Candidate draft. I realize this is a production error but it is one that significantly impacts the review of this draft. -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Thursday, 17 December 2015 19:54:55 UTC