We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
IDs in the https://mp4ra.org/references table are broken. E.g.:
<tr id="<a href="http://www.3gpp.org/">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>
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.
The text was updated successfully, but these errors were encountered:
@DenizUgur any idea why this happened?
Sorry, something went wrong.
Looking
Successfully merging a pull request may close this issue.
Summary
IDs in the https://mp4ra.org/references table are broken. E.g.:
I guess it should be:
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.
The text was updated successfully, but these errors were encountered: