Skip to content

Commit 9bdaba7

Browse files
committed
[css-sizing-3] Surface comment about new behavior in a note.
1 parent 2edd91c commit 9bdaba7

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

css-sizing-3/Overview.bs

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -927,7 +927,7 @@ are defined below:
927927
Note: This case was previous calculated from a 300x150 default size,
928928
rather than the box's min size.
929929
This is believed to be a better behavior,
930-
and likely to be web compatible,
930+
and likely to be Web-compatible,
931931
but please send feedback to the CSSWG if there are any problems.
932932
<!-- Brand new behavior not defined in CSS2 -->
933933

@@ -944,8 +944,12 @@ are defined below:
944944
* If the box has a <<length>> as its [=computed value|computed=]
945945
[=minimum size=] ('min-width'/'min-height') in that dimension,
946946
use that size.
947-
<!-- New behavior made possible by auto initial value;
948-
we think it's good, not 100% sure if Web-compatible. -->
947+
948+
Note: This author-controllable behavior is made possible
949+
by the new ''min-width/auto'' value for the [=minimum size properties=].
950+
This is believed to be a better behavior,
951+
but it is not yet clear if it is Web-compatible,
952+
so please send feedback to the CSSWG if there are any problems.
949953

950954
* Otherwise,
951955
use ''300px'' for the width

0 commit comments

Comments
 (0)