[Webkit-unassigned] [Bug 226168] New: WebKit renders XHTML files using HTML parser

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 24 01:27:08 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=226168

            Bug ID: 226168
           Summary: WebKit renders XHTML files using HTML parser
           Product: WebKit
           Version: Safari 14
          Hardware: All
                OS: macOS 11
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: XML
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: jab_creations at yahoo.com

I encountered and reported a bug earlier and created an XHTML file as a test case:
https://bugs.webkit.org/show_bug.cgi?id=226148

HTML parsers will return fully uppercase strings when referencing nodeName.
XML parsers will return fully properly cased strings when referencing nodeName (e.g. table for table, Table for Table).

XHTML files should be rendered using the XML parser, not the HTML parser.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210524/32b483b2/attachment-0001.htm>


More information about the webkit-unassigned mailing list