DescriptionAdd a UseCounter for the Attr.value setter with associated Element
This will distinguish between setting the value on a newly created Attr
object from Document.createAttribute() and setting the value on an Attr
object already attached to an Element, e.g. one from Element.attributes.
If the first case is common but the second is rare it won't be possible
to make value readonly, but it could still be possible to drop the
Element association, which is the point of making it readonly.
BUG=none
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=169844
Patch Set 1 #
Messages
Total messages: 7 (0 generated)
|