New issue
Advanced search Search tips

Issue 881983 link

Starred by 2 users

Issue metadata

Status: Available
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

CDATA section are not supported in SVG/MathML in HTML

Project Member Reported by zcorpan@gmail.com, Sep 7

Issue description

See https://github.com/whatwg/html/issues/4016

Simple test case

data:text/html,<svg><!|CDATA[ ><p>FAIL
 
The test case has a typo. CDATA sections are supported, but not in HTML integration points when the current node is still an SVG or MathML element. For example:

http://software.hixie.ch/utilities/js/live-dom-viewer/saved/6207

<!DOCTYPE html>
<svg><title><![CDATA[x]]></title></svg>
Can I take this issue if there is no one working on this?
I assume so. :-)

Sign in to add a comment