- From: <bugzilla@jessica.w3.org>
- Date: Tue, 12 May 2015 13:42:54 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=28626
Bug ID: 28626
Summary: [QT3TS] Serialization-xhtml-4
Product: XPath / XQuery / XSLT
Version: Working drafts
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P2
Component: XQuery 3 & XPath 3 Test Suite
Assignee: oneil@saxonica.com
Reporter: tim@cbcl.co.uk
QA Contact: public-qt-comments@w3.org
This test and others in this group expect a minimized tag syntax of <x/> rather
than <x /> (or indeed <x />). While the specification permits this when
html-version is 5.0 or more, it does not mandate it.
Quoting the specification:
If an element that has no children is expected to be empty,
the serializer MUST use the minimized tag syntax, for example <br />, as the
alternative syntax <br></br> allowed by XML gives uncertain results in many
legacy user agents. If the html-version serialization parameter is absent or
has a value less than 5.0, the serializer MUST include a space before the
trailing />, e.g. <br />, <hr /> and <img src="karen.jpg" alt="Karen" />.
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Tuesday, 12 May 2015 13:42:55 UTC