Skip to content

Commit 44a3c53

Browse files
committed
[css-logical-1] Clarify mapping for border-radius. w3c#3034
1 parent b681350 commit 44a3c53

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

css-logical-1/Overview.bs

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Work Status: Refining
77
Group: csswg
88
ED: https://drafts.csswg.org/css-logical-1/
99
TR: https://www.w3.org/TR/css-logical-1/
10-
Previous version: https://www.w3.org/TR/2017/WD-css-logical-1-20170518/
10+
Previous version: https://www.w3.org/TR/2018/WD-css-logical-1-20180827/
1111
Editor: Rossen Atanassov, Microsoft, ratan@microsoft.com, w3cid 49885
1212
Editor: Elika J. Etemad / fantasai, Invited Expert, http://fantasai.inkedblade.net/contact, w3cid 35400
1313
Abstract: This module introduces logical properties and values that provide the author with the ability to control layout through logical, rather than physical, direction and dimension mappings. The module defines logical properties and values for the features defined in [[CSS2]]. These properties are writing-mode relative equivalents of their corresponding physical properties.
@@ -678,7 +678,10 @@ the 'border-start-start-radius', 'border-start-end-radius', 'border-end-start-ra
678678

679679
These properties correspond to the
680680
'border-top-left-radius', 'border-bottom-left-radius', 'border-top-right-radius', and 'border-bottom-right-radius' properties.
681-
The mapping depends on the element's 'writing-mode', 'direction', and 'text-orientation'.
681+
The mapping depends on the element's 'writing-mode', 'direction', and 'text-orientation',
682+
with the first start/end giving the block axis side,
683+
and the second the inline-axis side
684+
(i.e. patterned as 'border-<var>block</var>-<var>inline</var>-radius').
682685

683686
<h3 id="logical-shorthand-keyword">
684687
Four-Directional Shorthand Properties: the 'margin', 'padding', 'border-width', 'border-style', and 'border-color' shorthands</h3>
@@ -756,11 +759,9 @@ Four-Directional Shorthand Properties: the 'margin', 'padding', 'border-width',
756759
<h2 id="changes">
757760
Changes</h2>
758761

759-
Changes since the previous Working Draft include:
762+
Changes since the <a href="https://www.w3.org/TR/2018/WD-css-logical-1-20180827/">previous Working Draft</a> include:
760763
<ul>
761-
<li>Removing the features for logical background and border-images.
762-
(These ideas may be revisited in a future draft.)
763-
<li>Adding the logical 'border-radius' longhands.
764+
<li>Miscellaneous minor clarifications
764765
</ul>
765766

766767
Changes between the earlier Editors Drafts and the <a href="https://www.w3.org/TR/2017/WD-css-logical-1-20170518/">18 May 2017 First Public Working Draft</a> include:

0 commit comments

Comments
 (0)