-
Notifications
You must be signed in to change notification settings - Fork 83
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
Adds features from CSS 2 (@charset, float & clear, vertical-align) #2216
Conversation
- css.properties.border-collapse | ||
- css.properties.border-collapse.collapse | ||
- css.properties.border-collapse.separate | ||
- css.properties.border-spacing | ||
- css.properties.caption-side | ||
- css.properties.caption-side.bottom | ||
- css.properties.caption-side.bottom-outside | ||
- css.properties.caption-side.top | ||
- css.properties.caption-side.top-outside | ||
- css.properties.caption-side.writing-mode_relative_values | ||
- css.properties.empty-cells | ||
- css.properties.table-layout |
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.
These CSS properties apply specifically to table elements or sub-elements. They could conceivably be split into a table styles feature or two features, related to border styles and caption styles. This seemed the most straightforward
@vwallen This looks good, but does need conflicts resolved to merge. Thank you! |
…into css-22 # Conflicts: # features/table.yml.dist
No description provided.