Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Links with identical accessible names and same context serve equivalent purpose" [fd3a94]: Failed example 2 does not have **same** context #2175

Open
Jym77 opened this issue Apr 10, 2024 · 0 comments

Comments

@Jym77
Copy link
Collaborator

Jym77 commented Apr 10, 2024

Failed example 2 is:

<html lang="en">
	<p>W3C pages for ACT:</p>
	<p><a href="https://act-rules.github.io/">ACT rules</a></p>
	<p>Community group for ACT:</p>
	<p><a href="https://www.w3.org/community/act-r/">ACT rules</a></p>
</html>

However, the contexts of the links here are identical, but not the exact same (elements, …) which goes against the first Background note (and the Applicability). See also #1864.

It's not completely trivial to turn it into a valid failed example, because:

<html lang="en">
	<p>
          <span>W3C pages for ACT: <a href="https://act-rules.github.io/">ACT rules</a></span><br />
	  <span>Community group for ACT: <a href="https://www.w3.org/community/act-r/">ACT rules</a></span>
        </p>
</html>

feels like the start of the sentence is disambiguating (even though with our definition of context, they do have the same context (which may be a problem with that definition, see #2176…))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant