[css-houdini-drafts] Pull Request: [css-layout-api] Fix incorrect extension of <<display-inside>>

frivoal has just submitted a new pull request for https://github.com/w3c/css-houdini-drafts:

== [css-layout-api] Fix incorrect extension of <<display-inside>> ==
<<display-inside>> isn't a property, so you cannot use a propdef table
to extend it (and incidentally, that made bikeshed generate some
garbage).

Explicitly extend the <<display-inside>> production instead.

This commit does not change the intended meaning of the normative prose,
merely defines it more correctly, and should therefore be considered
editorial.

See https://github.com/w3c/css-houdini-drafts/pull/558

Received on Friday, 12 January 2018 03:04:50 UTC