diff --git a/.prettierrc b/.prettierrc index 49ca3de23..1fcfb4fe8 100644 --- a/.prettierrc +++ b/.prettierrc @@ -1,6 +1,5 @@ { "bracketSameLine": true, - "bracketSpacing": false, "printWidth": 80, "proseWrap": "never", "singleQuote": true, diff --git a/.wip/topics/accessibility.md b/.wip/topics/accessibility.md index e6f61451b..92e3178c1 100644 --- a/.wip/topics/accessibility.md +++ b/.wip/topics/accessibility.md @@ -1,5 +1,4 @@ -Accessibility -== +# Accessibility ## Glossary @@ -77,17 +76,20 @@ The following is a checklist that contains recommendations for implementing HTML - `aria-role` attributes tell assistive technologies that the element should follow that role's accessibility patterns. There are well-defined roles in the HTML spec. Do not define them on your own. - `tabindex="0"` is usually added to it elements that have `role` added so that it can be focused. - Assistive labelling + - `aria-label` is useful for labelling buttons where the content is empty or contains only icons. - `aria-labelledby` is similar to `