DescriptionAdd support for DocumentFragment.getElementById()
Add support for DocumentFragment.getElementById() as specified in the DOM
specification:
http://dom.spec.whatwg.org/#interface-nonelementparentnode
The patch moves the SVGSVGElement::getElementById() implementation up to
ContainerNode so that it can be shared with DocumentFragment.
Firefox 28 already supports it, IE11 does not.
R=arv@chromium.org, abarth@chromium.org
BUG=366927
TEST=fast/dom/DocumentFragment/get-element-by-id.html
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=172796
Patch Set 1 #Patch Set 2 : Add comment #
Total comments: 5
Patch Set 3 : Use isInTreeScope() instead of isInDocument() #
Total comments: 6
Patch Set 4 : Add duplicate id tests #
Total comments: 3
Patch Set 5 : Fix createElement() calls #
Messages
Total messages: 22 (0 generated)
|