[css-logical] Mapping of logical values in 'resize'
@frivoal is already working on this.
Since Sep 16, 2020.
- Dominant language
- Bikeshed
- Stars
- 4.9k
- Forks
- 816
- PR merge metrics
- PR metrics pending
Description
In https://drafts.csswg.org/css-logical/#directional-keywords, every subsection specifies whether the mapping of the logical values uses the containing block or the element itself.
caption-sideuses containing blockfloatandclearuse containing blocktext-alignis defined in CSS Text 3 (uses element itself)
The only exception is resize, which has no description.
I believed that the resolution in https://github.com/w3c/csswg-drafts/issues/3013#issuecomment-415090357 was that all but text-align used the containing block, but I just double-checked and it just says
resolve on proposal to have values that effect alignment compute in containing block. Value effect alignment of content of a box o f an element are computed in writing mode of element itself
resize isn't related to alignment so it doesn't seem to fit in that resolution.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.