Skip to content

Commit

Permalink
Update act-rules-format.bs (#554)
Browse files Browse the repository at this point in the history
correct Background sub-heading levels
  • Loading branch information
kengdoj authored Dec 1, 2023
1 parent f78d8a3 commit 753138d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions act-rules-format/act-rules-format.bs
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ Sometimes there are multiple plausible ways that an accessibility requirement ca
While the assumptions <em class="rfc2119">must</em> be included in the ACT Rule, it <em class="rfc2119">may</em> 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.

Expand All @@ -545,12 +545,12 @@ While an accessibility support section <em class="rfc2119">must</em> be included
</div>


#### 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.

Expand Down

0 comments on commit 753138d

Please sign in to comment.