Skip to content

Commit 47960c4

Browse files
committed
[css-sizing-4] Move note/issue about an a-r not making the box replaced up to a better location.
1 parent a3acb19 commit 47960c4

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

css-sizing-4/Overview.bs

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,18 @@ Intrinsic Aspect Ratios: the 'aspect-ratio' property</h3>
176176
work with the [=content box=] dimensions always.
177177
</dl>
178178

179+
Note: Having a [=preferred aspect ratio=] does not make a box into a [=replaced element=];
180+
layout rules specific to [=replaced elements=] generally
181+
do not apply to [=non-replaced=] boxes with a [=preferred aspect ratio=].
182+
For example, a [=non-replaced=] [=absolutely-positioned=] box
183+
treats ''justify-self: normal'' as ''justify-self/stretch'', not as ''justify-self/start''
184+
([[CSS-ALIGN-3#justify-abspos]]).
185+
186+
ISSUE: CSS2.1 does not cleanly differentiate between
187+
replaced elements vs. elements with an aspect ratio;
188+
need to figure out specific cases that are unclear and define them,
189+
either in the appropriate Level 3 spec or here.
190+
179191
When a box has a [=preferred aspect ratio=],
180192
its <a>automatic sizes</a>
181193
are calculated the same as for
@@ -303,18 +315,6 @@ Intrinsic Aspect Ratios: the 'aspect-ratio' property</h3>
303315
to the width of the word “content”.
304316
</div>
305317

306-
Note: Having a [=preferred aspect ratio=] does not make a box into a [=replaced element=];
307-
layout rules specific to [=replaced elements=] generally
308-
do not apply to [=non-replaced=] boxes with a [=preferred aspect ratio=].
309-
For example, a [=non-replaced=] [=absolutely-positioned=] box
310-
treats ''justify-self: normal'' as ''justify-self/stretch'', not as ''justify-self/start''
311-
([[CSS-ALIGN-3#justify-abspos]]).
312-
313-
ISSUE: CSS2.1 does not cleanly differentiate between
314-
replaced elements vs. elements with an aspect ratio;
315-
need to figure out specific cases that are unclear and define them,
316-
either in the appropriate Level 3 spec or here.
317-
318318
<h4 id='aspect-ratio-cyclic'>
319319
Cyclic Aspect-Ratio Calculations</h4>
320320

0 commit comments

Comments
 (0)