From 753138dda6a85f1ce50b29db074a16424a0030da Mon Sep 17 00:00:00 2001 From: Kathy Eng Date: Fri, 1 Dec 2023 11:49:51 -0500 Subject: [PATCH] Update act-rules-format.bs (#554) correct Background sub-heading levels --- act-rules-format/act-rules-format.bs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/act-rules-format/act-rules-format.bs b/act-rules-format/act-rules-format.bs index 7aa607a..09e93fd 100644 --- a/act-rules-format/act-rules-format.bs +++ b/act-rules-format/act-rules-format.bs @@ -525,7 +525,7 @@ Sometimes there are multiple plausible ways that an accessibility requirement ca While the assumptions must be included in the ACT Rule, it may be empty when there are no known assumptions, limitations or exceptions. -#### Accessibility Support #### {#accessibility-support} +### Accessibility Support ### {#accessibility-support} Content can be designed to rely on the support for particular accessibility features by different assistive technologies and user agents. For example, content using a particular [WAI-ARIA 1.2](https://www.w3.org/TR/wai-aria/) feature relies on that feature to be supported by assistive technologies and user agents. This content would not work for assistive technologies and user agents that do not support WAI-ARIA. See the WCAG definition for [accessibility supported](https://www.w3.org/TR/WCAG22/#dfn-accessibility-supported) use of a web technology. @@ -545,12 +545,12 @@ While an accessibility support section must be included -#### Related Rules (optional) #### {#related-rules} +### Related Rules (optional) ### {#related-rules} Related rules are other rules that test the same accessibility requirement. For example, two related rules of a composite rule can be the two atomic rules that contribute to its outcome. Similarly, each atomic rule in this example can list the other atomic rule and the composite rule as its related rules. -#### Other Resources (optional) #### {#other-resources} +### Other Resources (optional) ### {#other-resources} Whenever a resource is included in the rule, the relationship to the relevant reading can be specified. Examples of relevant background references for a rule for a [Web Content Accessibility Guidelines](https://www.w3.org/WAI/standards-guidelines/wcag/) [[WCAG22]] success criterion could be [WCAG 2.2 Understanding documents](https://www.w3.org/WAI/WCAG22/Understanding/), [WCAG 2.2 Techniques](https://www.w3.org/WAI/WCAG22/Techniques/), or [WAI-ARIA 1.2](https://www.w3.org/TR/wai-aria/), CSS [[css-2018]], or HTML [[HTML]] specifications.