By mfairchild365 on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
8.x-5.x
Introduced in version:
8.x-5.0-rc6
Issue links:
Description:
Other type fields (checkboxes_other, radios_other, buttons_other, and select_other) are now wrapped in a fieldset with a legend that describes the group of related fields. This groups the related form controls and makes them more understandable, especially for users of assistive technology such as screen readers. This follows the best practices outlined by the W3C Web Accessibility Initiative and WCAG 2.0 with the success criteria 1.3.1 Info and Relationships and 3.3.2 Labels or Instructions.
This change is going to break webforms and websites with custom CSS selectors which target the 'webform-TYPE-other' elements. Examples of affected classes include:
- webform-buttons-other
- webform-checkboxes-other
- webform-radios-other
- webform-select-other
Impacts:
Themers