You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: css-exclusions-1/Overview.bs
+15-15
Original file line number
Diff line number
Diff line change
@@ -202,22 +202,22 @@ The 'wrap-flow' property</h4>
202
202
to its containing block's <a>wrapping context</a>, causing the containing
203
203
block's descendants to wrap around its <a>exclusion area</a>.
204
204
205
-
<div class="figure">
206
-
<img alt="LTR text wrapping on left edge, RTL text wrapping on right edge, and vertical text wrapping on top edge." src="images/exclusion-writing-modes.png" width="70%" />
207
-
<p class="caption">Exclusion with 'wrap-flow': ''start'' interacting with various
208
-
writing modes.</p>
209
-
</div>
205
+
<figure>
206
+
<img alt="LTR text wrapping on left edge, RTL text wrapping on right edge, and vertical text wrapping on top edge." src="images/exclusion-writing-modes.png" style="width: 70%" />
207
+
<figcaption>Exclusion with 'wrap-flow': ''start'' interacting with various
208
+
writing modes.</figcaption>
209
+
</figure>
210
210
211
211
Determining the relevant edges of the exclusion depends on the
212
212
<a href="https://www.w3.org/TR/css3-writing-modes/#text-flow">writing mode</a>[[!CSS3-WRITING-MODES]] of the content wrapping around the 'exclusion area'.
213
213
214
214
An <a>exclusion element</a> establishes a new <a href="">block formatting
215
215
context</a> (see [[!CSS21]]) for its content.
216
216
217
-
<div class="figure">
218
-
<img alt="General illustration showing how exclusions combine" src="images/exclusions-illustration.png" width="70%" />
0 commit comments