Skip to content
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

Provided custom definitions are all lowercase #2941

Closed
leo-barnes opened this issue Oct 24, 2024 · 2 comments
Closed

Provided custom definitions are all lowercase #2941

leo-barnes opened this issue Oct 24, 2024 · 2 comments

Comments

@leo-barnes
Copy link

See this issue for context: AOMediaCodec/av1-avif#281

Even though we specify the text in the <pre class="anchors"> with uppercase characters, the "Terms defined by reference" section has them all as lowercase. As an example, see PixelInformationProperty in https://aomediacodec.github.io/av1-avif/#index-defined-elsewhere.

From section 6.8 in the Bikeshed spec, I can see that the text is used as part of the URL when a URL prefix is added. It makes sense that the URL is all lowercase, but I don't think the actual text for the term that shows up in the "Terms defined by reference" section should be lowercase.

@tabatkins
Copy link
Collaborator

Yup, this is an old issue, #861. I have a plan in that issue to fix it, I just never got around to implementing it. Let me do so, I think it looks simple.

@tabatkins
Copy link
Collaborator

And yup, should be fixed in latest Bikeshed. There's a very mild heuristic to try and detect if a dfn is capitalized only because it happened to start a sentence, and lowercase it in that case, but otherwise original casing is preserved for all definitions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants