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
Add an <a href="https://www.w3.org/TR/SVG/paths.html#PathDataEllipticalArcCommands">elliptical arc</a> command
834
834
to the list of path data commands,
@@ -2157,6 +2157,14 @@ Acknowledgments</h2>
2157
2157
<h2 class="no-num" id="change-log">
2158
2158
Change Log</h2>
2159
2159
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
+
2160
2168
<h3 class="no-num" id="20221115">
2161
2169
Since <a href="https://www.w3.org/TR/2022/CRD-css-shapes-1-20221115/">15 November 2022</a></h3>
2162
2170
@@ -2172,7 +2180,7 @@ Change Log</h2>
2172
2180
<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>
2173
2181
<li>Replaced <alpha-value> with <'opacity'></li>
2174
2182
<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 <radial-size> from Images, for <a href="https://github.com/w3c/csswg-drafts/issues/824">issue #824</a></li>
2176
2184
<li>Made it clear that the position defaulting can be overridden by other specs (like Motion).</li>
2177
2185
<li>Targeted fix of shape serialization section, fixed examples, for <a href="https://github.com/w3c/csswg-drafts/issues/8695">issue #8695</a></li>
2178
2186
<li>Fixed xywh() computed value for <a href="https://github.com/w3c/csswg-drafts/issues/9053">issue #9053</a></li>
0 commit comments