[Webkit-unassigned] [Bug 120691] New: [DOM4] Have ProcessingInstruction inherit CharacterData

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 4 12:22:07 PDT 2013


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

           Summary: [DOM4] Have ProcessingInstruction inherit
                    CharacterData
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: BlinkMergeCandidate
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: mjs at apple.com, sam at webkit.org, eoconnor at apple.com,
                    dchris at gmail.com


Merge https://chromium.googlesource.com/chromium/blink/+/f4784150a3cc4b972fe6b2ea8c2d823106351f10

Have ProcessingInstruction inherit CharacterData as per the latest DOM4
specification:
http://dom.spec.whatwg.org/#processinginstruction

Previously, ProcessingInstruction was inheriting from Node as per DOM
Level 3.

Firefox already follows DOM4 but not IE10.
This change leads to less code duplication.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list