Skip to content

Commit 6906467

Browse files
committed
[css-shapes-1][editorial] Update changes section since 2014
1 parent 51388d8 commit 6906467

File tree

1 file changed

+22
-5
lines changed

1 file changed

+22
-5
lines changed

css-shapes-1/Overview.bs

Lines changed: 22 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1199,13 +1199,24 @@ Change Log</h2>
11991199
Since <a href="https://www.w3.org/TR/2014/CR-css-shapes-1-20140320/">March 20th 2014</a></h3>
12001200
<ul>
12011201
<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>
12021203
<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>
12031209
<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>
12051212
<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>
12091220
</ul>
12101221

12111222
<h3 class="no-num" id="20140211">
@@ -1274,7 +1285,13 @@ Since <a href="https://www.w3.org/TR/2011/WD-css3-exclusions-20111213/">December
12741285
<li>Clarified that an exclusion element establishes a new block formatting context.</li>
12751286
</ul>
12761287

1277-
Privacy and Security Considerations {#priv-sec}
1288+
Privacy Considerations {#privacy}
1289+
===============================================
1290+
1291+
No privacy concerns have been raised against this specification.
1292+
1293+
1294+
Security Considerations {#security}
12781295
===============================================
12791296

12801297
Since the <<image>> value of 'shape-outside'

0 commit comments

Comments
 (0)