civictechindex / CTI-website-frontend

Join a worldwide movement to catalog 
every open source 
civic tech project.
https://civictechindex.org
MIT License
30 stars 30 forks source link

Header sizing accessibility issues #1101

Closed bruceplai closed 2 years ago

bruceplai commented 2 years ago

Overview

Accessibility tools are flagging possible header sizing issues. h tag values should be sequentially increasing or at least increasing as you dig deeper into a page structure. This is according to various accessibility scanning tools.

Action Items

Resources/Instructions

image image

chalimar commented 2 years ago

Thank you for reviewing, Bruce! I have created a new type scale and hope that it might be applicable to fixing some of these issues.

Will connect with you at the meeting.

Screen Shot 2021-12-13 at 12 04 05 PM
smsada commented 2 years ago

Made Duplicate issue from #1150

Overview

Screen readers interpret page structure based on Hx tags which need to be separated from title size tags.

Description

Collaborate page using H4 tag instead of title class tag ![image](https://user-images.githubusercontent.com/38507899/153289249-83961f3c-6271-42a5-b470-0ca4d4bdcdf1.png)

Action Items

Resources/Instructions

Title Classes screenshot from CTI figma ![image](https://user-images.githubusercontent.com/34084181/104667610-4ac80f00-568b-11eb-99eb-a6b9decd80c6.png)
bruceplai commented 2 years ago
  1. Progress - Still investigating using aria-level
  2. Blockers - none
  3. Availability - 2 days
  4. ETA - will try by next meeting