diff --git a/_rules/heading-descriptive-b49b2e.md b/_rules/heading-descriptive-b49b2e.md index eaf960b223..bd5fec5842 100755 --- a/_rules/heading-descriptive-b49b2e.md +++ b/_rules/heading-descriptive-b49b2e.md @@ -215,26 +215,6 @@ This `h1` heading element is not [included in the accessibility tree][]. ``` -#### Inapplicable Example 3 - -This `h1` heading element has an empty [accessible name][]. - -```html - -

- -``` - -#### Inapplicable Example 4 - -Semantic heading has an empty [accessible name][]. - -```html - -

- -``` - [decorative]: https://www.w3.org/TR/WCAG22/#dfn-pure-decoration 'WCAG definition of Pure decoration' [flat tree]: https://drafts.csswg.org/css-scoping/#flat-tree 'Definition of flat tree' [included in the accessibility tree]: #included-in-the-accessibility-tree 'Definition of included in the accessibility tree'