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: allow epub:type on SVG renderable elements #1512

Merged
merged 1 commit into from Apr 28, 2023

Conversation

rdeltour
Copy link
Member

Update the SVG schemas to allow the "epub:type" attribute on all renderable elements, as suggested in w3c/epub-specs#2556.

Note: this is a willful violation of the EPUB 3.3 spec, which (at the time of writing) only allows the attribute on structural, shape, and text elements.

Fix #1497

Update the SVG schemas to allow the "epub:type" attribute on all renderable elements, as suggested in w3c/epub-specs#2556.

Note: this is a willful violation of the EPUB 3.3 spec, which (at the time of writing) only allows the attribute on structural, shape, and text elements.

Fix #1497
@rdeltour rdeltour added this to the Next maintenance release milestone Apr 28, 2023
@rdeltour rdeltour self-assigned this Apr 28, 2023
@rdeltour rdeltour linked an issue Apr 28, 2023 that may be closed by this pull request
Base automatically changed from chore/mvn-bundle-plugin-upgrade to main April 28, 2023 15:19
@rdeltour rdeltour merged commit 6cd9789 into main Apr 28, 2023
3 checks passed
@rdeltour rdeltour deleted the fix/1497/svg-epubtype branch April 28, 2023 15:19
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.

epub:type="noteref" on <a> inside svg
2 participants