Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions explainers/ruby-tts.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,15 @@ Its values are:
or as "should" rather than "must" requirements.

* `auto`: the default state, assumed if the attribute is omitted.
Assistive technologies must attempt to automatically determine
whether to behave as `complementary` or as `phonetic`.
A speech user agents must attempt to automatically determine
whether to behave as `complementary` or as `phonetic`:
if it can determine
that the ruby annotation is a possible pronunciation
of the corresponding ruby base,
it should behave as `phonetic`;
if it can determine that it is not,
or if it cannot be sure either way,
it should behave as `complementary`.

In all cases, it is understood that the above requirements
describe the default behavior speech user agents.
Expand Down