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

[Website] Broken id's in specification links #249

Closed
podborski opened this issue Sep 24, 2024 · 2 comments · Fixed by #250
Closed

[Website] Broken id's in specification links #249

podborski opened this issue Sep 24, 2024 · 2 comments · Fixed by #250
Labels
website Website related

Comments

@podborski
Copy link
Collaborator

Summary

IDs in the https://mp4ra.org/references table are broken. E.g.:

<tr id="<a href=&quot;http://www.3gpp.org/&quot;>3GPP</a>"><td><div><a href="http://www.3gpp.org/">3GPP</a></div></td><td><div>3GPP 26.234 Transparent end-to-end packet switched streaming service (PSS); Protocols and codecs, Annex D;3GPP 26.244 Transparent end-to-end packet switched streaming service (PSS); 3GPP file format (3GP)</div></td></tr>

I guess it should be:

<tr id="3GPP"><td><div><a href="http://www.3gpp.org/">3GPP</a></div></td><td><div>3GPP 26.234 Transparent end-to-end packet switched streaming service (PSS); Protocols and codecs, Annex D;3GPP 26.244 Transparent end-to-end packet switched streaming service (PSS); 3GPP file format (3GP)</div></td></tr>

Steps to reproduce

Go to https://mp4ra.org/references#ISO and you will not jump to ISO entry in the table because it's ID is not correctly set.

@podborski podborski added the website Website related label Sep 24, 2024
@podborski
Copy link
Collaborator Author

@DenizUgur any idea why this happened?

@DenizUgur
Copy link
Contributor

Looking

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

Successfully merging a pull request may close this issue.

2 participants