Skip to content

Commit ebc6f1d

Browse files
committed
Add issue about minimum required range for dimensions.
1 parent 3fbb0cf commit ebc6f1d

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

css3-values/Overview.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -775,6 +775,9 @@ <h2 id=lengths><span class=secno>5. </span> Distance Units: the &lsquo;<a
775775
<a href="#CSS21" rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a> Like
776776
keywords, unit identifiers are case-insensitive within the ASCII range.
777777

778+
<p class=issue>We need a minimum required range/precision for dimensions as
779+
well. What should it be?
780+
778781
<p>Properties may restrict the length value to some range. If the value is
779782
outside the allowed range, the declaration is invalid and must be <a
780783
href="http://www.w3.org/TR/CSS21/conform.html#ignore">ignored</a>.

css3-values/Overview.src.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -479,6 +479,8 @@ <h2 id="lengths">
479479
[[!CSS21]] Like keywords, unit identifiers are case-insensitive within
480480
the ASCII range.
481481

482+
<p class='issue'>We need a minimum required range/precision for dimensions as well. What should it be?</p>
483+
482484
<p>Properties may restrict the length value to some range.
483485
If the value is outside the allowed range, the declaration is invalid
484486
and must be <a href="http://www.w3.org/TR/CSS21/conform.html#ignore">ignored</a>.

0 commit comments

Comments
 (0)