You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<ahref="foo" title="Read more about foo">Read more</a><ahref="bar" title="Read more about bar">Read more</a>
which is failing the rule (same accessible name of Read more, different destination) is maybe not failing the SC because name+title is good enough for H33.
H33 does however have a caveat about title:
Because of the extensive user agent limitations in supporting access to the title attribute, authors should use caution in applying this technique.
Should we
Do nothing
Add a note saying that we do not consider title because it has poor support (would need some research)
Updates rules to consider name+title instead of just name