Re: [csswg-drafts] [css-box-3] Should we move the border property defs from css-backgrounds-3 to css-box-3?

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, `border-width`. Other border aspects (`border-color` and `border-style`, let alone `border-image`) are about _rendering_ borders, not about box geometry. I believe it makes sense to keep those aspects together with other rules of _painting different areas_ of the element (like `background-clip`/`-origin`, which also refer to box model parts). A note and a cross-reference would be a great solution for me.

-- 
GitHub Notification of comment by SelenIT
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3007#issuecomment-413310163 using your GitHub account

Received on Wednesday, 15 August 2018 19:34:37 UTC