no-voice-family-specified-001.html (498B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <title>CSS Test: voice-family not specified</title> 5 <link rel="author" title="John Foliot" href="mailto:john@foliot.ca"> 6 <link rel="help" href="http://www.w3.org/TR/css3-speech/#voice-props-voice-family"> 7 <meta name="flags" content="speech"> 8 <meta name="assert" content="If no voice-family is specified, the user's preferred voice is used." > 9 10 </head> 11 <body> 12 13 <p>This sentence should be read in the user's preferred voice.</p> 14 15 </body> 16 </html>