Skip to content

Commit 35d217e

Browse files
committed
[cssom-1] Fix some nits
1 parent 5f21336 commit 35d217e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cssom-1/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2241,8 +2241,8 @@ a list of declarations <var>declarations</var>, the user agent must ensure the f
22412241
Issue: Should we add something like "Any observable side effect must not be made outside
22422242
<var>declarations</var>"? The current constraints sound like a hole for undefined behavior.
22432243

2244-
Note: The steps of <a>set a CSS declaration</a> are not defined in this level of CSSOM. The user agent may
2245-
use different algorithm as far as the constraints above hold.
2244+
Note: The steps of <a>set a CSS declaration</a> are not defined in this level of CSSOM. User agents may
2245+
use different algorithms as long as the constraints above hold.
22462246

22472247
<div class="example">
22482248
The simplest way to conform with the constraints would be to always remove any existing declaration

0 commit comments

Comments
 (0)