-
Notifications
You must be signed in to change notification settings - Fork 756
Open
Labels
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 #3013 (comment) 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.
argyleink