Skip to content

Commit b4750c2

Browse files
committed
[typed-om] Actually return something from the parse methods. Fixes w3c#694.
1 parent 3094dc2 commit b4750c2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

css-typed-om/Overview.bs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,12 +146,14 @@ of the value the {{CSSStyleValue}} object represents.
146146
The <dfn method for=CSSStyleValue>parse(|property|, |cssText|)</dfn> method,
147147
when invoked,
148148
must [=parse a CSSStyleValue=]
149-
with property |property|, cssText |cssText|, and parseMultiple set to false.
149+
with property |property|, cssText |cssText|, and parseMultiple set to false,
150+
and return the result.
150151

151152
The <dfn method for=CSSStyleValue>parseAll(|property|, |cssText|)</dfn>,
152153
when invoked,
153154
must [=parse a CSSStyleValue=]
154-
with property |property|, cssText |cssText|, and parseMultiple set to true.
155+
with property |property|, cssText |cssText|, and parseMultiple set to true,
156+
and return the result.
155157

156158
<div algorithm="parse a CSSStyleValue">
157159
To <dfn>parse a CSSStyleValue</dfn> given a [=string=] |property|, a [=string=] |cssText|,

0 commit comments

Comments
 (0)