Notes on ARIA Use in HTML

@@ -196,9 +198,9 @@

First Rule of ARIA Use

If you can use a native HTML element [[HTML]] or attribute with the semantics and behavior you require already built in, instead of re-purposing an element and adding an ARIA role, state or property to make it accessible, then do so.

Under what circumstances may this not be possible?