Skip to content

Commit bef7596

Browse files
darrnshntabatkins
authored andcommitted
Change CSSPositionValue to use auto bias (#557)
1 parent 866d252 commit bef7596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-typed-om/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2651,7 +2651,7 @@ any sub-process referenced by this process fails, then normalization as a whole
26512651
1. Initialize both <var>x</var> and <var>y</var> to a {{CSSNumericValue}} value representing 50%.
26522652
1. If the provided value is a single keyword, length, percentage, or calc expression, then follow
26532653
the procedure outlined in [[#from-single-keyword]] with <var>value</var> given
2654-
by the provided value and a horizontal <var>bias</var>.
2654+
by the provided value and an auto <var>bias</var>.
26552655
1. Otherwise, if the provided value consists of a combination of two keywords, then:
26562656

26572657
1. follow the procedure outlined in [[#from-single-keyword]] with <var>value</var> given by the

0 commit comments

Comments
 (0)