mirror of https://github.com/sveltejs/svelte
parent
c62a74e8ae
commit
2364f6a04d
@ -0,0 +1,2 @@
|
||||
<meta aria-hidden="false">
|
||||
<meta role="tooltip">
|
@ -0,0 +1,19 @@
|
||||
[
|
||||
{
|
||||
"message": "A11y: <meta> should not have aria-* attributes",
|
||||
"loc": {
|
||||
"line": 1,
|
||||
"column": 6
|
||||
},
|
||||
"pos": 6
|
||||
},
|
||||
|
||||
{
|
||||
"message": "A11y: <meta> should not have role attribute",
|
||||
"loc": {
|
||||
"line": 2,
|
||||
"column": 6
|
||||
},
|
||||
"pos": 33
|
||||
}
|
||||
]
|
@ -0,0 +1,2 @@
|
||||
<h1></h1>
|
||||
<h2 aria-hidden>invisible header</h2>
|
@ -0,0 +1,19 @@
|
||||
[
|
||||
{
|
||||
"message": "A11y: <h1> element should have child content",
|
||||
"loc": {
|
||||
"line": 1,
|
||||
"column": 0
|
||||
},
|
||||
"pos": 0
|
||||
},
|
||||
|
||||
{
|
||||
"message": "A11y: <h2> element should not be hidden",
|
||||
"loc": {
|
||||
"line": 2,
|
||||
"column": 4
|
||||
},
|
||||
"pos": 14
|
||||
}
|
||||
]
|
Loading…
Reference in new issue