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

Handle the colspan=0 case. #92

Merged
merged 2 commits into from
Nov 5, 2023
Merged

Handle the colspan=0 case. #92

merged 2 commits into from
Nov 5, 2023

Conversation

jugglerchris
Copy link
Owner

Although HTML5 forbids colspan=0, it's interpreted in some browsers as meaning "the rest of the columns", so handle this by replacing it with the expanded size before rendering.

Fixes #90.

Although HTML5 forbids colspan=0, it's interpreted in some browsers
as meaning "the rest of the columns", so handle this by replacing
it with the expanded size before rendering.

Fixes #90.
@jugglerchris jugglerchris merged commit cff1ab6 into main Nov 5, 2023
1 check 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.

Panick at 'attempt to divide by zero'
1 participant