DescriptionDeprecate NodeIterator.expandEntityReferences / TreeWalker.expandEntityReferences
Deprecate NodeIterator.expandEntityReferences / TreeWalker.expandEntityReferences
as those were removed from the DOM specification:
http://dom.spec.whatwg.org/#dom-traversal
Those properties were never implemented in Chromium and always return false. We already
dropped the corresponding argument to createNodeIterator() / createTreeWalker().
Firefox has already removed them since version 21:
https://developer.mozilla.org/en-US/docs/Web/API/NodeIterator.expandEntityReferences
https://developer.mozilla.org/en-US/docs/Web/API/TreeWalker.expandEntityReferences
However, since these properties were standard and are still present in IE11, I
propose to deprecate them and measure their usage to make sure it is safe to
eventually remove.
R=arv@chromium.org, tkent@chromium.org
BUG=367866
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=172913
Patch Set 1 #Patch Set 2 : Rebase #
Messages
Total messages: 10 (0 generated)
|