CivicTechTO / polis

:milky_way: Open Source AI for large scale open ended feedback
https://pol.is
GNU Affero General Public License v3.0
7 stars 0 forks source link

[a11y] Issue 9: Missing level-one heading (Participation Page) #67

Open NewJerseyStyle opened 3 weeks ago

NewJerseyStyle commented 3 weeks ago

Description:

The participation page does not contain a level-one heading (<h1>). This heading is important for screen reader users to navigate directly to the main content of the page.

Steps to Reproduce:

  1. Navigate to the participation page (e.g. https://pol.is/4cvkai2ctw)
  2. Inspect the page's heading structure.

Expected Behavior:

A <h1> element should be present to indicate the main content of the page.

Actual Behavior:

A <h1> element is missing.

Component/Area: Participation page

Source: Auto evaluation

Affected Elements: h1

thomassth commented 3 weeks ago

Should be fixed with https://github.com/CivicTechTO/polis/pull/32