Skip to content

Commit 3254b2f

Browse files
committed
DOC-3147: Fix lvl heading issues for TOC.
1 parent 69ca525 commit 3254b2f

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

modules/ROOT/partials/a11y-rules/d3.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[[D3]]
2-
=== D3 - Adjacent links
2+
==== D3 - Adjacent links
33

44
*Rule description:* this rule checks that links next to other links do not have the same `+href+` attribute.
55

modules/ROOT/partials/a11y-rules/d4o.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[[D4O]]
2-
=== D4O - Ordered list structure
2+
==== D4O - Ordered list structure
33

44
*Rule description:* this rule checks that an `+ol+` element is used for ordered lists. Do not use paragraphs beginning with numbers or roman numerals instead of an `+ol+` element containing `+li+` items. This is to simplify navigation and parsing of the content for users of assistive technologies.
55

modules/ROOT/partials/a11y-rules/d4u.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[[D4U]]
2-
=== D4U - Unordered list structure
2+
==== D4U - Unordered list structure
33

44
*Rule description:* this rule checks that a `+ul+` element is used for unordered lists. Do not use paragraphs beginning with `+*+` or `+-+` or some similar character instead of an `+ol+` element containing `+li+` items. This is to simplify navigation and parsing of the content for users of assistive technologies.
55

modules/ROOT/partials/a11y-rules/d5.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[[D5]]
2-
=== D5 - Contrast ratio of the text (D5A, D5B, and D5C)
2+
==== D5 - Contrast ratio of the text (D5A, D5B, and D5C)
33

44
*Rule description:* this rule checks that the contrast ratio of the text is above the following values:
55

modules/ROOT/partials/a11y-rules/t4c.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[[T4C]]
2-
=== T4C - Table heading scope
2+
==== T4C - Table heading scope
33

44
*Rule description:* this rule checks that all table header (`+th+`) elements have a `+scope+` attribute clarifying what scope the heading has inside of the `+table+`. The allowed values are `+row+`, `+col+`, `+rowgroup+`, and `+colgroup+`. This is important for users of assistive technologies to be able to parse table data.
55

0 commit comments

Comments
 (0)