Skip to content

Commit c3a2461

Browse files
author
Naina Raisinghani
committed
move prose to LengthValue section
1 parent 9c28bc3 commit c3a2461

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

css-typed-om/Overview.bs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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+
359363
Note 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

987991
Issue(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

0 commit comments

Comments
 (0)