Skip to content

Commit 60e10c2

Browse files
committed
[css-regions-1] Add animation type lines. Add issue pointing at 'continue' property.
1 parent 2ff591a commit 60e10c2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

css-regions-1/Overview.bs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,7 @@ The 'flow-into' property</h3>
373373
Applies To: All elements, but not <a href="https://www.w3.org/TR/selectors/#pseudo-elements">pseudo-elements</a> such as <code>::first-line</code>, <code>::first-letter</code>, <code>::before</code> or <code>::after</code>.
374374
Inherited: no
375375
Computed Value: as specified
376+
Animation type: not animatable
376377
</pre>
377378

378379
<dl>
@@ -560,6 +561,7 @@ The 'flow-from' property</h3>
560561
Applies To: Non-replaced <a href="https://www.w3.org/TR/CSS21/visuren.html#block-boxes">block containers</a>. <br/> This might be expanded in future versions of the specification to allow other types of containers to receive flow content.
561562
Inherited: no
562563
Computed Value: as specified
564+
Animation type: not animatable
563565
</pre>
564566

565567
<dl>
@@ -845,9 +847,12 @@ The region-fragment property</h3>
845847
Initial: auto
846848
Applies To: <a>CSS Regions</a>
847849
Inherited: no
848-
Computed Value: as specified
850+
Computed Value: specified keyword
851+
Animation type: discrete
849852
</pre>
850853

854+
ISSUE: The 'continue' property in [[css-overflow-3]] is likely to replace this property.
855+
851856
The 'region-fragment' property controls the behavior
852857
of the <a>last usable region</a>
853858
associated with a <a>named flow</a>.

0 commit comments

Comments
 (0)