[Webkit-unassigned] [Bug 207976] New: XMLSerializer should covert HTML entities

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 19 17:10:30 PST 2020


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

            Bug ID: 207976
           Summary: XMLSerializer should covert HTML entities
           Product: WebKit
           Version: Safari 13
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: DOM
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: marcos at marcosc.com

Steps to reproduce:

Open https://codepen.io/SaschaNaz/pen/zYGKvOQ

Expected:
Serializing   should result in the equivalent of nbsp code point in the output. See Chrome and Firefox, which replace the   for the correct code point (otherwise, exported XML becomes invalid). 

Actual:

The serializer spits out from Safari:

<p xmlns="http://www.w3.org/1999/xhtml" id="nbsp"> </p>

-- 
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/20200220/cc3e6870/attachment-0001.htm>


More information about the webkit-unassigned mailing list