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

Change table's height attribute to allow zero-like values #9374

Merged
merged 2 commits into from
Jun 3, 2023

Conversation

sivakusayan
Copy link
Contributor

@sivakusayan sivakusayan commented Jun 2, 2023

Previously, the table's height attribute would not allow dimension values that evaluated to zero after being parsed. Now, the height attribute will respect zero.


/acknowledgements.html ( diff )
/rendering.html ( diff )

Copy link
Member

@domenic domenic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work!

Optional:

@domenic
Copy link
Member

domenic commented Jun 2, 2023

Also don't forget to sign the Participant Agreement, or have your company do so.

@sivakusayan
Copy link
Contributor Author

sivakusayan commented Jun 2, 2023

Thanks for the really fast review! And woops, all of those should be done now. 🙂

Also, when signing the participant agreement I think I added both the "dom" and "html" workstreams, although in hindsight I probably should have done just "html". Not sure if that matters but FYI.

@domenic domenic merged commit b2e7489 into whatwg:main Jun 3, 2023
2 checks passed
domenic pushed a commit to web-platform-tests/wpt that referenced this pull request Jun 3, 2023
Follows whatwg/html#9374 for <table>, and the existing spec for <tr> and <col>.
moz-v2v-gh pushed a commit to mozilla/gecko-dev that referenced this pull request Jun 13, 2023
…t, and <col> width , a=testonly

Automatic update from web-platform-tests
Allow zero on certain elem dimensions to match current browser behavior

Follows whatwg/html#9374 for <table>, and the existing spec for <tr> and <col>.
--

wpt-commits: 3d953f9b12fee56e131eec7a8ef5400a38b1d206
wpt-pr: 40350
ErichDonGubler pushed a commit to ErichDonGubler/firefox that referenced this pull request Jun 14, 2023
…t, and <col> width , a=testonly

Automatic update from web-platform-tests
Allow zero on certain elem dimensions to match current browser behavior

Follows whatwg/html#9374 for <table>, and the existing spec for <tr> and <col>.
--

wpt-commits: 3d953f9b12fee56e131eec7a8ef5400a38b1d206
wpt-pr: 40350
gecko-dev-updater pushed a commit to marco-c/gecko-dev-comments-removed that referenced this pull request Jun 16, 2023
…t, and <col> width , a=testonly

Automatic update from web-platform-tests
Allow zero on certain elem dimensions to match current browser behavior

Follows whatwg/html#9374 for <table>, and the existing spec for <tr> and <col>.
--

wpt-commits: 3d953f9b12fee56e131eec7a8ef5400a38b1d206
wpt-pr: 40350

UltraBlame original commit: 9af68c7cf2f87debee7e6eb7bd9094e16f31dab6
gecko-dev-updater pushed a commit to marco-c/gecko-dev-wordified-and-comments-removed that referenced this pull request Jun 16, 2023
…t, and <col> width , a=testonly

Automatic update from web-platform-tests
Allow zero on certain elem dimensions to match current browser behavior

Follows whatwg/html#9374 for <table>, and the existing spec for <tr> and <col>.
--

wpt-commits: 3d953f9b12fee56e131eec7a8ef5400a38b1d206
wpt-pr: 40350

UltraBlame original commit: 9af68c7cf2f87debee7e6eb7bd9094e16f31dab6
gecko-dev-updater pushed a commit to marco-c/gecko-dev-wordified that referenced this pull request Jun 16, 2023
…t, and <col> width , a=testonly

Automatic update from web-platform-tests
Allow zero on certain elem dimensions to match current browser behavior

Follows whatwg/html#9374 for <table>, and the existing spec for <tr> and <col>.
--

wpt-commits: 3d953f9b12fee56e131eec7a8ef5400a38b1d206
wpt-pr: 40350

UltraBlame original commit: 9af68c7cf2f87debee7e6eb7bd9094e16f31dab6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

None yet

2 participants