The CSS WG has published an updated Candidate Recommendation of the CSS
Display Module Level 3. This module describes how the CSS formatting box tree is generated from the
document element tree and some properties to control the type, order, and visibility of those boxes. This update:
- copies over the
order
property from CSS Flexible Box Layout, since it applies to Grid Layout also and needed a more general home. - imports the
visibility
property definition from CSS2 and defines its impact on interactivity and accessibility tools, since it seemed the Display module would be the best home for this property going forward.
All significant changes since the last CR are listed at in the Changes section, and a disposition of comments since the last CR is available.
Please review the draft and send feedback by either filing an issue in GitHub (preferable) or sending mail to the (archived) public mailing list www-style@w3.org with the spec code ([css-display-3]
) and your comment topic in the subject line. (Alternatively, you can email one of the editors and ask them to forward your comment.)
It is our intention to post an updated CR Snapshot of this module as soon as horizontal review is completed.