w3c / afrlreq

African language enablement for the Web
7 stars 6 forks source link

Logical CSS keyword support needed #8

Open r12a opened 3 years ago

r12a commented 3 years ago

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.

r12a commented 3 years ago

The first comment in this issue contains text that will automatically appear in one or more gap-analysis documents as a subsection with the same title as this issue. Any edits made to that comment will be immediately available in the Editor's draft of the document. Proposals for changes or discussion of the content can be made by following the link to the GitHub issue being used to track this gap and adding comments there.

xfq commented 3 years ago

Related spec: https://drafts.csswg.org/css-logical-1/

Browser bugs raised: