File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ function createSafeFragment( document ) {
14
14
return safeFrag ;
15
15
}
16
16
17
- var nodeNames = "abbr|article|aside|audio|canvas|datalist|details|figcaption|figure|footer|" +
17
+ var nodeNames = "abbr|article|aside|audio|bdi| canvas|data |datalist|details|figcaption|figure|footer|" +
18
18
"header|hgroup|mark|meter|nav|output|progress|section|summary|time|video" ,
19
19
rinlinejQuery = / j Q u e r y \d + = " (?: \d + | n u l l ) " / g,
20
20
rleadingWhitespace = / ^ \s + / ,
Original file line number Diff line number Diff line change 34
34
35
35
< script >
36
36
// html5shiv, enabling HTML5 elements to be used with jQuery
37
- ( "abbr article aside audio canvas details figcaption figure footer header hgroup " +
37
+ ( "abbr article aside audio bdi canvas data details figcaption figure footer header hgroup " +
38
38
"mark meter nav output progress section summary time video"
39
39
) . replace ( / \w + / g, function ( n ) {
40
40
document . createElement ( n ) ;
You can’t perform that action at this time.
0 commit comments