Increasing Access
This could continue to make the editor comply to WCAG accessibility guidelines, ensuring that the editor stays accessible to as much users as possible.
Feature enhancement details
Issue Description
This specific subissue requests to add an underline for all hyperlinked elements, and a thicker underline for hyperlinks on hover.
Accessibility guidelines indicate that link texts need to be indicated with more than just color difference, and the most common best practice is to underline them.
Location of the requested changes on the editor: https://editor.p5js.org/{username}/assets
Change Requested
Visuals
Files to change
PR Criteria
Additional Resources:
Increasing Access
This could continue to make the editor comply to WCAG accessibility guidelines, ensuring that the editor stays accessible to as much users as possible.
Feature enhancement details
Issue Description
This specific subissue requests to add an underline for all hyperlinked elements, and a thicker underline for hyperlinks on hover.
Accessibility guidelines indicate that link texts need to be indicated with more than just color difference, and the most common best practice is to underline them.
Location of the requested changes on the editor: https://editor.p5js.org/{username}/assets
Change Requested
Visuals
Files to change
client/styles/components/_asset-list.scss.asset-table__row, specify an underline text decoration.asset-table__row a: hoverand increase the underline thickness on hover. See the class .sketches-table__row a:hoverinsketch-list.scssfor reference.PR Criteria
Additional Resources: