[css-flexbox][css-grid] order property definition only mentions "flex items" · Issue #5865 · w3c/csswg-drafts (original) (raw)

I was looking for the list of elements to which the "order" CSS property applies to, and the only one I found was https://www.w3.org/TR/css-flexbox/#order-property

It says order "Applies to: flex items", but order also applies to grid items (per https://www.w3.org/TR/css-grid/#order-property). Maybe the property definition should be updated to mention it also applies to grid items?