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

allow colspan & rowspan attributes in <td> to fix broken table #53

Closed
wants to merge 1 commit into from

Conversation

faisalman
Copy link
Contributor

HTML table that contains merged cell in deno.land seems to be broken: https://deno.land/x/ua_parser_js

table-deno

Compared with GitHub: https://github.com/faisalman/ua-parser-js

table-github

And NPM: https://www.npmjs.com/package/ua-parser-js

table-npm

This can be fixed by allowing colspan & rowspan attribute to be used in <td>

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/td#colspan

@lino-levan
Copy link
Contributor

LGTM. @hashrock PTAL?

@hashrock
Copy link
Contributor

Nice! I'd like to add tests for this

@felix-schindler
Copy link

Anything preventing the merge?

@lino-levan
Copy link
Contributor

Presumably the lack of tests

@lino-levan
Copy link
Contributor

Opened up #76 to get this fixed. Thanks for the initial work @faisalman!

@hashrock
Copy link
Contributor

hashrock commented Aug 8, 2023

Closed with #76

@hashrock hashrock closed this Aug 8, 2023
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.

4 participants