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
+18-15Lines changed: 18 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@ Abstract: CSS Exclusions define arbitrary areas around which inline content ([[!
18
18
Ignored Terms: div, dl, dfn
19
19
</pre>
20
20
<pre class=link-defaults>
21
+
spec:css-lists-3; type:value; text:outside
21
22
spec:css-position-3; type:value; text:fixed
22
23
</pre>
23
24
@@ -103,7 +104,7 @@ Terminology</h2>
103
104
<dd>
104
105
The <a>content area</a> is normally used for layout of the inline flow content of a box.
105
106
106
-
<dt><dfn>Wrapping area</dfn>
107
+
<dt><dfn export>Wrapping area</dfn>
107
108
<dd>
108
109
The area used for layout of inline flow content of a box affected by a
109
110
<span>wrapping context</span>, defined by subtracting the <span>wrapping
@@ -146,6 +147,7 @@ The 'wrap-flow' property</h4>
146
147
Inherited: no
147
148
Percentages: N/A
148
149
Computed value: as specified except for element's whose 'float' computed value is not ''float/none'', in which case the computed value is ''auto''.
150
+
Animation type: discrete
149
151
</pre>
150
152
151
153
The values of this property have the following meanings:
@@ -203,7 +205,7 @@ The 'wrap-flow' property</h4>
203
205
block's descendants to wrap around its <a>exclusion area</a>.
204
206
205
207
<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%">
208
+
<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="738" height="525" style="width: 70%">
207
209
<figcaption>Exclusion with 'wrap-flow': ''start'' interacting with various
208
210
writing modes.</figcaption>
209
211
</figure>
@@ -215,7 +217,7 @@ The 'wrap-flow' property</h4>
215
217
context</a> (see [[!CSS2]]) for its content.
216
218
217
219
<figure>
218
-
<img alt="General illustration showing how exclusions combine" src="images/exclusions-illustration.png" style="width: 70%">
0 commit comments