Skip to content

Commit d82d46f

Browse files
committed
[css-regions] Skip inherit in flow-from grammar
CSS-wide keywords such as inherit do not need to be included in the grammar for a specific property such as flow-from.
1 parent 9a6c7b7 commit d82d46f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-regions-1/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ The 'flow-from' property</h3>
556556

557557
<pre class='propdef'>
558558
Name: flow-from
559-
Value: <<ident>> | none | inherit
559+
Value: <<ident>> | none
560560
Initial: none
561561
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.
562562
Inherited: no

0 commit comments

Comments
 (0)