[Webkit-unassigned] [Bug 6307] New: XMLSerializer output is no longer xhtml 1.0 compatible

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Fri Dec 30 23:01:57 PST 2005


http://bugzilla.opendarwin.org/show_bug.cgi?id=6307

           Summary: XMLSerializer output is no longer xhtml 1.0 compatible
           Product: WebKit
           Version: 412+
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: NEW
          Keywords: NeedsReduction
          Severity: normal
          Priority: P3
         Component: XML DOM
        AssignedTo: webkit-unassigned at opendarwin.org
        ReportedBy: macdome at opendarwin.org


I noticed this change in xslt-processor-expected.txt.  It concerns me:

-		<xsl:value-of select="." />
+		<xsl:value-of select="."/>

I think we should add back in the space before the /
the intention was to output something that looked like xhtml 1.0, so that html parsers would have a 
chance of parsing it.

This tag is probably a bad example... but other things like <meta /> will be parsed correctly, where as 
<meta/> wont.

We could mark this as a "regression".  Probably not necessary.

The test case for this would be to load an xhtml document, serialize it, and then throw it at the html 
parser.

-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list