We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9fdc95 commit efd1851Copy full SHA for efd1851
css-typed-om/Overview.bs
@@ -2842,6 +2842,10 @@ If an [=underlying value=] is from a [=list-valued=] property,
2842
this list defines how to reify a single iteration of the property;
2843
multiple iterations are reflected by returning multiple values from {{StylePropertyMap}}.{{getAll()}}.
2844
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
+
2849
<dl link-type=property>
2850
: unregistered [=custom properties=]
2851
:: For both specified and computed values,
0 commit comments