Skip to content

[css-logical-1] Readability/Understandability: In Section 4.1, reorder some text to block then inline #3077

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
BillGoldstein opened this issue Sep 3, 2018 · 1 comment

Comments

@BillGoldstein
Copy link

In section:
Logical Height and Logical Width: the 'block-size' and 'inline-size' properties
https://drafts.csswg.org/css-logical-1/#dimension-properties

change from:

  Name: block-size, inline-size
  Value: <<'width'>>
  Initial: auto
  Applies to: Same as 'width' and 'height'
  Inherited: No
  Percentages: As for the corresponding physical property
  Computed value: Same as 'width', 'height'
  Animatable: Same as 'width', 'height'
  

These properties correspond to the
'width' and 'height' properties.
The mapping depends on the element's 'writing-mode'.

  Name: min-block-size, min-inline-size
  Value: <<'min-width'>>
  Initial: 0
  Applies to: same as 'width' and 'height'
  Inherited: No
  Percentages: As for the corresponding physical property
  Computed value: Same as 'min-width', 'min-height'
  Animatable: Same as 'min-width', 'min-height'
  

These properties correspond to the
'min-width' and 'min-height' properties.
The mapping depends on the element's 'writing-mode'.

  Name: max-block-size, max-inline-size
  Value: <<'max-width'>>
  Initial: none
  Applies to: same as 'width' and 'height'
  Inherited: no
  Percentages: As for the corresponding physical property
  Computed value: Same as 'max-width', 'max-height'
  Animatable: Same as 'max-width', 'max-height'
  

These properties correspond to the
'max-width' and 'max-height' properties.
The mapping depends on the element's 'writing-mode'.

to:

  Name: block-size, inline-size
  Value: <<'width'>>
  Initial: auto
  Applies to: Same as 'height' and 'width'
  Inherited: No
  Percentages: As for the corresponding physical property
  Computed value: Same as 'height', 'width'
  Animatable: Same as 'height', 'width'
  

These properties correspond to the
'height' and 'width' properties.
The mapping depends on the element's 'writing-mode'.

  Name: min-block-size, min-inline-size
  Value: <<'min-width'>>
  Initial: 0
  Applies to: same as 'height' and 'width'
  Inherited: No
  Percentages: As for the corresponding physical property
  Computed value: Same as 'min-height', 'min-width'
  Animatable: Same as 'min-height', 'min-width'
  

These properties correspond to the
'min-height' and 'min-width' properties.
The mapping depends on the element's 'writing-mode'.

  Name: max-block-size, max-inline-size
  Value: <<'max-width'>>
  Initial: none
  Applies to: same as 'height' and 'width'
  Inherited: no
  Percentages: As for the corresponding physical property
  Computed value: Same as 'max-height', 'max-width'
  Animatable: Same as 'max-height', 'max-width'
  

These properties correspond to the
'max-height' and 'max-width' properties.
The mapping depends on the element's 'writing-mode'.

@fantasai
Copy link
Collaborator

OK, fixed in the editor's draft at https://drafts.csswg.org/css-logical-1/#dimension-properties Let me know if anything seems off!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants