Skip to content

Commit d452cbf

Browse files
committed
[css-speech-1] Fix typo, quotes.
1 parent 934cb58 commit d452cbf

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

css-speech-1/Overview.bs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -536,14 +536,14 @@ The 'speak-as' property</h3>
536536
Spells the text one letter at a time (useful for acronyms and abbreviations).
537537
In languages where accented characters are rare,
538538
it is permitted to drop accents in favor of alternative unaccented spellings.
539-
As as example, in English, the word "r&ocirc;le" can also be written as "role".
540-
A conforming implementation would thus be able to spell-out "r&ocirc;le" as "R O L E".
539+
As as example, in English, the word r&ocirc;le can also be written as role.
540+
A conforming implementation would thus be able to spell-out r&ocirc;le as R O L E.
541541

542542
<dt><dfn>digits</dfn>
543543
<dd>
544544
Speak numbers one digit at a time,
545-
fr instance, "twelve" would be spoken as "one two",
546-
and "31" as "three one".
545+
for instance, twelve would be spoken as one two,
546+
and “31” as three one.
547547

548548
Note: Speech synthesizers are knowledgeable about what a <em>number</em> is.
549549
The 'speak-as' property enables some level of control on how user agents render numbers,

0 commit comments

Comments
 (0)