publiclab / infragram

A minimal core of the Infragram.org project in JavaScript
https://infragram.org/sandbox/
GNU General Public License v2.0
45 stars 166 forks source link

corrected keyboard-accessibility for input element #435

Closed stephaniequintana closed 2 years ago

stephaniequintana commented 2 years ago

On the <input> element - changed display: none; to class="visually-hidden" and added focus to <label> element. (Utilizing opacity: 0 does not take the element out of the flow and thus caused spacing issues)

This issue is not related to a particular fix# Make sure these boxes are checked before your pull request (PR) is ready to be reviewed and merged. Thanks!

gitpod-io[bot] commented 2 years ago

stephaniequintana commented 2 years ago

@jywarren, @TildaDares, @cesswairimu - Correcting this accessibility issue has helped me to identify other areas that need A11y attention. I will add these to my planning issues.