- From: Jack Lukic <jack@semantic-ui.com>
- Date: Wed, 29 Apr 2015 13:24:01 -0400
- To: www-validator@w3.org
Received on Saturday, 2 May 2015 22:30:22 UTC
I've noticed that the following CSS
..foo {
  flex: 0 1 auto;
}
passed to the CSS validator at https://jigsaw.w3.org/css-validator/ produces
the error
*auto is not a flex-flow value : 0 1 auto*
My understanding of the flex shorthand property from the w3c spec
<http://www.w3.org/TR/css-flexbox-1/#flex-property> is that it represents
three possible values, flex-grow, flex-shrink, flex-basis.
So I'm confused why an error message is produced about flex-flow. Does
anyone have any insight into this?
Regards,
Jack
Received on Saturday, 2 May 2015 22:30:22 UTC