DescriptionMake 'crossOrigin' IDL attributes nullable
This affects the 'crossOrigin' IDL attributes in the interfaces
HTMLImageElement, HTMLLinkElement, HTMLMediaElement and HTMLScriptElement,
and is done to match the corresponding specification change:
http://html5.org/r/8727
The effect is that on setting the IDL attribute to null, the content
attribute is removed (if present) instead of set to the string "null", and
on getting null is returned instead of the empty string if the content
attribute is not present.
BUG=409524
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=181728
Patch Set 1 #
Total comments: 2
Patch Set 2 : rebased #Messages
Total messages: 18 (3 generated)
|