-
Notifications
You must be signed in to change notification settings - Fork 22.5k
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
CSS modules: CSS table #33236
CSS modules: CSS table #33236
Conversation
estelle
commented
Apr 23, 2024
- made the table module follow the newish template guidelines
- added links to the module to the five table related properties.
Preview URLs (6 pages)Flaws (1)Note! 5 documents with no flaws that don't need to be listed. 🎉 URL:
External URLs (1)URL:
(comment last updated: 2024-04-25 16:23:59) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for these updates, @estelle. I’ve suggested some edits and have a few questions for you to consider.
- {{cssxref("border")}} shorthand | ||
- {{cssxref("border-width")}} | ||
- {{cssxref("border-style")}} | ||
- {{cssxref("border-color")}} | ||
|
||
## Specifications | ||
|
||
{{Specifications}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should replace the spec-urls
front matter key value with "https://drafts.csswg.org/css-tables-3/", the same spec link that you're also using in the note after the Specifications table
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See the note below: the spec is not ready for implementation, and has a big orange warning when you visit the page, so opting not to update the spec-url.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's just that in the Specifications table, we link to "Cascading Style Sheets Level 2 Revision 2 (CSS 2.2) Specification", but in the note we link to "CSS Table Module Level 3 specification". Seems disjointed. I've added a rewording suggestion for the note.
- {{htmlelement("th")}} | ||
- {{htmlelement("td")}} | ||
|
||
- [CSS box sizing](/en-US/docs/Web/CSS/CSS_box_sizing) module |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- [CSS box sizing](/en-US/docs/Web/CSS/CSS_box_sizing) module | |
- [CSS box model](/en-US/docs/Web/CSS/CSS_box_model) module |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The original was correct. See #33182
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the review @dipikabh.
I committed most of your changes, and commented on those I did not commit.
- {{htmlelement("th")}} | ||
- {{htmlelement("td")}} | ||
|
||
- [CSS box sizing](/en-US/docs/Web/CSS/CSS_box_sizing) module |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The original was correct. See #33182
- {{cssxref("border")}} shorthand | ||
- {{cssxref("border-width")}} | ||
- {{cssxref("border-style")}} | ||
- {{cssxref("border-color")}} | ||
|
||
## Specifications | ||
|
||
{{Specifications}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See the note below: the spec is not ready for implementation, and has a big orange warning when you visit the page, so opting not to update the spec-url.
Co-authored-by: Dipika Bhattacharya <dipika@foss-community.org>
Co-authored-by: Dipika Bhattacharya <dipika@foss-community.org>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- {{cssxref("border")}} shorthand | ||
- {{cssxref("border-width")}} | ||
- {{cssxref("border-style")}} | ||
- {{cssxref("border-color")}} | ||
|
||
## Specifications | ||
|
||
{{Specifications}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's just that in the Specifications table, we link to "Cascading Style Sheets Level 2 Revision 2 (CSS 2.2) Specification", but in the note we link to "CSS Table Module Level 3 specification". Seems disjointed. I've added a rewording suggestion for the note.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for addressing the comments, @estelle! Leaving a +1 with one suggestion outstanding to possibly reword the "Note".
Co-authored-by: Dipika Bhattacharya <dipika@foss-community.org>
Co-authored-by: Dipika Bhattacharya <dipika@foss-community.org>