Skip to content

Commit 0f4ca49

Browse files
committed
[css-shapes-1] Updates for CRD
1 parent 7d031c3 commit 0f4ca49

File tree

1 file changed

+18
-14
lines changed

1 file changed

+18
-14
lines changed

css-shapes-1/Overview.bs

Lines changed: 18 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<pre class='metadata'>
22
Title: CSS Shapes Module Level 1
3-
Status: ED
3+
Status: CRD
4+
Date: 2022-11-15
5+
Prepare for TR: yes
46
Work Status: Testing
57
Shortname: css-shapes
68
Level: 1
@@ -816,7 +818,7 @@ Shapes from Box Values</h2>
816818

817819
Shapes can be defined
818820
by reference to edges in the
819-
<a href="https://www.w3.org/TR/css-box-3/#the-css-box-model">CSS Box Model</a>.
821+
<a href="https://www.w3.org/TR/css-box-3/#box-model">CSS Box Model</a>.
820822
These edges include
821823
<a href="https://www.w3.org/TR/css3-background/#corner-shaping">border-radius curvature</a> [[!CSS3BG]]
822824
from the used border-radius values.
@@ -1157,6 +1159,20 @@ Expanding a Shape: the 'shape-margin' property</h3>
11571159
</figure>
11581160
</div>
11591161

1162+
Privacy Considerations {#privacy}
1163+
===============================================
1164+
1165+
No privacy concerns have been raised against this specification.
1166+
1167+
1168+
Security Considerations {#security}
1169+
===============================================
1170+
1171+
Since the <<image>> value of 'shape-outside'
1172+
can expose some image data in a new way,
1173+
use is limited to images with CORS approval.
1174+
1175+
11601176
<h2 class="no-num" id="acknowledgments">
11611177
Acknowledgments</h2>
11621178

@@ -1286,15 +1302,3 @@ Since <a href="https://www.w3.org/TR/2011/WD-css3-exclusions-20111213/">December
12861302
<li>Clarified that an exclusion element establishes a new block formatting context.</li>
12871303
</ul>
12881304

1289-
Privacy Considerations {#privacy}
1290-
===============================================
1291-
1292-
No privacy concerns have been raised against this specification.
1293-
1294-
1295-
Security Considerations {#security}
1296-
===============================================
1297-
1298-
Since the <<image>> value of 'shape-outside'
1299-
can expose some image data in a new way,
1300-
use is limited to images with CORS approval.

0 commit comments

Comments
 (0)