[chore] fix tabindex-no-positive test div -> button

pull/6693/head
shinyaigeek 5 years ago committed by tanhauhau
parent ccb59d91cd
commit f26e5c643d

@ -2,7 +2,7 @@
let foo;
</script>
<div tabindex='-1'/>
<div tabindex='0'/>
<div tabindex='1'/>
<div tabindex='{foo}'/>
<button tabindex='-1'/>
<button tabindex='0'/>
<button tabindex='1'/>
<button tabindex='{foo}'/>

@ -4,14 +4,14 @@
"message": "A11y: avoid tabindex values above zero",
"start": {
"line": 7,
"column": 5,
"character": 76
"column": 8,
"character": 85
},
"end": {
"line": 7,
"column": 17,
"character": 88
"column": 20,
"character": 97
},
"pos": 76
"pos": 85
}
]

Loading…
Cancel
Save