Skip to content

Commit 8331918

Browse files
committed
[css-contain-3][editorial] bikeshed fixes
1 parent d21cb4f commit 8331918

File tree

1 file changed

+30
-25
lines changed

1 file changed

+30
-25
lines changed

css-contain-3/Overview.bs

+30-25
Original file line numberDiff line numberDiff line change
@@ -173,17 +173,17 @@ Inline-Size Containment</h3>
173173

174174
<figure style="float: left; margin: 1em 0.5em">
175175
<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>
187187
</section>
188188
</figure>
189189

@@ -216,17 +216,17 @@ Inline-Size Containment</h3>
216216

217217
<figure style="float: right; margin: 1em 0.5em">
218218
<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>
230230
</section>
231231
</figure>
232232

@@ -1062,10 +1062,15 @@ Suppressing An Element’s Contents Entirely: the 'content-visibility' property
10621062

10631063
Issue: [[css-contain-2#content-visibility]]
10641064

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+
===================================
10671072

1068-
Issue: [[css-contain-2#priv-sec]]
1073+
Issue: [[css-contain-2#security]]
10691074

10701075
<!--
10711076
████████ ████████ ██████

0 commit comments

Comments
 (0)