[Bug 27386] New: Removing createCDATASection() unlikely to be successful

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

            Bug ID: 27386
           Summary: Removing createCDATASection() unlikely to be
                    successful
           Product: WebAppsWG
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DOM
          Assignee: annevk@annevk.nl
          Reporter: philipj@opera.com
        QA Contact: public-webapps-bugzilla@w3.org
                CC: mike@w3.org, www-dom@w3.org

https://dom.spec.whatwg.org/#dom-document-createcdatasection

See usage:
https://www.chromestatus.com/metrics/feature/timeline/popularity/113

This is around 0.01%, and being a function it hurts more to remove than
attributes and interfaces. Some Node-related removals failed despite lower
usage.

Options:

1. Bring back CDATASection in all its glory.

2. Have createCDATASection() return a Text node.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Friday, 21 November 2014 08:48:26 UTC