|
1 | 1 | <pre class='metadata'>
|
2 | 2 | Title: CSS Shapes Module Level 1
|
3 |
| -Status: ED |
| 3 | +Status: CRD |
| 4 | +Date: 2022-11-15 |
| 5 | +Prepare for TR: yes |
4 | 6 | Work Status: Testing
|
5 | 7 | Shortname: css-shapes
|
6 | 8 | Level: 1
|
@@ -816,7 +818,7 @@ Shapes from Box Values</h2>
|
816 | 818 |
|
817 | 819 | Shapes can be defined
|
818 | 820 | 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>. |
820 | 822 | These edges include
|
821 | 823 | <a href="https://www.w3.org/TR/css3-background/#corner-shaping">border-radius curvature</a> [[!CSS3BG]]
|
822 | 824 | from the used border-radius values.
|
@@ -1157,6 +1159,20 @@ Expanding a Shape: the 'shape-margin' property</h3>
|
1157 | 1159 | </figure>
|
1158 | 1160 | </div>
|
1159 | 1161 |
|
| 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 | + |
1160 | 1176 | <h2 class="no-num" id="acknowledgments">
|
1161 | 1177 | Acknowledgments</h2>
|
1162 | 1178 |
|
@@ -1286,15 +1302,3 @@ Since <a href="https://www.w3.org/TR/2011/WD-css3-exclusions-20111213/">December
|
1286 | 1302 | <li>Clarified that an exclusion element establishes a new block formatting context.</li>
|
1287 | 1303 | </ul>
|
1288 | 1304 |
|
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