Skip to content

Commit f9d501a

Browse files
committed
introduced 'simple' and 'complex values
1 parent 7cb7682 commit f9d501a

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

css3-values/Overview.src.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,11 +121,13 @@ <h2 id="values">Values</h2>
121121

122122

123123
<p>Most properties accept values from several of the above types. Some
124-
properties accept space- or comma-separated lists of values.
125-
Comma-separated lists have optional whitespace before and after the
126-
comma.</p>
124+
properties accept space- or comma-separated lists of values. A value
125+
that is composed of several values with spaces or commas between them,
126+
is called a <dfn>complex value</dfn>. A value that is not a complex
127+
value is a <dfn>simple value</dfn>.
127128

128-
<p class=issue>The syntax module should perhaps describe comma- and space-separated lists?</p>
129+
<p>Comma-separated lists have optional whitespace before and after the
130+
comma.</p>
129131

130132
<p>Each CSS property has a formal definition of what types of values
131133
it accepts which can be found in the description of the property. The

0 commit comments

Comments
 (0)