@@ -97,7 +97,11 @@ Component value types</h3>
97
97
types that have the same range of values as a property bearing the same name
98
98
(e.g., <<'border-width'>> , <<'background-attachment'>> , etc.).
99
99
In this case, the type name is the property name (complete with quotes) between the brackets.
100
- Such a type does <em> not</em> include <a href="#common-keywords">CSS-wide keywords</a> such as ''inherit'' .
100
+ Such a type does <em> not</em> include <a href="#common-keywords">CSS-wide keywords</a> such as ''inherit'' ,
101
+ and also does not include any top-level <a href="#mult-comma">comma-separated-list multiplier</a>
102
+ (i.e. if property <css> pairing</css> is defined as <css> [ <<custom-ident>> <<integer>>? ] #</css> ,
103
+ then <<'pairing'>> is equivalent to <css> [ <<custom-ident>> <<integer>>? ] </css> ,
104
+ not <css> <<custom-ident>> <<integer>> ]#</css> ).
101
105
102
106
<li>
103
107
non-terminals that do not share the same name as a property.
@@ -2149,6 +2153,14 @@ Acknowledgments</h2>
2149
2153
<h2 class="no-num" id="changes">
2150
2154
Changes</h2>
2151
2155
2156
+ Changes since the <a href="https://www.w3.org/TR/2018/CR-css-values-3-20180814/">14 August 2018 Candidate Recommendation</a> are:
2157
+
2158
+ <ul>
2159
+ <li> Defined <<'property'>> syntax to refer to the property without any top-level #-multiplier,
2160
+ to make the notation usable with common list-valued property patterns.
2161
+ (<a href="https://github.com/w3c/csswg-drafts/issues/3146">Issue 3146</a> )
2162
+ </ul>
2163
+
2152
2164
Changes since the <a href="https://www.w3.org/TR/2016/CR-css-values-3-20160929/">29 September 2016 Candidate Recommendation</a> are:
2153
2165
2154
2166
<ul>
0 commit comments