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
Within the Options dialog, individual controls are split into sections
with preceding heading text, however this grouping is not described
using form semantics and therefore not properly conveyed to assistive
technologies.
Splitting complex forms into fieldsets helps assistive technology users
to understand the grouping and relationships between similar fields.
Turn the wrapping elements into <fieldset> and the group name
elements into <legend>. The <legend> elements themselves can
also contain inner <h2> elements, in order to continue providing
the benefits of a headings structure while still providing a form group
structure.
Note: This issue may be a duplicate with other existing accessibility-related bugs in this project. This issue comes from the Gutenberg accessibility audit, performed by Tenon and funded by WP Campus. This issue is GUT-54 in Tenon's report
The text was updated successfully, but these errors were encountered:
Using fieldset and legends may definitely help. However, the group names should be changed as <legend> elements directly complement the checkbox labels.
Form controls are not grouped
Issue description
Within the Options dialog, individual controls are split into sections
with preceding heading text, however this grouping is not described
using form semantics and therefore not properly conveyed to assistive
technologies.
Splitting complex forms into fieldsets helps assistive technology users
to understand the grouping and relationships between similar fields.
Issue Code
Remediation Guidance
Turn the wrapping elements into
<fieldset>
and the group nameelements into
<legend>
. The<legend>
elements themselves canalso contain inner
<h2>
elements, in order to continue providingthe benefits of a headings structure while still providing a form group
structure.
Recommended Code
Relevant standards
(Level A)
Note: This issue may be a duplicate with other existing accessibility-related bugs in this project. This issue comes from the Gutenberg accessibility audit, performed by Tenon and funded by WP Campus. This issue is GUT-54 in Tenon's report
The text was updated successfully, but these errors were encountered: