fedidcg / FedCM

A privacy preserving identity exchange Web API
https://fedidcg.github.io/FedCM
Other
357 stars 66 forks source link

Update links to RFC9110 #520

Closed tidoust closed 7 months ago

tidoust commented 7 months ago

We rolled back on the change introduced in #452 and now use the more readable httpwg.org version of RFC9110 to populate the cross-references database. We also updated Specref to return the httpwg.org URL for that spec.

This means that the cross-references database no longer has the section IDs and rather has the field name. This update rolls back the changes in #452 accordingly.


Preview | Diff

npm1 commented 7 months ago

Thanks for the change! But in the Preview I do not see these being linked, any idea why?

tidoust commented 7 months ago

Hmm, I don't really know. The update to Bikeshed data that brought the new fragment identifiers was ~30mn ago. Could it be that the new data has not yet propagated to PR Preview?

tidoust commented 7 months ago

More precisely, I think PR preview uses the online version of Bikeshed which does not yet seem to have the latest data. I guess I was too fast for once ;)

I think that the spec-prod action fetches the latest version of Bikeshed and of Bikeshed data, but I haven't checked, so you may want to wait a bit before you merge the PR.

npm1 commented 7 months ago

Could you resolve merge conflicts and then we can merge this?