Skip to content

Commit 7d17de5

Browse files
jm318shans
authored andcommitted
StylePropertyMaps are live objects. (w3c#431)
1 parent a841cb4 commit 7d17de5

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
@@ -307,12 +307,12 @@ the [=property model=]. This list of properties is sorted in the following manne
307307
* custom properties are sorted by increasing code point order.
308308
* custom properties are sorted after normal properties.
309309

310+
[=computed StylePropertyMap=], [=declared StylePropertyMap=] and [=inline StylePropertyMap=] are all live objects: the attributes and methods on these objects must operate on the actual underlying data, not a snapshot of the data.
311+
310312
Issue(145): should refactor out value type-checking, as it'll be needed by the rest of the setters too
311313

312314
Issue(148): add detailed descriptions of the rest of the methods on {{StylePropertyMap}}
313315

314-
Issue(149): describe that these are not live objects
315-
316316
Issue(268): stringification
317317

318318
Issue(276): interaction with custom properties

0 commit comments

Comments
 (0)