DescriptionCorrectly reflect the 'crossOrigin' attribute.
The CORS settings attribute
http://www.whatwg.org/specs/web-apps/current-work/#cors-settings-attribute
when reflected as an IDL attribute, should map a bare/empty
'crossorigin' attribute to "anonymous". And if set to an invalid
value, to "anonymous" also.
So, for the reflected "crossOrigin" IDL attribute on <script>, <img>
and <video> (HTMLMediaElement, really), these attribute states should
be observable via its getter.
R=
BUG=332346
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=164980
Patch Set 1 #Patch Set 2 : Remove empty line #
Total comments: 3
Messages
Total messages: 7 (0 generated)
|