You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>At most one <ahref="#phonetic-alphabet">'@phonetic-alphabet'</a> rule may appear in style sheet and it
1653
-
must appear, when used, before any occurrence of the 'phonemes' property.</p>
1661
+
must appear, when used, before any occurrence of the 'phonemes' property.
1662
+
The only valid values are the default "ipa" phonetic alphabet,
1663
+
and vendor-specific strings such as "x-organization" or "x-organization-alphabet".
1664
+
</p>
1654
1665
1655
-
<pclass="issue">ISSUE: we do not mention any other possible value
1666
+
<!-- p class="issue">ISSUE: we do not mention any other possible value
1656
1667
for <a href="#phonetic-alphabet">'@phonetic-alphabet'</a>.
1657
1668
SSML 1.0 defines "ipa" to be the only valid
1658
1669
value - any other value should be added with the "x-" prefix. Do we
1659
1670
want to follow this? Or do we allow some other values? SAMPA comes
1660
1671
to my mind as a widely used ASCII alternative to IPA, but then: SAMPA
1661
-
is language dependent, and it might be better to have X-SAMPA.</p>
1662
-
1663
-
<pclass="note">Editor's note: The alphabet is specified via an
1664
-
at-rule to avoid problems with inappropriate cascades that can
1665
-
occur if the alphabet was set via a property.</p>
1672
+
is language dependent, and it might be better to have X-SAMPA.</p -->
1666
1673
1667
1674
<h2id="content">Inserted and replaced content</h3>
1668
1675
@@ -2077,6 +2084,7 @@ <h2 class="no-num" id="changes">Appendix F — Changes from previous draft</
2077
2084
<li>Removed issue about the 'sub' SSML element given that the CSS "content" replacement functionality addresses the same requirement.</li>
2078
2085
<li>Added reference to "time" values syntax (s, ms) for 'voice-duration'.</li>
2079
2086
<li>Moved "content" outside of "phonetics", as the ::before and ::after use-cases do not relate to pronunciation rules (this is actually more similar to audio cues, only applied with text rather than audio files)</li>
2087
+
<li>Added prose to explicitly support alphabet other than IPA, via the "x-" vendor-specific prefix.</li>
2080
2088
<li>Reworked HTML source code to work with the <ahref="http://cgi.w3.org/member-bin/process.cgi">members-only W3C pre-processor/generator</a></li>
2081
2089
<li>Harmonized all hyperlinks so that CSS properties get auto-linked by the pre-processor</li>
0 commit comments