diff --git a/aria-practices.html b/aria-practices.html index bcd417fdc2..a1fc3c3fe7 100644 --- a/aria-practices.html +++ b/aria-practices.html @@ -82,7 +82,7 @@

No ARIA is better than Bad ARIA

Incorrect ARIA misrepresents visual experiences, with potentially devastating effects on their corresponding non-visual experiences.

Before using ARIA or any of the guidance in this document, please take time to understand the following two essential principles.

-

Principal 1: A role is a promise

+

Principle 1: A role is a promise

This code:


         <div role="button">Place Order</div>