mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Whitelist <li role="separator">...</li>
Refs https://www.w3.org/Bugs/Public/show_bug.cgi?id=27120 Refs #15263 [skip sauce]
This commit is contained in:
parent
0445f23b72
commit
a527aaa114
1 changed files with 2 additions and 1 deletions
|
@ -331,7 +331,8 @@ module.exports = function (grunt) {
|
||||||
relaxerror: [
|
relaxerror: [
|
||||||
'Element img is missing required attribute src.',
|
'Element img is missing required attribute src.',
|
||||||
'Attribute autocomplete not allowed on element input at this point.',
|
'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: {
|
files: {
|
||||||
|
|
Loading…
Add table
Reference in a new issue