inclusive design checklist #1354
mouse-reeve
started this conversation in
General
Replies: 1 comment
-
Loving this! It may seem like a lot right now, but, this is just my script kitty opinion, code will become much easier to manage if these things are thought about in the design process. I can also try to look for a free bot that checks for almost all of these issues. 👍🏻 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Inclusive Web Design Checklist
https://github.com/Heydon/inclusive-design-checklist
<div>
scaffolding [#1]user-scalable=no
if present)em
,rem
, andch
), especially for font metricsprefers-reduced-motion
media queryalt="
oraria-hidden="true"
to decorative images [#1]<title>
s that name the site and the specific page [#1]<table>
) for data only, not visual layout purposeslang="[ISO code]"
for subsections in different languages<header>
,<footer>
,<nav>
,<main>
, etc)manifest.json
file for identifiable homescreen entriesline-height
) [#1]srcset
to tailor images to devices and reduce bandwidth costsBeta Was this translation helpful? Give feedback.
All reactions