@@ -173,17 +173,17 @@ Inline-Size Containment</h3>
173
173
174
174
<figure style="float: left; margin: 1em 0.5em">
175
175
<section style="width: 200px; border: solid; display: flow-root;">
176
- <!-- floated elements that impact the available space -->
177
- <div style="float: left; width: 50px; height: 80px; background: blue;"></div>
178
- <div style="float: right; width: 50px; height: 80px; background: blue;"></div>
179
- <div style="float: left; width: 160px; height: 80px; background: navy;"></div>
180
-
181
- <!-- parent layout, determining context -->
182
- <article style="border: solid orangered; display: flow-root; min-width: 50px">
183
- <div style="background: orange; aspect-ratio: 1/1;">
184
- Article
185
- </div>
186
- </article>
176
+ <!-- floated elements that impact the available space -->
177
+ <div style="float: left; width: 50px; height: 80px; background: blue;"></div>
178
+ <div style="float: right; width: 50px; height: 80px; background: blue;"></div>
179
+ <div style="float: left; width: 160px; height: 80px; background: navy;"></div>
180
+
181
+ <!-- parent layout, determining context -->
182
+ <article style="border: solid orangered; display: flow-root; min-width: 50px">
183
+ <div style="background: orange; aspect-ratio: 1/1;">
184
+ Article
185
+ </div>
186
+ </article>
187
187
</section>
188
188
</figure>
189
189
@@ -216,17 +216,17 @@ Inline-Size Containment</h3>
216
216
217
217
<figure style="float: right; margin: 1em 0.5em">
218
218
<section style="width: 200px; border: solid; display: flow-root;">
219
- <!-- floated elements that impact the available space -->
220
- <div style="float: left; width: 50px; height: 80px; background: blue;"></div>
221
- <div style="float: right; width: 50px; height: 80px; background: blue;"></div>
222
- <div style="float: left; width: 160px; height: 80px; background: navy;"></div>
223
-
224
- <!-- parent layout, determining context -->
225
- <article style="border: solid orangered; display: flow-root;">
226
- <div style="background: orange; aspect-ratio: 1/1;">
227
- Article
228
- </div>
229
- </article>
219
+ <!-- floated elements that impact the available space -->
220
+ <div style="float: left; width: 50px; height: 80px; background: blue;"></div>
221
+ <div style="float: right; width: 50px; height: 80px; background: blue;"></div>
222
+ <div style="float: left; width: 160px; height: 80px; background: navy;"></div>
223
+
224
+ <!-- parent layout, determining context -->
225
+ <article style="border: solid orangered; display: flow-root;">
226
+ <div style="background: orange; aspect-ratio: 1/1;">
227
+ Article
228
+ </div>
229
+ </article>
230
230
</section>
231
231
</figure>
232
232
@@ -1062,10 +1062,15 @@ Suppressing An Element’s Contents Entirely: the 'content-visibility' property
1062
1062
1063
1063
Issue: [[css-contain-2#content-visibility]]
1064
1064
1065
- Privacy and Security Considerations {#priv-sec}
1066
- ==============================================
1065
+ Privacy Considerations {#privacy}
1066
+ =================================
1067
+
1068
+ Issue: [[css-contain-2#privacy]]
1069
+
1070
+ Security Considerations {#security}
1071
+ ===================================
1067
1072
1068
- Issue: [[css-contain-2#priv-sec ]]
1073
+ Issue: [[css-contain-2#security ]]
1069
1074
1070
1075
<!--
1071
1076
████████ ████████ ██████
0 commit comments