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
+22-5Lines changed: 22 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1199,13 +1199,24 @@ Change Log</h2>
1199
1199
Since <a href="https://www.w3.org/TR/2014/CR-css-shapes-1-20140320/">March 20th 2014</a></h3>
1200
1200
<ul>
1201
1201
<li>Clarified shape-margin computed value</li>
1202
+
<li>Clarified serialization of default position values, for <a href="https://github.com/w3c/csswg-drafts/issues/402">issue #402</a></li>
1202
1203
<li>Clarified empty circles and ellipses for <a href="https://github.com/w3c/csswg-drafts/issues/850">issue #850</a></li>
1204
+
<li>Dropped the "Media:" entry from propdef tables, as with all CSS modules</li>
1205
+
<li>Updated box model references from CSS 2 to CSS Box Model 3</li>
1206
+
<li>Updated Computed Value and Animation Type in propdef tables</li>
1207
+
<li>Clarified computed value of shape-outside property, for <a href="https://github.com/w3c/csswg-drafts/issues/4042">issue #4042</a></li>
1208
+
<li>Clarified that shape-image-threshold can take a percentage value, like any alpha value, for <a href="https://github.com/w3c/csswg-drafts/issues/4102">issue #4102</a></li>
1203
1209
<li>Moved path() back from level 2</li>
1204
-
<li>Added handling of negative margins for margin-box</li>
1210
+
<li>Added handling of negative margins for margin-box, for <a href="https://github.com/w3c/csswg-drafts/issues/675">issue #675</a></li>
1211
+
<li>Removed special-case serialization of position values, for <a href="https://github.com/w3c/csswg-drafts/issues/2301">issue #2301</a></li>
1205
1212
<li>Added clarifications to shape-margin examples</li>
1206
-
<li>Added margin=0 case for margin-box shape</li>
1207
-
<li>Changed rules about degenerate shapes to use shape edges</li>
1208
-
<li>Clarified that invalid path strings make the ''path()'' invalid.</li>
1213
+
<li>Added margin=0 case for margin-box shape, for <a href="https://github.com/w3c/csswg-drafts/issues/675">issue #675</a></li>
1214
+
<li>Changed rules about degenerate shapes to use shape edges, for <a href="https://github.com/w3c/csswg-drafts/issues/2375">issue #2375</a></li>
1215
+
<li>Clarified that invalid path strings make the ''path()'' invalid, for <a href="https://github.com/w3c/fxtf-drafts/issues/392">issue #392</a></li>
1216
+
<li>Rewrote definition of inset rectangles, added auto value, added examples</li>
1217
+
<li>Clarified computed value of basic shape rect functions</li>
1218
+
<li>Assorted markup fixes, including use of range notation and exporting defined terms for use in other specifications</li>
1219
+
<li>Split Privacy and Security considerations into separate sections</li>
1209
1220
</ul>
1210
1221
1211
1222
<h3 class="no-num" id="20140211">
@@ -1274,7 +1285,13 @@ Since <a href="https://www.w3.org/TR/2011/WD-css3-exclusions-20111213/">December
1274
1285
<li>Clarified that an exclusion element establishes a new block formatting context.</li>
1275
1286
</ul>
1276
1287
1277
-
Privacy and Security Considerations {#priv-sec}
1288
+
Privacy Considerations {#privacy}
1289
+
===============================================
1290
+
1291
+
No privacy concerns have been raised against this specification.
0 commit comments