Skip to content

Commit 077f8c8

Browse files
committed
[css-typed-om] Slightly more specific that reifying as a CSSSTyleValue requires a property.
1 parent bbad0d8 commit 077f8c8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

css-typed-om/Overview.bs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4618,7 +4618,9 @@ Unrepresentable Values {#reify-failure}
46184618
Not all [=underlying values=] are simple enough to be [=reified=]
46194619
with the current set of {{CSSStyleValue}} subclasses.
46204620
When this is the case,
4621-
the property is [=reified as a CSSStyleValue=].
4621+
the property is [=reified as a CSSStyleValue=] for a particular property,
4622+
ensuring that it can be used as a value for that property,
4623+
and nothing else.
46224624

46234625
<div algorithm>
46244626
To <dfn export lt="reify as a CSSStyleValue | reified as a CSSStyleValue">reify as a CSSStyleValue</dfn>

0 commit comments

Comments
 (0)