diff --git a/accessibility-checker-engine/help-v4/en-US/element_attribute_deprecated.html b/accessibility-checker-engine/help-v4/en-US/element_attribute_deprecated.html index 6eb4c2e36..90b9f517d 100644 --- a/accessibility-checker-engine/help-v4/en-US/element_attribute_deprecated.html +++ b/accessibility-checker-engine/help-v4/en-US/element_attribute_deprecated.html @@ -64,8 +64,10 @@
### What to do -Replace deprecated elements and attributes with those preferred in the current version of the specification. +* Replace deprecated elements and attributes with those preferred in the current version of the specification. +Note: Specification issues such as missing roles due to inappropriately nested elements, deprecated elements, incorrect states or names due to a duplicate ID that cause accessibility problems are covered by other accessibility requirements and will be reported under those requirements rather than the previous “4.1.1 Parsing” requirement that was removed in WCAG 2.2. + @@ -77,7 +79,7 @@ ### About this requirement -* [IBM 4.1.1 Parsing](https://www.ibm.com/able/requirements/requirements/#4_1_1) + * [HTML 5 - Obsolete Features](https://dev.w3.org/html5/pf-summary/obsolete.html) ### Who does this affect?