Skip to content

Commit e576e29

Browse files
committed
[css2] Added that unitless 0 is allowed for frequencies and times.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401902
1 parent 32dd762 commit e576e29

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

css2/aural.src

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
'http://www.w3.org/TR/html4/strict.dtd'>
33

44
<html lang="en">
5-
<!-- $Id: aural.src,v 2.35 2002-07-08 14:57:50 bbos Exp $ -->
5+
<!-- $Id: aural.src,v 2.36 2002-07-29 09:55:29 bbos Exp $ -->
66
<HEAD>
77
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
88
<TITLE>Aural style sheets</TITLE>
@@ -107,6 +107,9 @@ followed by a time unit identifier.
107107

108108
<p>Time values may not be negative.
109109

110+
<p>Like for &lt;length&gt;, the unit may be omitted, if the value is
111+
zero: '0s' may be written as '0'.
112+
110113
<H3>Frequencies</H3>
111114

112115
<P>Frequency values are denoted by <span class="index-def"
@@ -129,6 +132,8 @@ followed by a frequency unit identifier.
129132
<P> For example, 200Hz (or 200hz) is a bass sound, and 6kHz (or 6khz)
130133
is a treble sound.
131134

135+
<p>Like for &lt;length&gt;, the unit may be omitted, if the value is
136+
zero: '0Hz' may be written as '0'.
132137

133138
<H2><a name="volume-props">Volume properties</a>: <span
134139
class="propinst-volume">'volume'</span></H2>

0 commit comments

Comments
 (0)