aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-12-02 12:53:05 -0800
committerChris Rebert <[email protected]>2014-12-02 12:56:30 -0800
commita527aaa11485edb260e2058544569b6ab1f7330a (patch)
tree0dfaa77d450c56e28895be284965564e123153fd
parent0445f23b728da63dab41e82c9f4aaf084e48bd98 (diff)
downloadbootstrap-a527aaa11485edb260e2058544569b6ab1f7330a.tar.xz
bootstrap-a527aaa11485edb260e2058544569b6ab1f7330a.zip
Whitelist <li role="separator">...</li>
Refs https://www.w3.org/Bugs/Public/show_bug.cgi?id=27120 Refs #15263 [skip sauce]
-rw-r--r--Gruntfile.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 9a1031239..5f7b6b342 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -331,7 +331,8 @@ module.exports = function (grunt) {
relaxerror: [
'Element img is missing required attribute src.',
'Attribute autocomplete not allowed on element input at this point.',
- 'Attribute autocomplete not allowed on element button at this point.'
+ 'Attribute autocomplete not allowed on element button at this point.',
+ 'Bad value separator for attribute role on element li.'
]
},
files: {