@@ -1422,43 +1422,43 @@ The 'voice-range' property</h3>
1422
1422
depends on the current voice) */
1423
1423
1424
1424
e1 { voice-range: +25%; } /* the computed value is
1425
- ['medium' + 25%] which resolves
1426
- to the frequency corresponding to 'medium'
1427
- plus 0.25 times the frequency
1428
- corresponding to 'medium' */
1425
+ ['medium' + 25%] which resolves
1426
+ to the frequency corresponding to 'medium'
1427
+ plus 0.25 times the frequency
1428
+ corresponding to 'medium' */
1429
1429
1430
1430
e2 { voice-range: +10Hz; } /* the computed value is
1431
- [FREQ + 10Hz] where "FREQ" is the absolute frequency
1432
- calculated in the "e1" rule above. */
1431
+ [FREQ + 10Hz] where "FREQ" is the absolute frequency
1432
+ calculated in the "e1" rule above. */
1433
1433
1434
1434
e3 { voice-range: inherit; /* this could be omitted,
1435
- but we explicitly specify it for clarity purposes */
1435
+ but we explicitly specify it for clarity purposes */
1436
1436
1437
1437
voice-family: "another-voice"; } /* this voice change would have resulted in
1438
- the re-evaluation of the initial 'medium' keyword
1439
- inherited by the "body" element
1440
- (i.e. conversion from a voice-dependent keyword value
1441
- to a concrete, absolute frequency),
1442
- but because relative offsets were applied down the style
1443
- cascade, the inherited value is actually the frequency
1444
- calculated at the "e2" rule above. */
1438
+ the re-evaluation of the initial 'medium' keyword
1439
+ inherited by the "body" element
1440
+ (i.e. conversion from a voice-dependent keyword value
1441
+ to a concrete, absolute frequency),
1442
+ but because relative offsets were applied down the style
1443
+ cascade, the inherited value is actually the frequency
1444
+ calculated at the "e2" rule above. */
1445
1445
1446
1446
e4 { voice-range: 200Hz absolute; } /* override with an absolute frequency
1447
- which doesn't depend on the current voice */
1447
+ which doesn't depend on the current voice */
1448
1448
1449
1449
e5 { voice-range: 2st; } /* the computed value is an absolute frequency,
1450
- which is the result of the
1451
- calculation: 200Hz + two semitones
1452
- (reminder: the actual frequency corresponding to a semitone
1453
- depends on the base value to which it applies) */
1450
+ which is the result of the
1451
+ calculation: 200Hz + two semitones
1452
+ (reminder: the actual frequency corresponding to a semitone
1453
+ depends on the base value to which it applies) */
1454
1454
1455
1455
e6 { voice-range: inherit; /* this could be omitted,
1456
- but we explicitly specify it for clarity purposes */
1456
+ but we explicitly specify it for clarity purposes */
1457
1457
1458
1458
voice-family: "yet-another-voice"; } /* despite the voice change,
1459
- the computed value is the same as
1460
- for "e5" (i.e. an absolute frequency value,
1461
- independent from the current voice) */
1459
+ the computed value is the same as
1460
+ for "e5" (i.e. an absolute frequency value,
1461
+ independent from the current voice) */
1462
1462
</pre>
1463
1463
</div>
1464
1464
<h3 id="voice-props-voice-stress">
0 commit comments