[css3-regions] invalid flow names

Section 4.1 (flow-into) notes that �none�, �inherit�, �default� and
�initial� are invalid flow names, but does not specify what happens when you
use an invalid name. Section 4.2 (flow-from) does not mention invalid flow
names at all. 

I am assuming that if an element has a 'flow-into: inherit' declaration then
the element does not get placed into a flow. And if an element has a
'flow-from: inherit' declaration it does not become a region.

If this is correct, the <ident> definition in both sections should have this
text:

The values �none�, �inherit�, �default� and �initial� are invalid flow
names. If an invalid flow name is used, the declaration is invalid and must
be ignored.

Thanks,

Alan

Received on Tuesday, 18 October 2011 19:00:16 UTC