DescriptionThrow DOM exception in insertAdjacentHTML if context becomes null
Align first part of the insertAdjacentHTML implementation with
http://domparsing.spec.whatwg.org/#insertadjacenthtml().
"Let context be the context object's parent.
If context is null or a document, throw a DOMException with name
NoModificationAllowedError and terminate these steps."
While the 'or a document' part was previously implemented, the
'context is null' part was not.
BUG=326965
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=163452
Patch Set 1 #
Messages
Total messages: 4 (0 generated)
|