css-speech

How is it possible to use aural style sheets on elements?

人盡茶涼 提交于 2019-12-31 03:55:10
问题 Just searched the Net and came up with the following codes..When I run them on Firefox4 and Safari, I don't seem to hear anything..How can I fix this? <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> <style type="text/css"> @media aural { h1, h2, h3, h4, h5, h6 { voice

How to test Aural style sheets / CSS3 speech?

匆匆过客 提交于 2019-12-07 15:46:43
问题 I was snooping through a websites code and noticed their use of @media aural {} - which reminded me of its existence. So, I thought I would play around...but then realised that I don't know how to test them. I don't want my website to sound like the Schwarzeneggers having Christmas dinner…. How could I test out aural or speech through a browser to make sure it sounds ok? The specs for both aural and speech: http://www.w3.org/TR/CSS2/aural.html http://www.w3.org/TR/css3-speech/ *EDIT: thanks

Is the css setting speak:none now equivalent to aria-hidden=“true”?

自作多情 提交于 2019-12-06 01:39:00
问题 I'm just wondering whether I should expect browsers and assistive technilogy circa January 2015 to use speak:none in a manner equivalent to setting aria-hidden="true". I'd like to indicate that some semi-opaque text should be ignored, and am wondering whether I can do it in one operation (just adding a class that sets the opaque style and speak:none, rather than adding the class and setting the aria-hidden attribute). 回答1: There does not seem to be reliable data on support to speak , but it

Is the css setting speak:none now equivalent to aria-hidden=“true”?

*爱你&永不变心* 提交于 2019-12-04 07:23:37
I'm just wondering whether I should expect browsers and assistive technilogy circa January 2015 to use speak:none in a manner equivalent to setting aria-hidden="true". I'd like to indicate that some semi-opaque text should be ignored, and am wondering whether I can do it in one operation (just adding a class that sets the opaque style and speak:none, rather than adding the class and setting the aria-hidden attribute). There does not seem to be reliable data on support to speak , but it seems to be unimplemented. Independently of the implementation status, speak: none is not equivalent to aria

How is it possible to use aural style sheets on elements?

北城以北 提交于 2019-12-02 04:13:14
Just searched the Net and came up with the following codes..When I run them on Firefox4 and Safari, I don't seem to hear anything..How can I fix this? <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> <style type="text/css"> @media aural { h1, h2, h3, h4, h5, h6 { voice-family: paul, male; stress: 20; richness: 90 } h1 { pitch: x-low; pitch-range: 90 } h2 { pitch: x-low;