You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: css-shapes-1/Overview.bs
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -520,7 +520,7 @@ Computed Values of Basic Shapes</h3>
520
520
A <<position>> value in ''circle()'' or ''ellipse()'' is computed as a pair of offsets (horizontal then vertical) from the top left origin, each given as a combination of an absolute length and a percentage.
521
521
</li>
522
522
<li>
523
-
A <<'border-radius'>> value in ''inset()'' is computed as an expanded list of all eight <<length>> or percentage values.
523
+
A <<'border-radius'>> value in ''inset()'' is computed as an expanded list of all eight <<length-percentage>> values.
524
524
</li>
525
525
</ul>
526
526
@@ -1103,6 +1103,7 @@ Since <a href="https://www.w3.org/TR/2014/CR-css-shapes-1-20140320/">March 20th
1103
1103
<li>Clarified shape-margin computed value</li>
1104
1104
<li>Clarified empty circles and ellipses for <a href="https://github.com/w3c/csswg-drafts/issues/850">issue #850</a></li>
1105
1105
<li>Moved path() back from level 2</li>
1106
+
<li>Added handling of negative margins for margin-box</li>
0 commit comments