aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-12-02 15:16:34 -0600
committerChris Rebert <[email protected]>2014-12-02 15:16:34 -0600
commit5cb0d933c95deaa54b2e37ddd48fe4595d72389b (patch)
tree0dfaa77d450c56e28895be284965564e123153fd
parent0445f23b728da63dab41e82c9f4aaf084e48bd98 (diff)
parenta527aaa11485edb260e2058544569b6ab1f7330a (diff)
downloadbootstrap-5cb0d933c95deaa54b2e37ddd48fe4595d72389b.tar.xz
bootstrap-5cb0d933c95deaa54b2e37ddd48fe4595d72389b.zip
Merge pull request #15269 from twbs/role-separator
Whitelist <li role="separator">...</li> [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: {