Closed
Bug 831994
Opened 13 years ago
Closed 12 years ago
update html5shiv.js to include <main>
Categories
(www.mozilla.org :: Bedrock, defect)
www.mozilla.org
Bedrock
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: icaaq, Unassigned)
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:21.0) Gecko/20130117 Firefox/21.0
Build ID: 20130117030933
Steps to reproduce:
the current html5shiv does not include the new element <main>
Expected results:
Update the shiv to the one where the main element exists. https://github.com/aFarkas/html5shiv
Comment 1•12 years ago
|
||
Hi Isac-
Could you give us a little more background about why this is important?
Thanks,
Jen
Flags: needinfo?(icaaaq)
| Reporter | ||
Comment 2•12 years ago
|
||
Hi Jen,
the new <main> element is being implemented in firefox https://bugzilla.mozilla.org/show_bug.cgi?id=820508 and webkit https://bugs.webkit.org/show_bug.cgi?id=103172 and it has been added to the html5shiv[1][2] so that developers can style and use <main> in Internet Explorer as well.
You should just update the existing html5shiv https://github.com/mozilla/bedrock/blob/master/media/js/libs/html5shiv.js to the one that has <main> support.
After that bedrock can use <main> :)
[1] https://github.com/aFarkas/html5shiv/commit/a6a89bdd4b39656450411d608198c790384e5e96
[2] https://github.com/aFarkas/html5shiv/issues/81
Flags: needinfo?(icaaaq)
Comment 3•12 years ago
|
||
Firefox nightly now supports <main>.
| Reporter | ||
Comment 4•12 years ago
|
||
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Comment 5•12 years ago
|
||
cc+ Steve Faulkner since he'll likely be happy to see this :)
| Reporter | ||
Comment 6•12 years ago
|
||
The new downloadpage has the new main-element implemented :)
http://www.mozilla.org/en-US/firefox/new/
You need to log in
before you can comment on or make changes to this bug.
Description
•