diff --git a/content/practices/landmark-regions/landmark-regions-practice.html b/content/practices/landmark-regions/landmark-regions-practice.html index 87ee9d44ff..af130bed8b 100644 --- a/content/practices/landmark-regions/landmark-regions-practice.html +++ b/content/practices/landmark-regions/landmark-regions-practice.html @@ -82,6 +82,12 @@

HTML Sectioning Elements

region when it has an accessible name using aria-labelledby or aria-label + + + search + + search + @@ -414,11 +420,12 @@

Search

HTML Technique

-

There is no HTML element that defines a search landmark.

+ +

Use the HTML search element to define a search landmark.

ARIA Technique

-

The role="search" attribute defines a search landmark.

+

If the HTML search element technique is not being used, use a role="search" attribute to define a search landmark.