@@ -18,6 +18,10 @@ At Risk: 'voice-balance', 'voice-duration', 'voice-pitch', 'voice-range', and 'v
1818</pre>
1919<pre class=link-defaults>
2020spec:html; type:element; text:link
21+ spec:css2; type:value;
22+ text:screen
23+ text:speech
24+ text:all
2125</pre>
2226
2327<h2 id="intro">
@@ -165,7 +169,7 @@ The aural formatting model</h2>
165169
166170 The CSS formatting model for aural media is based on
167171 a sequence of sounds and silences that occur within a nested context
168- similar to the [= visual box model=] ,
172+ similar to the <a href="https://www.w3.org/TR/css-box-3/#box-model"> visual box model</a> ,
169173 which we name the <dfn export lt="aural box model">aural “box” model</dfn> .
170174 The aural “canvas” consists of a two-channel (stereo) space
171175 and of a temporal dimension,
@@ -956,7 +960,7 @@ The 'voice-family' property</h3>
956960 <dd>
957961 Values are specific voice instances (e.g., Mike, comedian, mary, carlos2, "valley girl").
958962 Like 'font-family' names, voice names must either be given quoted as [=strings=] ,
959- or unquoted as a sequence of one or more [=identifiers=] .
963+ or unquoted as a sequence of one or more [=CSS identifiers=] .
960964
961965 Note: As a result, most punctuation characters, or digits at the start of each token,
962966 must be escaped in unquoted voice names.
@@ -1738,7 +1742,7 @@ Inserted and replaced content</h2>
17381742
17391743
17401744 The following terms and abbreviations are used in this module.
1741- <dl>
1745+ <dl noexport >
17421746 <dt>
17431747 <dfn>UA</dfn>
17441748
0 commit comments