[csswg-drafts] [css-align] [css-flexbox] [css-overflow] [css-rhythm] [css-shapes] [css-ui] Missing quotes around property refs

tidoust has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-align] [css-flexbox] [css-overflow] [css-rhythm] [css-shapes] [css-ui] Missing quotes around property refs ==
According to the [Value Definition Syntax](https://drafts.csswg.org/css-values/#component-types), for "types that that have the same range of values as a property bearing the same name", "the type name is the property name (**complete with quotes**)".

If I'm reading the above syntax correctly, the quotes appear to be missing in a few property definitions and should be added in:
- Alignment: [`place-items`](https://drafts.csswg.org/css-align/#propdef-place-items)
- Flexbox: [`flex-flow`](https://drafts.csswg.org/css-flexbox/#propdef-flex-flow)
- Overflow: [`line-clamp`](https://drafts.csswg.org/css-overflow/#propdef-line-clamp)
- Rhythm: [`block-step`](https://drafts.csswg.org/css-rhythm/#block-step)
- Shapes Level 1: [`polygon()`](https://drafts.csswg.org/css-shapes-1/#funcdef-polygon)
- Shapes Level 2: [`path()`](https://drafts.csswg.org/css-shapes-2/#funcdef-path)
- UI: [`outline`](https://drafts.csswg.org/css-ui-4/#propdef-outline)

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/2912 using your GitHub account

Received on Thursday, 12 July 2018 16:25:47 UTC