@@ -18,6 +18,10 @@ At Risk: 'voice-balance', 'voice-duration', 'voice-pitch', 'voice-range', and 'v
18
18
</pre>
19
19
<pre class=link-defaults>
20
20
spec:html; type:element; text:link
21
+ spec:css2; type:value;
22
+ text:screen
23
+ text:speech
24
+ text:all
21
25
</pre>
22
26
23
27
<h2 id="intro">
@@ -165,7 +169,7 @@ The aural formatting model</h2>
165
169
166
170
The CSS formatting model for aural media is based on
167
171
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> ,
169
173
which we name the <dfn export lt="aural box model">aural “box” model</dfn> .
170
174
The aural “canvas” consists of a two-channel (stereo) space
171
175
and of a temporal dimension,
@@ -956,7 +960,7 @@ The 'voice-family' property</h3>
956
960
<dd>
957
961
Values are specific voice instances (e.g., Mike, comedian, mary, carlos2, "valley girl").
958
962
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=] .
960
964
961
965
Note: As a result, most punctuation characters, or digits at the start of each token,
962
966
must be escaped in unquoted voice names.
@@ -1738,7 +1742,7 @@ Inserted and replaced content</h2>
1738
1742
1739
1743
1740
1744
The following terms and abbreviations are used in this module.
1741
- <dl>
1745
+ <dl noexport >
1742
1746
<dt>
1743
1747
<dfn>UA</dfn>
1744
1748
0 commit comments