-
Notifications
You must be signed in to change notification settings - Fork 262
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
Understanding 4.1.3 - wrong id reference in anchors #465
Comments
@michael-n-cooper either Master hasn't been rolled out so the published version is out of sync or the generator is overwriting ids. In Master (line 36 of https://github.com/w3c/wcag/edit/master/understanding/21/status-messages.html): In the live site:
|
i believe (though my xslt is a bit rusty) that it's the generator (probably [second edit] the reason for this seems even more complex ... removing my incorrect guess (and yes, funnily enough i came here because i was going to file an issue about those relative links in 4.1.3 understanding...) |
even odder...in master, the understanding document has
(with the
(with the [edit] and after adding correct code fences to @awkawk's previous comment, i see that he saw the same oddness...apologies for rehashing the same thing |
In the sentence "Examples of status messages are given in the section titled Status Message Examples below." Status Message is an anchor, but the wrong id is referenced "https://www.w3.org/WAI/WCAG21/Understanding/status-messages.html#status-examples"
Change
<a href="#status-examples">Status Message Examples</a>
To
<a href="#status-message-examples">Status Message Examples</a>
Same problem for the anchor Examples of Changes That Are Not Status Messages, wrong id.
Change
<a href="#excepted-examples">Examples of Changes That Are Not Status Messages</a>
to
<a href="#examples-of-changes-that-are-not-status-messages">Examples of Changes That Are Not Status Messages</a>
The text was updated successfully, but these errors were encountered: