Closed
Bug 847370
Opened 12 years ago
Closed 12 years ago
HTMLMediaElement - crossOrigin vs crossorigin
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla22
People
(Reporter: baku, Assigned: baku)
References
Details
(Keywords: dev-doc-complete, site-compat)
Attachments
(1 file)
9.67 KB,
patch
|
bzbarsky
:
review+
|
Details | Diff | Splinter Review |
The IDL file has crossorigin but the specs say crossOrigin.
Easy to fix, but I don't know how many sites we are going to break...
Comment 1•12 years ago
|
||
We do spell it crossOrigin in HTMLImageElement (as do other browsers)... Other browsers do not appear to have it on HTMLMediaElement yet so I think it should be relatively safe to rename.
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → amarchesini
Assignee | ||
Comment 2•12 years ago
|
||
Attachment #720680 -
Flags: review?(bzbarsky)
Comment 3•12 years ago
|
||
Comment on attachment 720680 [details] [diff] [review]
patch
r=me
As Anne said, the number of sites using this is almost certainly 0.
Attachment #720680 -
Flags: review?(bzbarsky) → review+
Assignee | ||
Comment 4•12 years ago
|
||
Comment 5•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Flags: in-testsuite-
Resolution: --- → FIXED
Target Milestone: --- → mozilla22
Comment 6•12 years ago
|
||
I've added this bug to the compatibility doc. Please correct the info if wrong.
https://developer.mozilla.org/en-US/docs/Site_Compatibility_for_Firefox_22
Comment 7•12 years ago
|
||
https://developer.mozilla.org/en-US/docs/DOM/HTMLMediaElement looks up-to-date.
Keywords: dev-doc-complete
Updated•12 years ago
|
Keywords: site-compat
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•