-
-
Notifications
You must be signed in to change notification settings - Fork 393
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
"Latest published version" in editor's draft points to wrong place #4688
Comments
Weird... I think this is a ReSpec bug... |
I'll take a look at what's going on... For whatever reason, respec is not producing the right URL. |
I have a similar thing for my community group htmlvoc. Respec derives correctly that the "Latest published version:" is This is the ReSpec configuration: var respecConfig = { | specStatus: "CG-DRAFT", UPDATE: I am just discovering the Github pages functionality, so I understand that the .io URL can be derived from the ordinary .com URL. I guess the "Latest published version" is for the repository itself and the "Latest editor's draft" is for the report that describes the subject of the W3C group. |
In https://w3c.github.io/geolocation-api/, the "Latest published version:" points to https://www.w3.org/geolocation/, which is not a version of this spec. I think it should point to https://www.w3.org/TR/geolocation/.
The text was updated successfully, but these errors were encountered: