include::../rationale.adoc[]
include::../fix.adoc[]
[source,html,diff-id=1,diff-type=noncompliant]
----
a2 + b2 = c2
----
To fix the code use a valid value for the ARIA role attribute.
[source,html,diff-id=1,diff-type=compliant]
----
a2 + b2 = c2
----
include::../resources.adoc[]