{"id":13341398,"url":"https://github.com/brandonhimpfen/web-accessibility-checklist","last_synced_at":"2025-03-11T21:30:53.781Z","repository":{"id":158859586,"uuid":"406465376","full_name":"brandonhimpfen/web-accessibility-checklist","owner":"brandonhimpfen","description":"A quick checklist for web accessibility, which also acts as a great beginners' guide.","archived":false,"fork":false,"pushed_at":"2023-10-01T15:42:38.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-07-30T21:02:07.063Z","etag":null,"topics":["a11y","accessibility","web-accessibility"],"latest_commit_sha":null,"homepage":"https://himpfen.com/checklists","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/brandonhimpfen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null},"funding":{"github":"brandonhimpfen","ko_fi":"brandonhimpfen","custom":["https://paypal.me/brandonhimpfen","https://brandon.tiny.us/donate"]}},"created_at":"2021-09-14T17:38:36.000Z","updated_at":"2023-07-18T09:06:59.000Z","dependencies_parsed_at":"2023-05-03T11:32:02.560Z","dependency_job_id":null,"html_url":"https://github.com/brandonhimpfen/web-accessibility-checklist","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brandonhimpfen%2Fweb-accessibility-checklist","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brandonhimpfen%2Fweb-accessibility-checklist/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brandonhimpfen%2Fweb-accessibility-checklist/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brandonhimpfen%2Fweb-accessibility-checklist/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brandonhimpfen","download_url":"https://codeload.github.com/brandonhimpfen/web-accessibility-checklist/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221249548,"owners_count":16784961,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["a11y","accessibility","web-accessibility"],"created_at":"2024-07-29T19:25:25.833Z","updated_at":"2024-10-23T23:31:06.035Z","avatar_url":"https://github.com/brandonhimpfen.png","language":null,"funding_links":["https://github.com/sponsors/brandonhimpfen","https://ko-fi.com/brandonhimpfen","https://paypal.me/brandonhimpfen","https://brandon.tiny.us/donate","https://github.com/sponsors/brandonhimpfen/"],"categories":[],"sub_categories":[],"readme":"# Web Accessibility Checklist\n\n[![GitHub](https://srv-cdn.himpfen.io/badges/github/github-flat.svg)](https://github.com/sponsors/brandonhimpfen/) \u0026nbsp; [![Ko-Fi](https://srv-cdn.himpfen.io/badges/kofi/kofi-flat.svg)](https://ko-fi.com/brandonhimpfen) \u0026nbsp; [![PayPal](https://srv-cdn.himpfen.io/badges/paypal/paypal-flat.svg)](https://paypal.me/brandonhimpfen) \u0026nbsp; [![Stripe](https://srv-cdn.himpfen.io/badges/stripe/stripe-flat.svg)](https://tinyurl.com/e8ymxdw3)\n\nA quick checklist for web accessibility, which also acts as a great beginners' guide.\n\n## Landmarks\n\n```\u003cheader role=\"banner\"\u003e```\n\nTypically your website's header.\n\n```\u003cnav role=\"navigation\"\u003e```\n\nNavigation of your website, which contains navigation links.\n\n```\u003cmain role=\"main\"\u003e```\n\nThe one area where content is primarily focused.\n\n```\u003carticle role=\"article\"\u003e```\n\nOne content item. An example is a single blog post in an index.\n\n```\u003caside role=\"complementary\"\u003e```\n\nSeparated content section that supports the main content.\n\n```\u003cfooter role=\"contentinfo\"\u003e```\n\nFooter that contains information about the document such as website author, website ownership, copyright information, links to legal documents, etc...\n\n```\u003cform role=\"search\"\u003e```\n\nGive the end user the ability to search your document or website.\n\n## Language Attribute\n\n```\u003chtml lang=\"en\"\u003e```\n\nSpecify the language of the document.\n\n## Document Outline\n\nUse semantic headings and structure\n\n## Links\n\nEnsure links have a `:focus` state\n\nEnsure links are recognizable, such as by underline and different colour then the text.\n\n## Images\n\nState what the image is about using `alt`\n\n## JavaScript\n\nUnobtrusive Javascript\n\nUse unobtrusive Javascript.\n\nNo-JavaScript Alternatives\n\nProvide an alternative for end users who don't have JavaScript enabled or where JavaScript is unavailable.\n\n## Forms\n\nLogical layout\n\nForm controls have `label`\n\nAn example would be: ```\u003clabel for=\"name\"\u003eYour Name:\u003c/label\u003e \u003cinput id=\"name\" type=\"text\"\u003e```.\n\nDon't use `placeholder` attributes instead of the `label` tag\n\nGroup related form elements\n\nGroup related form elements with `fieldset`.\n\n## Media (Audio and Video)\n\nProvide text transcripts for audio\n\nSubtitles for videos\n\n## Colour and Contrast\n\nTest colour contrast\n\n## Colour Blindness Test\n\nDeuteranopia\n\nProtanopia\n\nTritanopia\n\n## Testing\n\nTest using a screen reader\n\nTest using only the keyboard\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrandonhimpfen%2Fweb-accessibility-checklist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrandonhimpfen%2Fweb-accessibility-checklist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrandonhimpfen%2Fweb-accessibility-checklist/lists"}