[Bug 28626] [QT3TS] Serialization-xhtml-4

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

--- Comment #2 from Tim Mills <tim@cbcl.co.uk> ---
Thanks.  I've enumerated the affected tests below.

Serialization-xhtml-1a
  * Should permit <XXX\s*/> because html-version="4.0" and the elements are not
in the XHTML namespace.


Serialization-xhtml-20
  * Should permit <html /> because html-version="4.0" and <html> is not in the
XHTML namespace.


Serialization-xhtml-23
  * Should permit <foo /> because html-version="4.0" and <foo> is not in the
XHTML namespace.

Serialization-xhtml-24
  * Should permit <foo/> or <foo /> because html-version="5.0" and <foo> is not
an HTML element.

Serialization-xhtml-35
  * Should permit <html /> because html-version="4.0" so <html> is not HTML
element "html".

Serialization-xhtml-39
  * Should permit <html><head /></html> because html-version="4.0" so <head> is
not HTML element "head".

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

Received on Wednesday, 13 May 2015 11:46:28 UTC