Closed
Bug 842376
Opened 13 years ago
Closed 13 years ago
Update HTMLImageElement's named constructor to use optional arguments
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
mozilla22
People
(Reporter: ehsan.akhgari, Assigned: ehsan.akhgari)
References
Details
Attachments
(1 file)
|
843 bytes,
patch
|
bzbarsky
:
review+
|
Details | Diff | Splinter Review |
Attachment #715221 -
Flags: review?(bzbarsky)
Comment 1•13 years ago
|
||
Where is the foundation of this change? Even the latest spec doesn't use optional arguments.
http://www.whatwg.org/specs/web-apps/current-work/multipage/embedded-content-1.html#the-img-element
Please file a spec bug, at least.
Comment 2•13 years ago
|
||
Sorry, I missed the URL.
Comment 3•13 years ago
|
||
Hm, W3C HTML5 has even more discrepancy from WHATWG HTML?
http://www.w3.org/html/wg/drafts/html/master/embedded-content-0.html#the-img-element
However the IDL refer the WHATWG's version, not W3C's one.
| Assignee | ||
Comment 4•13 years ago
|
||
(In reply to comment #3)
> Hm, W3C HTML5 has even more discrepancy from WHATWG HTML?
> http://www.w3.org/html/wg/drafts/html/master/embedded-content-0.html#the-img-element
> However the IDL refer the WHATWG's version, not W3C's one.
Doesn't Hixie pull these types of changes in to the WHATWG spec too?
Comment 5•13 years ago
|
||
Filed a bug on the spec we implement...
Updated•13 years ago
|
Comment 6•13 years ago
|
||
Comment on attachment 715221 [details] [diff] [review]
Patch (v1)
r=me
Attachment #715221 -
Flags: review?(bzbarsky) → review+
| Assignee | ||
Comment 7•13 years ago
|
||
Comment 8•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla22
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•