File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -333,7 +333,7 @@ The <dfn method for=StylePropertyMap>append(DOMString <var>property</var>,
333
333
To <dfn>check if StylePropertyMap has a property</dfn> , run these steps:
334
334
335
335
1. Run the algorithm to [=get a value from a StylePropertyMap=] with property <var> property</var> ,
336
- 1. If the algoritm returns a {{CSSStyleValue}} return true.
336
+ 1. If the algorithm returns a {{CSSStyleValue}} return true.
337
337
338
338
2. If the algorithm returns `null` return false.
339
339
@@ -2389,7 +2389,7 @@ Issue(488): Better to define a full table of properties and what types they norm
2389
2389
2390
2390
Issue(268): Per F2F, "CSSOM serialization" isn't well-defined/interoperable enough.
2391
2391
We instead need to strictly define the serialization of every property.
2392
- This should be done according to CSSOM principlies , tho
2392
+ This should be done according to CSSOM principles , tho
2393
2393
(generally, shortest possible value).
2394
2394
2395
2395
Raw CSS tokens: properties with ''var()'' references {#normalize-tokens}
You can’t perform that action at this time.
0 commit comments