Speak property in CSS

By March 13, 2017 Css, Html No Comments

Speak property in CSS

The speak property of CSS is for specifying how your browser should speak the content when it reads, such as through a screen reader.

Or In other words, we can say  it’s kind of like styling speech the way other CSS properties style visual elements of a webpage.

Values

  • inherit: Specifies that the element uses the same computed speak value from its parent element.
  • none: Tells the browser to not speak on that element.
  • normal: Takes the browser’s default speak settings.
  • spell-out: Instructs the browser to spell a properties content instead of speaking out full words. Deprecated in CSS3.

 


[paypal-donation]

About Vijay Dhanvai

A passionate blogger by heart and mind, I have been working in this field for 10 years now. A WordPress Professional, web developer and designer who intends to guide his readers about Web Design, WordPress, Blogging, Web Development, and more.

Leave a Reply