Skip to content

Commit 60d3770

Browse files
committed
use length-percentage in prose
1 parent 6792d49 commit 60d3770

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

css-shapes-1/Overview.bs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ Computed Values of Basic Shapes</h3>
520520
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.
521521
</li>
522522
<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.
524524
</li>
525525
</ul>
526526

@@ -1103,6 +1103,7 @@ Since <a href="https://www.w3.org/TR/2014/CR-css-shapes-1-20140320/">March 20th
11031103
<li>Clarified shape-margin computed value</li>
11041104
<li>Clarified empty circles and ellipses for <a href="https://github.com/w3c/csswg-drafts/issues/850">issue #850</a></li>
11051105
<li>Moved path() back from level 2</li>
1106+
<li>Added handling of negative margins for margin-box</li>
11061107
</ul>
11071108

11081109
<h3 class="no-num" id="20140211">

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,18 +38,18 @@ Response: https://github.com/w3c/csswg-drafts/issues/4102#issuecomment-514715223
3838
Closed: Accepted
3939
----
4040
Issue 6.
41-
Summary:
42-
From:
43-
Comment:
44-
Response:
41+
Summary: [css-shapes] Calculation of corner radii by margin-box and border-radius
42+
From: Ting-Yu Lin
43+
Comment: https://github.com/w3c/csswg-drafts/issues/675
44+
Response: https://github.com/w3c/csswg-drafts/issues/675#issuecomment-542405934
4545
Closed:
4646
----
4747
Issue 7.
48-
Summary:
49-
From:
50-
Comment:
51-
Response:
52-
Closed:
48+
Summary: [css-shapes] Remove padding-box, content-box values from <shape-box>.
49+
From: Ian Kilpatrick
50+
Comment: https://github.com/w3c/csswg-drafts/issues/3872
51+
Response: https://github.com/w3c/csswg-drafts/issues/3872#issuecomment-488498771
52+
Closed: Rejected
5353
----
5454
Issue 8.
5555
Summary:

0 commit comments

Comments
 (0)