@@ -17,7 +17,7 @@ Inline Github Issues: yes
17
17
</pre>
18
18
<pre class='link-defaults'>
19
19
spec: css-backgrounds-3; type: type; text: <position>
20
- spec: css21 ; type: property; text: border-collapse
20
+ spec: css2 ; type: property; text: border-collapse
21
21
spec: css-color-4; type: value; text: currentcolor
22
22
spec: css-cascade-4; type: at-rule; text: @import
23
23
</pre>
@@ -748,7 +748,7 @@ Percentages: the <<percentage>> type</h3>
748
748
or something else.
749
749
750
750
In cases where a <<percentage>> can represent the same quantity
751
- as a <a>dimension</a> or <a>number</a> in the same <a>component value</a> position,
751
+ as a <a>dimension</a> in the same <a>component value</a> position,
752
752
and can therefore be combined with them in a ''calc()'' expression,
753
753
the following convenience notations may be used in the property grammar:
754
754
@@ -764,9 +764,6 @@ Percentages: the <<percentage>> type</h3>
764
764
: <dfn><time-percentage></dfn>
765
765
:: Equivalent to <code class=prod> [ <<time>> | <<percentage>> ] </code> ,
766
766
where the <<percentage>> will resolve to a <<time>> .
767
- : <dfn><number-percentage></dfn>
768
- :: Equivalent to <code class=prod> [ <<number>> | <<percentage>> ] </code> ,
769
- where the <<percentage>> will resolve to a <<number>> .
770
767
771
768
<div class="example">
772
769
For example, the 'width' property can accept a <<length>> or a <<percentage>> ,
@@ -787,6 +784,10 @@ Percentages: the <<percentage>> type</h3>
787
784
Note: Specifications should never alternate <<percentage>> in place of a dimension
788
785
in a grammar unless they are <a>compatible</a> .
789
786
787
+ Note: More <TYPE-percentage> productions can be added in the future as needed.
788
+ A <number-percentage> will never be added,
789
+ as <<number>> and <<percentage>> can't be combined in ''calc()'' .
790
+
790
791
<h3 id='dimensions'>
791
792
Numbers with Units: <a>dimensions</a></h3>
792
793
0 commit comments