Description[DOM4] Have ProcessingInstruction inherit CharacterData
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.
BUG=275465
R=haraken@chromium.org, jochen@chromium.org
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=156390
Patch Set 1 #Messages
Total messages: 6 (0 generated)
|