From d07116a9525f039d7a2a2e080f468d8ddbc283a7 Mon Sep 17 00:00:00 2001 From: Rick Waldron Date: Sun, 18 Dec 2011 10:54:30 -0500 Subject: [PATCH] Adds 'bdi' and 'data' to shim list and test runner. Fixes #11055 --- src/manipulation.js | 2 +- test/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/manipulation.js b/src/manipulation.js index d1100f7f87..1b535074f6 100644 --- a/src/manipulation.js +++ b/src/manipulation.js @@ -14,7 +14,7 @@ function createSafeFragment( document ) { return safeFrag; } -var nodeNames = "abbr|article|aside|audio|canvas|datalist|details|figcaption|figure|footer|" + +var nodeNames = "abbr|article|aside|audio|bdi|canvas|data|datalist|details|figcaption|figure|footer|" + "header|hgroup|mark|meter|nav|output|progress|section|summary|time|video", rinlinejQuery = / jQuery\d+="(?:\d+|null)"/g, rleadingWhitespace = /^\s+/, diff --git a/test/index.html b/test/index.html index 6ad1df1115..c1320ccad0 100644 --- a/test/index.html +++ b/test/index.html @@ -34,7 +34,7 @@