[Bug 28627] [QT3TS] Serialization-html-4

https://www.w3.org/Bugs/Public/show_bug.cgi?id=28627

Tim Mills <tim@cbcl.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |---

--- Comment #6 from Tim Mills <tim@cbcl.co.uk> ---
This hasn't been fixed correctly.  In CVS I see:


   <test-case name="Serialization-html-4" covers-30="html-output">
      <description>Test that elements in the XHTML namespace whose local names
match those of HTML 5.0 elements with empty content model are serialized using
only a start tag</description>
      <created by="Henry Zongaro" on="2012-10-26"/>
      <modified by="O'Neil Delpratt" on="2013-05-30" change="added dependency
inline with bug issue #21868"/>
      <modified by="Christian Gruen" on="2015-04-28" change="isindex and frame
removed (implementation-defined, see 7.1)"/>
      <modified by="Christian Gruen" on="2015-05-20" change="isindex and frame
removed (fix)"/>
      <modified by="O'Neil Delpratt, Saxonica" on="2015-06-23" change="Added
isindex element bug issue #28627"/>
      <dependency type="feature" value="serialization" satisfied="true"/>
      <dependency type="spec" value="XQ30+"/>
      <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
/><hr/><img/><input/><link/><meta/><param/></body></html>
]]></test>
      <result>
         <all-of>
           <any-of>
               <serialization-matches><![CDATA[<html
xmlns="http://www.w3.org/1999/xhtml"><body><area><base><br><col><embed><hr><img><input><isindex><link><meta><param></body></html>]]></serialization-matches>
               <serialization-matches><![CDATA[<html
xmlns="http://www.w3.org/1999/xhtml"><body><area><base><br><col><embed><hr><img><input><isindex></isindex><link><meta><param></body></html>]]></serialization-matches>
           </any-of>
           <serialization-matches flags="i"><![CDATA[<!DOCTYPE
.*]]></serialization-matches>
         </all-of>
      </result>
   </test-case>

The expected results now expect "isindex", but this no longer appears in the
query.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Tuesday, 23 June 2015 14:24:24 UTC