mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-18 12:39:41 +03:00
Merge pull request #15269 from twbs/role-separator
Whitelist <li role="separator">...</li> [skip sauce]
This commit is contained in:
+2
-1
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user