Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <code@rebertia.com>2014-12-02 23:53:05 +0300
committerChris Rebert <code@rebertia.com>2014-12-02 23:56:30 +0300
commita527aaa11485edb260e2058544569b6ab1f7330a (patch)
tree0dfaa77d450c56e28895be284965564e123153fd /Gruntfile.js
parent0445f23b728da63dab41e82c9f4aaf084e48bd98 (diff)
Whitelist <li role="separator">...</li>
Refs https://www.w3.org/Bugs/Public/show_bug.cgi?id=27120 Refs #15263 [skip sauce]
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 9a10312398..5f7b6b342e 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: {