DescriptionText API does not behave according to specification
1. Make Text.splitText() argument mandatory and stop throwing if the offset is
negative as per the specification:
http://www.w3.org/TR/2012/WD-dom-20121206/#dom-text-splittext
This behavior is consistent with IE10 and Firefox.
2. Make Text.replaceWholeText() argument mandatory as per the DOM3 specification:
http://www.w3.org/TR/DOM-Level-3-Core/core.html#Text3-replaceWholeText
This behavior is consistent with IE10. This function is not supported by Firefox,
likely because it was removed from DOM4.
BUG=267509
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=155513
Patch Set 1 #
Total comments: 1
Patch Set 2 : Simplify link tag #Patch Set 3 : Simplify link tag #
Messages
Total messages: 6 (0 generated)
|