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

feat: disallow epub:type on head and metadata content #1459

Merged
merged 1 commit into from
Dec 13, 2022

Conversation

rdeltour
Copy link
Member

This PR implements the latest post-CR update on where epub:type is allowed in HTML content (i.e. everywhere but the head element and metadata content).

See w3c/epub-specs#2493

Fix #1444, Fix #1445

This PR implements the latest post-CR update on where `epub:type` is
allowed in HTML content (i.e. everywhere but the `head` element and
metadata content).

See w3c/epub-specs#2493

Fix #1444, Fix #1445
@rdeltour rdeltour added this to the v5.0.0-rc milestone Dec 13, 2022
@rdeltour rdeltour requested a review from mattgarrish December 13, 2022 07:48
@rdeltour rdeltour self-assigned this Dec 13, 2022
@rdeltour rdeltour merged commit bfb7239 into main Dec 13, 2022
@rdeltour rdeltour deleted the feat/epub-type-restrictions branch December 13, 2022 12:52
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

Successfully merging this pull request may close these issues.

Allow epub:type everywhere except head and metadata content Links with epub:type require href
2 participants