[css-regions] Editorial note: flow-from: inherit

Hello,
Currently the spec explicitly lists `inherit` as a possible value for the `flow-from` property[1]. However, this does not make sense, since it will either become a `none` or introduce a cycle, thus leading to it being ignored.

Since every CSS property actually accepts the `inherit` value, I suggest removing it from the list of explicitly supported values for `flow-from` and adding a separate note about it. Also, I suggest adding a “disclaimer” paragraph[2] about `inherit` at the beginning of the Regions spec, too.

Thanks,
m.

[1] http://dev.w3.org/csswg/css-regions/#the-flow-from-property

[2] like “In addition to the property-specific values listed in their definitions, all properties defined in this specification also accept the ‘inherit’ keyword as their property value. For readability it has not been repeated explicitly.” in http://www.w3.org/TR/css3-flexbox/#values

Mihai Balan | Quality Engineer @ Web Engine team |  mibalan@adobe.com<mailto:mibalan@adobe.com> | +4-031.413.3653 / x83653 | Adobe Systems Romania

Received on Friday, 13 September 2013 09:28:41 UTC