- From: Noam Rosenthal via GitHub <noreply@w3.org>
- Date: Tue, 19 Aug 2025 14:56:27 +0000
- To: public-css-archive@w3.org
Please see https://github.com/noamr/explainers/blob/main/border-shape-explainer.md#how-it-renders-behind-the-scenes The concept to be discussed at the F2F: - `border-shape` ignores border size (similar to `border-style: none`) - The inner and outer paths are stroked using the `stroke-*` properties - The area between the outer and inner paths are filled using the `fill-*` properties - The stroke path is part of the contour, as visible in box-shadow/backdrop-filter - Two identical shapes is the same as having one shape. It is stroked once with no fill. -- GitHub Notification of comment by noamr Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/11662#issuecomment-3201104016 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 19 August 2025 14:56:28 UTC