Commit 5cb0d933 authored by Chris Rebert's avatar Chris Rebert

Merge pull request #15269 from twbs/role-separator

Whitelist <li role="separator">...</li>
[skip sauce]
parents 0445f23b a527aaa1
......@@ -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: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment