Skip to content

Commit f14385f

Browse files
committed
[css-shapes-1][editorial] Back to ED
1 parent 8abd960 commit f14385f

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

css-shapes-1/Overview.bs

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -828,7 +828,7 @@ The ''shape()'' Function</h4>
828828
the command's starting point, the command's end point, or the [=reference box=], respectively.
829829
If such component is not provided, the <<coordinate-pair>> is relative to the segment's start.
830830

831-
<dt><dfn><<arc-command>></dfn> = <dfn value>arc</dfn> <<command-end-point>> [[of <<length-percentage>>{1,2}] && <<arc-sweep>>? && <<arc-size>>? && [ rotate <<angle>> ]? ]
831+
<dt><dfn><<arc-command>></dfn> = <dfn value>arc</dfn> <<command-end-point>> [of <<length-percentage>>{1,2}] && <<arc-sweep>>? && <<arc-size>>? && rotate <<angle>>? ]
832832
<dd>
833833
Add an <a href="https://www.w3.org/TR/SVG/paths.html#PathDataEllipticalArcCommands">elliptical arc</a> command
834834
to the list of path data commands,
@@ -2157,6 +2157,14 @@ Acknowledgments</h2>
21572157
<h2 class="no-num" id="change-log">
21582158
Change Log</h2>
21592159

2160+
<h3 class="no-num" id="20250612">
2161+
Since <a href="https://www.w3.org/TR/2025/CRD-css-shapes-1-20250612/">2 June 2025</a></h3>
2162+
2163+
<ul>
2164+
<!-- to 12 June 2025 -->
2165+
<li>none</li>
2166+
</ul>
2167+
21602168
<h3 class="no-num" id="20221115">
21612169
Since <a href="https://www.w3.org/TR/2022/CRD-css-shapes-1-20221115/">15 November 2022</a></h3>
21622170

@@ -2172,7 +2180,7 @@ Change Log</h2>
21722180
<li>Used opacity-value (the value) not opacity (the property) as value of shape-image-threshold for <a href="https://github.com/w3c/csswg-drafts/issues/8311">issue #8311</a></li>
21732181
<li>Replaced &lt;alpha-value> with &lt;'opacity'></li>
21742182
<li>Clarified that shape-outside applies to initial letter boxes for <a href="https://github.com/w3c/csswg-drafts/issues/5160">issue #5160</a></li>
2175-
<li>Rebased ellipse()/circle() definitions on top of <radial-size> from Images, for <a href="https://github.com/w3c/csswg-drafts/issues/824">issue #824</a></li>
2183+
<li>Rebased ellipse()/circle() definitions on top of &lt;radial-size> from Images, for <a href="https://github.com/w3c/csswg-drafts/issues/824">issue #824</a></li>
21762184
<li>Made it clear that the position defaulting can be overridden by other specs (like Motion).</li>
21772185
<li>Targeted fix of shape serialization section, fixed examples, for <a href="https://github.com/w3c/csswg-drafts/issues/8695">issue #8695</a></li>
21782186
<li>Fixed xywh() computed value for <a href="https://github.com/w3c/csswg-drafts/issues/9053">issue #9053</a></li>

0 commit comments

Comments
 (0)