Skip to content

Commit 2432a5c

Browse files
committed
[css-typed-om] Spell check.
1 parent 541d14e commit 2432a5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-typed-om/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ The <dfn method for=StylePropertyMap>append(DOMString <var>property</var>,
333333
To <dfn>check if StylePropertyMap has a property</dfn>, run these steps:
334334

335335
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.
337337

338338
2. If the algorithm returns `null` return false.
339339

@@ -2389,7 +2389,7 @@ Issue(488): Better to define a full table of properties and what types they norm
23892389

23902390
Issue(268): Per F2F, "CSSOM serialization" isn't well-defined/interoperable enough.
23912391
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
23932393
(generally, shortest possible value).
23942394

23952395
Raw CSS tokens: properties with ''var()'' references {#normalize-tokens}

0 commit comments

Comments
 (0)