Opened 13 months ago
Closed 10 months ago
#20640 closed enhancement (fixed)
Twenty Eleven: Update html5shiv aka html5.js
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.5 |
| Component: | Bundled Theme | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: |
Description
Used version is v1.6.2, current version from http://html5shiv.googlecode.com/svn/trunk/html5.js is pre3.5.
Related to this GitHub commit the version should be without pre.
Attachments (2)
Change History (9)
- Milestone changed from Awaiting Review to 3.5
Twenty Twelve currently has v3.6RC1.
comment:4
lancewillett — 10 months ago
Replying to ocean90:
Twenty Twelve currently has v3.6RC1.
I believe this version is considered stable now, we can commit to Twenty Eleven (and update the comment header in Twenty Twelve).
comment:5
lancewillett — 10 months ago
- Keywords needs-refresh removed
Note: this html5shiv file is not the print-compatible version.
See the two versions at https://github.com/aFarkas/html5shiv/tree/master/dist.
Do we want the printable elements version instead? That one wraps all HTML5 elements in the given document with extra printable elements.
comment:6
lancewillett — 10 months ago
Discussing with obenland in IRC today, we agreed to go ahead without the printable elements for both Twenty Twelve and Eleven.
comment:7
lancewillett — 10 months ago
- Owner set to lancewillett
- Resolution set to fixed
- Status changed from new to closed
In [21390]:

Actually, 3.6 is a significant update in that it makes requiring the innerShiv.js library obsolete for compatibility with IE8. I would recommend making every effort to include 3.6 or later in Twenty Eleven.