Skip to content

Commit 2e02fe4

Browse files
committed
[css-sizing] Remove %s from intrinsic-*, as they're not useful during intrinsic sizing calculations.
1 parent 9fbf2d1 commit 2e02fe4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css-sizing-4/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -621,12 +621,12 @@ Overriding Intrinsic Sizes: the 'intrinsic-*' properties</h3>
621621

622622
<pre class="propdef">
623623
Name: intrinsic-block-size, intrinsic-inline-size, intrinsic-height, intrinsic-width
624-
Value: legacy | auto | <<length-percentage>>
624+
Value: legacy | auto | <<length>>
625625
Initial: legacy
626626
Inherited: no
627627
Applies to: all elements except [=non-replaced=] [=inlines=]
628628
Computed value: as specified, with <<length-percentage>> values computed
629-
Percentages: relative to width/height of [=containing block=]
629+
Percentages: n/a
630630
Animation type: by computed value type
631631
</pre>
632632

@@ -654,7 +654,7 @@ Overriding Intrinsic Sizes: the 'intrinsic-*' properties</h3>
654654
in that axis.
655655
Otherwise same as ''legacy''.
656656

657-
: <dfn><<length-percentage>></dfn>
657+
: <dfn><<length>></dfn>
658658
::
659659
Specifies an [=explicit intrinsic inner size=]
660660
in the relevant axis.

0 commit comments

Comments
 (0)