Skip to content

Commit 3e784aa

Browse files
committed
[cssom-1] Minor grammar fix.
1 parent 54e237a commit 3e784aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cssom-1/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2083,7 +2083,7 @@ To <dfn export>serialize a CSS declaration block</dfn> <var>declaration block</v
20832083
maps to one of the shorthand properties in <var>shorthands</var>.
20842084
<li>If all properties that map to <var>shorthand</var> are not present in <var>longhands</var>, continue with the steps labeled <i>shorthand loop</i>.
20852085
<li>Let <var>current longhands</var> be an empty array.
2086-
<li>Append all <a>CSS declarations</a> in <var>longhands</var> have a
2086+
<li>Append all <a>CSS declarations</a> in <var>longhands</var> that have a
20872087
<a for="CSS declaration">property name</a> that maps to <var>shorthand</var> to <var>current longhands</var>.
20882088
<li>If there is one or more <a>CSS declarations</a> in <var>current longhands</var> have their
20892089
<a for="CSS declaration">important flag</a> set and one or more with it unset, continue with

0 commit comments

Comments
 (0)