- From: <bugzilla@jessica.w3.org>
- Date: Tue, 07 Apr 2015 01:37:50 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=28416
Bug ID: 28416
Summary: [XT30] bug-0701 serialized html indented output
Product: XPath / XQuery / XSLT
Version: Last Call drafts
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P2
Component: XSLT 3.0 Test Suite
Assignee: abel.online@xs4all.nl
Reporter: abel.braaksma@xs4all.nl
QA Contact: public-qt-comments@w3.org
The expected serialized output of this test ends with (on one line):
</ul></font><p><font size="1" face="Verdana, Arial, Helvetica, sans-serif"
color="#000000">Some text in a paragraph</font></p>
and our output ends with (newline after </ul>):
</ul>
</font><p><font size="1" face="Verdana, Arial, Helvetica, sans-serif"
color="#000000">Some text in a paragraph</font></p>
I believe these are both valid renditions according to the serialization
standard for HTML and indent="yes", which is what this test seems to test.
Indentation is always tricky to test. In this case, I would simply solve it by
adding an alternative outcome, though that is not ideal, because another
processor might do it differently, or a later version of an existing processor
might change its indentation and whitespace generation algorithm.
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Tuesday, 7 April 2015 01:37:57 UTC