From 639b91623a4f83f21ff183edc696d448543d873d Mon Sep 17 00:00:00 2001 From: James Nurthen Date: Fri, 18 May 2018 15:08:57 -0700 Subject: [PATCH] Modify HTML5 techniques section for region and form to fix #636 --- aria-practices.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aria-practices.html b/aria-practices.html index 8537db8a5b..c178352e38 100644 --- a/aria-practices.html +++ b/aria-practices.html @@ -3079,7 +3079,7 @@

Form

HTML5 Techniques
-

The HTML5 form element that defines a form landmark when it has an accessible name (e.g. aria-labelledby, aria-label or title).

+

The HTML5 form element defines a form landmark when it has an accessible name (e.g. aria-labelledby, aria-label or title).

ARIA Technique
@@ -3171,7 +3171,7 @@

Region

HTML5 Technique
-

Use the HTML5 section element to define a region landmark.

+

The HTML5 section element defines a region landmark when it has an accessible name (e.g. aria-labelledby, aria-label or title).

ARIA Technique