|
1 | 1 | [ |
2 | 2 | { |
3 | | - "id": "landmark-unique", |
| 3 | + "id": "heading-order", |
4 | 4 | "impact": "moderate", |
5 | 5 | "tags": [ |
6 | 6 | "cat.semantics", |
7 | 7 | "best-practice" |
8 | 8 | ], |
9 | | - "description": "Ensure landmarks are unique", |
10 | | - "help": "Landmarks should have a unique role or role/label/title (i.e. accessible name) combination", |
11 | | - "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-unique?application=playwright", |
| 9 | + "description": "Ensure the order of headings is semantically correct", |
| 10 | + "help": "Heading levels should only increase by one", |
| 11 | + "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright", |
12 | 12 | "nodes": [ |
13 | 13 | { |
14 | 14 | "any": [ |
15 | 15 | { |
16 | | - "id": "landmark-is-unique", |
17 | | - "data": { |
18 | | - "role": "search", |
19 | | - "accessibleText": "site search" |
20 | | - }, |
21 | | - "relatedNodes": [ |
22 | | - { |
23 | | - "html": "<form data-search-form=\"\" class=\"relative\" role=\"search\" aria-label=\"Site search\" data-astro-cid-yeu7u2zk=\"\" data-search-listener=\"true\">", |
24 | | - "target": [ |
25 | | - ".max-w-lg > form[data-search-form=\"\"][role=\"search\"][aria-label=\"Site search\"]" |
26 | | - ] |
27 | | - } |
28 | | - ], |
| 16 | + "id": "heading-order", |
| 17 | + "data": null, |
| 18 | + "relatedNodes": [], |
29 | 19 | "impact": "moderate", |
30 | | - "message": "The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable" |
| 20 | + "message": "Heading order invalid" |
31 | 21 | } |
32 | 22 | ], |
33 | 23 | "all": [], |
34 | 24 | "none": [], |
35 | 25 | "impact": "moderate", |
36 | | - "html": "<form data-search-form=\"\" data-state=\"closed\" class=\"flex items-center w-full h-(--header-icon-size) overflow-visible rounded-full data-[state=open]:bg-page-base data-[state=open]:shadow-elevated\" role=\"search\" aria-label=\"Site search\" data-search-listener=\"true\">", |
| 26 | + "html": "<h3 class=\"text-xl font-bold\">Full Workstream</h3>", |
37 | 27 | "target": [ |
38 | | - ".overflow-visible" |
| 28 | + ".service-card-header--default > h3" |
39 | 29 | ], |
40 | | - "failureSummary": "Fix any of the following:\n The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable" |
| 30 | + "failureSummary": "Fix any of the following:\n Heading order invalid" |
41 | 31 | } |
42 | 32 | ] |
43 | 33 | } |
|
0 commit comments