File: aural.css

package info (click to toggle)
wdg-html-validator 1.0-6
  • links: PTS
  • area: contrib
  • in suites: potato
  • size: 1,404 kB
  • ctags: 103
  • sloc: perl: 2,912; ansic: 1,228; makefile: 48
file content (63 lines) | stat: -rw-r--r-- 858 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
abbr {
	speak: normal
}
ACRONYM {
	speak: normal
}
abbr.initialism {
	speak: spell-out
}
.note {
	cue-before: url(sounds/beep_kind_warning.au); pause-after: 100%
}
.SMA {
	voice-family: child
}
.oops {
	voice-family: child
}
.author {
	volume: 40%
}
SMALL {
	volume: 40%
}
TD LI.transitional {
	volume: 40%
}
.elements LI.transitional {
	volume: 40%
}
TD LI.frameset {
	volume: 35%
}
.elements LI.frameset {
	volume: 35%
}
.copyright {
	volume: soft
}
.error {
	cue-before: url(sounds/beep_jazz_piano.au)
}
.warning {
	cue-before: url(sounds/beep_kind_warning.au)
}
.error STRONG {
	volume: 65%
}
.warning STRONG {
	volume: 65%
}
.congratulations {
	play-during: url(sounds/applause.au)
}
.congratulations STRONG {
	volume: loud
}
.transitional {
	speak: inherit
}
.frameset {
	speak: inherit
}