0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00

Merge pull request #15269 from twbs/role-separator

Whitelist <li role="separator">...</li>
[skip sauce]
This commit is contained in:
Chris Rebert 2014-12-02 15:16:34 -06:00
commit 5cb0d933c9

View File

@ -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: {