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: check discouraged HTML elements (base, rp, embed) #1379

Merged
merged 1 commit into from
Dec 5, 2022

Conversation

rdeltour
Copy link
Member

@rdeltour rdeltour commented Dec 1, 2022

EPUB 3.3 discourages the use of the following elements:

  • base
  • rp
  • embed

This commits:

  • adds a new check HTM-055 to report all uses of discouraged elements
  • add tests for discouraged constructs
  • tweak existing tests that used discouraged constructs

Fix #1271

EPUB 3.3 discourages the use of the following elements:
- `base`
- `rp`
- `embed`

This commits:
- adds a new check HTM-055 to report all uses of discouraged elements
- add tests for discouraged constructs
- tweak existing tests that used discouraged constructs

Fix #1271
@rdeltour rdeltour added this to the v5.0.0-beta milestone Dec 1, 2022
@rdeltour rdeltour requested a review from mattgarrish December 1, 2022 14:46
@rdeltour rdeltour self-assigned this Dec 1, 2022
Base automatically changed from feat/html-link-fallbacks to release/v5.0.0 December 1, 2022 22:18
@rdeltour rdeltour requested a review from mattgarrish December 2, 2022 09:51
@rdeltour rdeltour merged commit 5d637fe into release/v5.0.0 Dec 5, 2022
@rdeltour rdeltour deleted the feat/html-discourage-elems branch December 5, 2022 12:50
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.

2 participants