File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ called, the user agent <em>must</em> run the following steps:
184
184
185
185
6. If |inputPropertiesIterable| is not undefined, then set |inputProperties| to the result of
186
186
<a>converting</a> |inputPropertiesIterable| to a <code> sequence<DOMString></code> . If an
187
- execption is thrown, rethrow the execption and abort all these steps.
187
+ exception is thrown, rethrow the exception and abort all these steps.
188
188
189
189
Note: The list of CSS properties provided by the input properties getter can either be custom or
190
190
native CSS properties.
@@ -244,7 +244,7 @@ called, the user agent <em>must</em> run the following steps:
244
244
1. Let |existingInputProperties| be the result of <a>get</a>
245
245
|paintInputPropertiesMap|[|name|] .
246
246
247
- 2. If |existingInputProperties| and |inputProperties| are not equivilent , <a>set</a>
247
+ 2. If |existingInputProperties| and |inputProperties| are not equivalent , <a>set</a>
248
248
|paintInputPropertiesMap|[|name|] to <code> "invalid"</code> .
249
249
250
250
3. Otherwise, <a>set</a> |paintInputPropertiesMap|[|name|] to |inputProperties|.
You can’t perform that action at this time.
0 commit comments