diff options
| author | Chris Rebert <[email protected]> | 2014-12-02 15:16:34 -0600 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-12-02 15:16:34 -0600 |
| commit | 5cb0d933c95deaa54b2e37ddd48fe4595d72389b (patch) | |
| tree | 0dfaa77d450c56e28895be284965564e123153fd | |
| parent | 0445f23b728da63dab41e82c9f4aaf084e48bd98 (diff) | |
| parent | a527aaa11485edb260e2058544569b6ab1f7330a (diff) | |
| download | bootstrap-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.js | 3 |
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: { |
