Skip to content

Commit efd1851

Browse files
committed
[typed-om] State up-front that var()s make the property reify as a CSSUnparsedValue.
1 parent a9fdc95 commit efd1851

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

css-typed-om/Overview.bs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2842,6 +2842,10 @@ If an [=underlying value=] is from a [=list-valued=] property,
28422842
this list defines how to reify a single iteration of the property;
28432843
multiple iterations are reflected by returning multiple values from {{StylePropertyMap}}.{{getAll()}}.
28442844

2845+
If an [=underlying value=] contains a ''var()'' reference,
2846+
then it is reified by [=reify a list of component values|reifying a list of component values=],
2847+
regardless of what property it is for.
2848+
28452849
<dl link-type=property>
28462850
: unregistered [=custom properties=]
28472851
:: For both specified and computed values,

0 commit comments

Comments
 (0)