Open
Description
This issue is common to all RTL scripts.
Adoption of logical keywords such as -start
and -end
, rather than -left
and -right
needs to be completed.
For margins, padding, block size, border colour, width & style, logical keywords such as margin-inline-start
or margin-block-end
are widely supported by major browsers in their simplest forms (such as those just mentioned). However, logical properties are not well supported in shorthands such as margin-block
or margin-inline
or the margin
property. The lack of support for shorthands is significant, since they are expected to have high use.
For more details, see this GitHub issue, which is being used to track this gap. Please add any discussion there, and not to this issue.
Activity