-
Notifications
You must be signed in to change notification settings - Fork 715
[css-box-3] Should we move the border property defs from css-backgrounds-3 to css-box-3? #3007
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
Comments
What about a note in css-box-3 mentioning that you might expect the properties there, but for historical reasons they're over in backgrounds? |
IMHO, borders belong where they currently are more than just for historical reasons. The only aspect of borders that effectively participates in the box model construction seems to be the size of the border area, that is, |
OK. There was a cross-reference from the intro, but I added a dedicated section for it. @astearns @SelenIT Let me know if this looks good to you! https://drafts.csswg.org/css-box-3/#borders |
Looks fine to me. I’d probably use “describe” or “indicate” rather than “delineate,” but I‘ll leave that up to you. |
Looks great! Only the comma between "...the edges of the box" and "The border properties..." looks like a minor typo (shouldn't it be a full stop)? |
Now that we've trimmed down the box module, deferring box generation to css-display and block layout to a forthcoming css-block module, should we move the border properties from css-backgrounds-3 to css-box-3?
Pros: Makes more sense?
Cons: They've been in css-backgrounds-3 for more than a decade.
Discuss!
The text was updated successfully, but these errors were encountered: