Skip to content

Commit ce08997

Browse files
committed
add margin=0 for #675
1 parent 794f5d5 commit ce08997

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

css-shapes-1/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -751,7 +751,7 @@ Shapes from Box Values</h2>
751751
The corner radii of this shape are determined
752752
by the corresponding border-radius and margin values.
753753
If the ratio of <code>border-radius/margin</code> is 1 or more,
754-
or margin is negative,
754+
or margin is negative or zero,
755755
then the margin box corner radius is
756756
<code>max(border-radius + margin, 0)</code>.
757757
If the ratio of <code>border-radius/margin</code> is less than 1,

css-shapes-1/issues-cr-20141015.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@ Response: https://github.com/w3c/csswg-drafts/issues/2301#issuecomment-418583325
6666
Closed: Accepted
6767
----
6868
Issue 10.
69-
Summary:
70-
From:
71-
Comment:
72-
Response:
73-
Closed:
69+
Summary: [css-shapes-1] No definition for arguments to polygon()
70+
From: Fantasai
71+
Comment: https://github.com/w3c/csswg-drafts/issues/1271
72+
Response: https://github.com/w3c/csswg-drafts/issues/1271#issuecomment-542407652
73+
Closed: Invalid
7474
----
7575
Issue 11.
7676
Summary:

0 commit comments

Comments
 (0)