- From: <bugzilla@jessica.w3.org>
- Date: Tue, 12 May 2015 15:33:19 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=28627
Bug ID: 28627
Summary: [QT3TS] Serialization-html-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
The element <isindex /> appears to be missing from the expected results.
<test><![CDATA[
declare boundary-space strip;
declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization";
declare option output:method "html";
declare option output:indent "no";
declare option output:version "5.0";
<html
xmlns="http://www.w3.org/1999/xhtml"><body><area/><base/><br/><col/><embed
/><frame/><hr/><img/><input/><isindex/><link/><meta/><param/></body></html>
]]></test>
<result>
<all-of>
<serialization-matches><![CDATA[<html
xmlns="http://www.w3.org/1999/xhtml"><body><area><base><br><col><embed><hr><img><input><link><meta><param></body></html>]]></serialization-matches>
<serialization-matches flags="i"><![CDATA[<!DOCTYPE
.*]]></serialization-matches>
</all-of>
</result>
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Tuesday, 12 May 2015 15:33:21 UTC