File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -146,12 +146,14 @@ of the value the {{CSSStyleValue}} object represents.
146146The <dfn method for=CSSStyleValue>parse(|property|, |cssText|)</dfn> method,
147147when invoked,
148148must [=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
151152The <dfn method for=CSSStyleValue>parseAll(|property|, |cssText|)</dfn> ,
152153when invoked,
153154must [=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|,
You can’t perform that action at this time.
0 commit comments