From 53e0590805942a98c57ae32d47cbd46c3fc45ca5 Mon Sep 17 00:00:00 2001 From: st-sloth Date: Fri, 3 Aug 2018 10:27:44 +0500 Subject: [PATCH] [accessibility] Minor clarifications (#1100) * [accessibility] Remove trailing whitespaces * [accessibility] Minor clarifications * [accessibility] Minor clarifications (review changes) * Language --- content/docs/accessibility.md | 83 ++++++++++++++++++++--------------- 1 file changed, 47 insertions(+), 36 deletions(-) diff --git a/content/docs/accessibility.md b/content/docs/accessibility.md index 6a317592..679e2e6b 100644 --- a/content/docs/accessibility.md +++ b/content/docs/accessibility.md @@ -26,11 +26,11 @@ The following WCAG checklists provide an overview: The [Web Accessibility Initiative - Accessible Rich Internet Applications](https://www.w3.org/WAI/intro/aria) document contains techniques for building fully accessible JavaScript widgets. -Note that all `aria-*` HTML attributes are fully supported in JSX. Whereas most DOM properties and attributes in React are camelCased, these attributes should be lowercased: +Note that all `aria-*` HTML attributes are fully supported in JSX. Whereas most DOM properties and attributes in React are camelCased, these attributes should be hyphen-cased (also known as kebab-case, lisp-case, etc) as they are in plain HTML: ```javascript{3,4} ` elements to our JSX to make our React code work, especially when working with lists (`
    `, `