Technical review: Document border-shape#44191
Conversation
|
Preview URLs (3 pages)
Flaws (4) Note! 2 documents with no flaws that don't need to be listed. 🎉 Found an unexpected or unresolvable flaw? Please report it here. URL:
External URLs (1)URL:
(comment last updated: 2026-05-26 13:16:02) |
| - {{cssxref("corner-top-right-shape")}} | ||
| - {{cssxref("corner-top-shape")}} | ||
|
|
||
| The CSS borders and box decorations module level 4 also introduces the `border-shape`, `border-limit`, and `border-clip` properties, along with the `border-clip-bottom`, `border-clip-left`, `border-clip-right`, `border-clip-top` longhand properties. Currently, no browsers support these features. The module also introduces component properties for the well supported {{cssxref("border-radius")}} and {{cssxref("box-shadow")}} properties, including `border-block-end-radius`, `border-block-start-radius`, `border-bottom-radius`, `border-inline-end-radius`, `border-inline-start-radius`, `border-right-radius`, `border-top-radius`, `box-shadow-blur`, `box-shadow-color`, `box-shadow-offset`, `box-shadow-position`, and `box-shadow-spread`. These component properties are also as yet unsupported. |
There was a problem hiding this comment.
This is a list of properties that are not yet supported in any browser. I've removed border-shape here since it is now supported in Chromium, and added it to the bulleted list above the paragraph.
|
Maybe add some note and examples on box-shadow? And put some examples at the very start of the article (since it's quite a visual feature?). I guess also showing an example with a tooltip could be helpful (and explaining the difference between a tooltip with clip-path vs border-shape)? |
I've already included multiple examples that demonstrate how |
In my next commit, I have added a section to the description that compares To address your other points here, I will also add a tooltip example, hopefully as a live interactive example at the very top of the article. |
The interactive example looked really messy, so I instead put an example high up inside the description. I decided to do a speech bubble rather than a tooltip, as it was more interesting. |
Description
Chrome 147 adds support for the
border-shapeproperty; see https://chromestatus.com/feature/5459864205393920.This PR documents the new property.
Motivation
Additional details
Related issues and pull requests