Skip to content

[Bug] hypothes.is can't recognize Dublin Core meta Data inside iframe. #7081

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

Open
StructSeeker opened this issue May 16, 2025 · 0 comments
Open

Comments

@StructSeeker
Copy link

Minimum Example: I have two file test1.html and test2.html each contain an iframe using srcdoc or src with

<head>
    <meta name='dc.identifier' content='test'> 
    <meta name='dc.relation.ispartof' content='strcutseeker'> 
</head>

Highlight/annotation inside one iframe become orphan for another iframe.
I suspect the cause is that when receiving annotation from server, the target property of annoation is usually url rather than fingerprint-like urn:x-dc:....

Note that even if i am not using srcdoc, using src with even the same link still cause similar phenomenon; also setting test1.html and test2.html with the same dublin meta data can't fix the problem.

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

1 participant