File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -356,6 +356,10 @@ interface SimpleLength : LengthValue {
356356* {{CalcLength}} objects represent lengths that contain multiple units (for example
357357 "calc(56em + 10%)").
358358
359+ {{LengthValue}} objects are not range-restricted. Any valid combination of primitive lengths can be represented by a {{LengthValue}} ,
360+ that value will be accepted unaltered when set on a <a>specified StylePropertyMap</a> or
361+ <a>inline StylePropertyMap</a> . Instead, clamping and/or rounding will occur during computation of style.
362+
359363Note that lengths which incorporate variable references will instead be represented as
360364{{TokenStreamValue}} objects, and keywords as {{KeywordValue}} objects.
361365
@@ -986,10 +990,6 @@ Shorthand properties and values are not supported.
986990
987991Issue(159): Spec up ColorValue
988992
989- {{LengthValue}} objects are not range-restricted. Any valid combination of primitive lengths can be represented by a {{LengthValue}} ,
990- that value will be accepted unaltered when set on a <a>specified StylePropertyMap</a> or
991- <a>inline StylePropertyMap</a> . Instead, clamping and/or rounding will occur during computation of style.
992-
993993{{StyleValue}} normalization {#stylevalue-normalization}
994994========================================================
995995
You can’t perform that action at this time.
0 commit comments