Skip to content

Commit aee96ab

Browse files
committed
[css-logical] Clarify that border-inline/block set both affected sides to the same value only. #3519
1 parent fee7045 commit aee96ab

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

css-logical-1/Overview.bs

+6-2
Original file line numberDiff line numberDiff line change
@@ -657,9 +657,13 @@ the 'border-block-start', 'border-block-end', 'border-inline-start', 'border-inl
657657

658658
These two <a>shorthand properties</a> set the
659659
'border-block-start' &amp; 'border-block-end'
660-
and
660+
or
661661
'border-inline-start' &amp; 'border-inline-end',
662-
respectively.
662+
respectively,
663+
both to the same style.
664+
665+
<!-- intentionally cannot set two sides independently;
666+
see discussion in https://github.com/w3c/csswg-drafts/issues/3519 -->
663667

664668
<h3 id="border-radius-properties">
665669
Flow-relative Corner Rounding:

0 commit comments

Comments
 (0)