Skip to content

Commit 70481de

Browse files
committed
[css-typed-om] fix internal link
1 parent bede46e commit 70481de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-typed-om/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<pre class='metadata'>
22
Title: CSS Typed OM Level 1
3-
Status: DREAM
3+
Status: ED
44
Group: houdini
55
ED: https://drafts.css-houdini.org/css-typed-om-1/
66
Shortname: css-typed-om
@@ -1258,7 +1258,7 @@ any sub-process referenced by this process fails, then normalization as a whole
12581258
1. if the provided value starts with a keyword followed by a length, percentage, or calc expression, then follow
12591259
the procedure outlined in <a section href="#from-keyword-and-length"></a> with <var>keyword</var> set to the
12601260
keyword, <var>length</var> set to the length, percentage, or calc expression, and auto <var>bias</var>.
1261-
1. otherwise, follow the procedure outlined in <a section href="from-single-keyword"></a> with <var>value</var>
1261+
1. otherwise, follow the procedure outlined in <a section href="#from-single-keyword"></a> with <var>value</var>
12621262
set to the first component of the provided value and an auto <var>bias</var>.
12631263
1. if <var>bias</var> is horizontal, set it to vertical. Otherwise, set it to horizontal.
12641264
1. if the remainder of the provided value is a single keyword, length, percentage or calc expression, follow

0 commit comments

Comments
 (0)