CSS Rest-Before Property
CSS 1 |
CSS 2 |
CSS 3 |
|
|
|
|
Description
These properties specify a rest or prosodic boundary to be observed before (or after) speaking an element's content.
Syntax
rest-before: [value];
Possible values
- [time]
- none
- x-weak
- weak
- medium
- strong
- x-strong
- inherit
Initial Value
implementation dependent
Applies To
All elements
Inherited
No
Media
Speech
Example
.class {
rest-before: weak ;
}
Loading Twitter