mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-01 07:12:50 -06:00
Wide coverage demo web app: add speech synthesis
Works in Safari and Chrome.
This commit is contained in:
@@ -12,6 +12,7 @@ textarea { margin: 0; }
|
||||
body:target h1, body:target div.modtime { display: none; }
|
||||
#extra { color: #666; }
|
||||
#pick>* { padding: 0 0.5ex; }
|
||||
#speak { display: none; }
|
||||
</style>
|
||||
</head>
|
||||
|
||||
@@ -51,6 +52,7 @@ body:target h1, body:target div.modtime { display: none; }
|
||||
<button onclick="wc.swap()">↑↓</button>
|
||||
<br>
|
||||
<textarea name=output rows=3 style="width: 100%" readonly></textarea>
|
||||
<small id=speak><input name=speak type=checkbox> Speak</small>
|
||||
</form>
|
||||
|
||||
</table>
|
||||
@@ -61,7 +63,7 @@ body:target h1, body:target div.modtime { display: none; }
|
||||
</div>
|
||||
<p>
|
||||
<div class=modtime><small>
|
||||
<!-- hhmts start -->Last modified: Wed Feb 19 14:56:13 CET 2014 <!-- hhmts end -->
|
||||
<!-- hhmts start -->Last modified: Mon Mar 17 16:28:58 CET 2014 <!-- hhmts end -->
|
||||
</small></div>
|
||||
<script src="js/support.js"></script>
|
||||
<script src="js/gftranslate.js"></script>
|
||||
|
||||
Reference in New Issue
Block a user