Skip to content

Commit 91053c1

Browse files
committed
[meta] Fix some metadata/bikeshed.
1 parent 762a1c9 commit 91053c1

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

css-typed-om/Overview.bs

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Title: CSS Typed OM Level 1
33
Status: ED
44
Group: houdini
55
ED: https://drafts.css-houdini.org/css-typed-om-1/
6-
TR: https://www.w3.org/TR/2016/WD-css-typed-om-1-20160607/
6+
TR: https://www.w3.org/TR/css-typed-om-1/
77
Previous Version: https://www.w3.org/TR/2016/WD-css-typed-om-1-20160607/
88
Shortname: css-typed-om
99
Level: 1
@@ -76,6 +76,9 @@ spec:css-transforms-1;
7676
text:transform-style;
7777
spec:css-syntax-3;
7878
type:dfn; text:identifier
79+
spec:css-values-4;
80+
type:type; text:<position>
81+
type:value; text:in
7982
spec:infra;
8083
type: dfn;
8184
text: list
@@ -252,7 +255,7 @@ The <dfn method for=StylePropertyMap>append(DOMString <var>property</var>,
252255

253256
6. For each |value| in |values| if the [=algorithm that coerces value into an appropriate type for a given property=] does not throw an error, append the returned object to |values to append|.
254257

255-
7. Append |values to append| to the end of |entry|’s list.
258+
7. Append |values to append| to the end of |entry|’s list.
256259
</div>
257260

258261
<div algorithm>

0 commit comments

Comments
 (0)