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

Update special cases for tables #360

Merged
merged 3 commits into from
Oct 7, 2024

Conversation

titoBouzout
Copy link
Contributor

@titoBouzout titoBouzout commented Oct 2, 2024

Adds to the validation th/thead/tbody which were missing.

Then, we were considering the inner bits as tr/td, but didn't consider the outer bits as empty table/thead/body, so this is now considered.

The switch case is probably not needed, as it will validate, but maybe could be nice to have a section of skips, it could improve performance.

A bit verbose, but I hope that's all for tables

@ryansolid ryansolid merged commit 2415f6b into ryansolid:main Oct 7, 2024
2 checks passed
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