mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
Adds 'bdi' and 'data' to shim list and test runner. Fixes #11055
This commit is contained in:
committed by
Dave Methvin
parent
491d7e219b
commit
d07116a952
@@ -34,7 +34,7 @@
|
||||
|
||||
<script>
|
||||
// html5shiv, enabling HTML5 elements to be used with jQuery
|
||||
( "abbr article aside audio canvas details figcaption figure footer header hgroup " +
|
||||
( "abbr article aside audio bdi canvas data details figcaption figure footer header hgroup " +
|
||||
"mark meter nav output progress section summary time video"
|
||||
).replace(/\w+/g, function(n) {
|
||||
document.createElement(n);
|
||||
|
||||
Reference in New Issue
Block a user