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

Fragment identifier is not defined. #1482

Closed
Scadi2 opened this issue Jan 31, 2023 · 2 comments · Fixed by #1503
Closed

Fragment identifier is not defined. #1482

Scadi2 opened this issue Jan 31, 2023 · 2 comments · Fixed by #1503
Assignees
Labels
priority: medium To be processed and published in one of the upcoming releases status: has PR The issue is being processed in a pull request type: false-positive This issue is about valid content being incorrectly rejected
Milestone

Comments

@Scadi2
Copy link

Scadi2 commented Jan 31, 2023

I include PDF's in the epub as follows:
<object data="Authorship.pdf#view=FitV" type="application/pdf" style="width:100%; height:100vh"></object>

"#view=FitV" is necessary for the pdf to automatically fit on the display/monitor without being cut off.
However, this leads to the above error message.

@rdeltour
Copy link
Member

rdeltour commented Feb 3, 2023

Looks like a bug, I'll have a look for the next maintenance release. Thanks for the report!

@rdeltour rdeltour self-assigned this Feb 3, 2023
@rdeltour rdeltour added priority: medium To be processed and published in one of the upcoming releases type: false-positive This issue is about valid content being incorrectly rejected status: needs test case A reproducible test case is needed to move the issue forward labels Feb 3, 2023
@rdeltour rdeltour added this to the Next maintenance release milestone Feb 3, 2023
@Scadi2
Copy link
Author

Scadi2 commented Feb 9, 2023

Presumably, the error occurs everywhere where a URL is given but there is no link:

<embed src="bla#xyz" pluginspage="bla#xyz"
<link href="bla#xyz"
<iframe src="bla#xyz"
<script src="bla#xyz"
<img src="bla#xyz"
<form action="bla#xyz"
<object data="bla#xyz"
<picture src="bla#xyz" srcset="bla#xyz"
<source src="bla#xyz" srcset="bla#xyz"
<video src="bla#xyz" poster="bla#xyz"
<audio src="bla#xyz">
...

@rdeltour rdeltour linked a pull request Apr 28, 2023 that will close this issue
@rdeltour rdeltour added status: has PR The issue is being processed in a pull request and removed status: needs test case A reproducible test case is needed to move the issue forward labels Apr 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: medium To be processed and published in one of the upcoming releases status: has PR The issue is being processed in a pull request type: false-positive This issue is about valid content being incorrectly rejected
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants