Skip to content

Commit fed498b

Browse files
committed
[css2] Removed speak-date and speak-time
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401138
1 parent c84df18 commit fed498b

1 file changed

Lines changed: 3 additions & 31 deletions

File tree

css2/aural.src

Lines changed: 3 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22
<html lang="en">
3-
<!-- $Id: aural.src,v 2.17 1998-03-09 18:36:01 bbos Exp $ -->
3+
<!-- $Id: aural.src,v 2.18 1998-03-13 00:59:22 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Aural style sheets</TITLE>
@@ -609,10 +609,8 @@ A lower value will produce a soft, mellifluous voice.
609609
<!-- Needs completion -IJ -->
610610

611611
<H2><a name="speech-props">Speech properties</a>:
612-
<span class="propinst-speak-punctuation">'speak-punctuation'</span>,
613-
<span class="propinst-speak-date">'speak-date'</span>,
614-
<span class="propinst-speak-numeral">'speak-numeral'</span>, and
615-
<span class="propinst-speak-time">'speak-time'</span>
612+
<span class="propinst-speak-punctuation">'speak-punctuation'</span>
613+
and <span class="propinst-speak-numeral">'speak-numeral'</span>
616614
</h2>
617615

618616
<p>An additional speech property, <a
@@ -645,36 +643,10 @@ following meanings:</P>
645643
<dt><strong>continuous</strong>
646644
<dd>Speak the numeral as a full number. Thus, "237" is spoken
647645
"Two hundred thirty seven". Word representations are language-dependent.
648-
<dt><strong>none</strong>
649-
<dd>[What does this mean?]
650-
</dl>
651-
652-
<!-- Needs completion! -IJ -->
653-
654-
<!-- #include src=properties/speak-time.srb -->
655-
656-
<!-- Proposed: cut this because too semantic, hard to
657-
implement -Ij -->
658-
659-
660-
<p>This property controls how times are spoken. Values have the
661-
following meanings:</p>
662-
663-
<dl>
664-
<dt><strong>24</strong>
665-
<dd>Use the 24-hour time system.
666-
<dt><strong>12</strong>
667-
<dd>Use the 12-hour am/pm time system.
668-
<dt><strong>none</strong>
669-
<dd>[What does this mean?]
670646
</dl>
671647

672648
<!-- Needs completion! -IJ -->
673649

674-
<P>When used in combination with the <span
675-
class="propinst-speak-date">'speak-date'</span> property, this allows
676-
elements with an attribute containing an ISO 8601 format date/time
677-
attribute to be presented in a flexible manner.
678650

679651
</BODY>
680652
</HTML>

0 commit comments

Comments
 (0)