AOMediaCodec / av1-avif

AV1 Image File Format Specification - ISO-BMFF/HEIF derivative
https://aomediacodec.github.io/av1-avif/
BSD 2-Clause "Simplified" License
463 stars 40 forks source link

"This version" link doesn't work as expected #179

Closed agrange closed 3 weeks ago

agrange commented 2 years ago

The field "This version" link in the various versions of the spec all link to the latest version, rather then the expected version of the sped.

cconcolato commented 2 years ago

Should we have a "This version" and a "Latest version"?

wantehchang commented 2 years ago

Yes. We can put the "Latest version" link near the "Previously approved version" link.

leo-barnes commented 3 weeks ago

I think this is now working as intended. I do notice that the "Latest draft" link does not seem to work. Presumably this is because latest-draft.html is a symbolic link pointing to a file that does not exist. I see that the gh-pages branch did not get that file when it grabbed the commit where it was added. Presumably it strips broken symbolic links.

After thinking on it a bit, I think we should change this into having:

  1. "This version" (points to latest draft if it is a draft, points to specific version once published)
  2. "Latest version" (points to the latest document available, draft or published)