You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to 3.1 Structural Divisons and Semantics in the 2020-1 guidelines "all section elements are required to have a label. When the section has a heading, usually h1, h2, etc., the heading serves as a label but must be associated with the section element. This is done by using the aria-labelledby attribute and setting the id of the associated header as value:"
I have been running some validation tests on old files and just noticewd that neither the old or the new validator seems to check for this.
Should this be inlcuded in the validation?
The text was updated successfully, but these errors were encountered:
According to 3.1 Structural Divisons and Semantics in the 2020-1 guidelines "all section elements are required to have a label. When the section has a heading, usually h1, h2, etc., the heading serves as a label but must be associated with the section element. This is done by using the aria-labelledby attribute and setting the id of the associated header as value:"
I have been running some validation tests on old files and just noticewd that neither the old or the new validator seems to check for this.
Should this be inlcuded in the validation?
The text was updated successfully, but these errors were encountered: