w3c / html-aria

ARIA in HTML
https://w3c.github.io/html-aria/
Other
178 stars 48 forks source link

Editorial - correct the English in a comment in the example "Unwanted rendered markup with valid alternative solution" #510

Closed OwenEdwards closed 2 months ago

OwenEdwards commented 2 months ago

In the second example in the section Adhere to the rules of HTML, (Unwanted rendered markup with valid alternative solution) the code contains a comment:

<!-- Use a span are allowed in p elements! -->

https://github.com/w3c/html-aria/blob/gh-pages/index.html#L434

This should read:

<!-- Use a span, which is allowed in p elements! -->