Skip to content

Commit fbe7d86

Browse files
committed
Add note
1 parent 7b42df0 commit fbe7d86

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

css-borders-4/Overview.bs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,9 @@ To compute the <dfn>adjusted untrimmed inner top-left corner starting point</dfn
375375
1. Let |w| be the [=used value=] of the element's 'border-left-width'.
376376
1. If |s| is equal or greater than 1, return <code>|w|, 0</code>.
377377
1. If |s| is equal or less than -1, return <code>0, -|w|</code>.
378+
379+
Note: Because of the above clamping, when the shape is more convex than a ''corner-shape/round'' or more concave than a ''corner-shape-scoop'',
380+
the inner curve cannot would appear to have a "belly" towards the middle, as it cannot remain constant while maintaining the same curvature.
378381
1. Let |k| be <code>0.5<sup>|s|</sup></code>.
379382
1. Let |normalizedHalfCorner| be <code>0.5<sup>|k|</sup></code>.
380383
1. Let |offset| be <code>2 - &radic;2</code>.

0 commit comments

Comments
 (0)