w3c / html-aria

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

id references for a and href have gone missing #142

Closed pgrucza closed 5 years ago

pgrucza commented 5 years ago

The editor's draft seems to be missing a couple of references for a with and without href.

a element with a href currently: <a><code>a</code></a> element with a <code>href</code>

possible change to: <a><code>a</code></a> element with a <a data-cite="html/links.html#attr-hyperlink-href"><code>href</code></a>

a element without a href currently: <code>a</code></a> element without a <code>href</code>

possible change to: <a><code>a</code></a> element without a <a data-cite="html/links.html#attr-hyperlink-href"><code>href</code></a>

marcoscaceres commented 5 years ago

@pgrucza quick pr? 🙇‍♂️