Spec: https://drafts.csswg.org/css-logical-1/
Complete support for the following sections of CSS Logical Properties and Values spec:
* 2. Flow-Relative Values: block-start, block-end, inline-start, inline-end
* 4. Flow-Relative Box Model Properties (except 4.6 Four-Directional Shorthand Properties: the margin, padding, border-width, border-style, and border-color shorthands).
Summarizing:
* Implement inline-start and inline-end values for float and clear.
* Implement block and inline values for resize.
* Implement flow-relative offsets longhands and shorthands.
* Implement shorthands margin-block, margin-inline, inset-block, inset-inline, inset, Implement padding-block, padding-inline, border-block-width, border-inline-width, border-block-style, border-inline-style, border-block-color, border-inline-color, border-block and border-inline.
All these are new stuff, so it'd be developed behind a flag.
Comment 1 by r...@igalia.com
, Jun 8 2018Status: Assigned (was: Available)