Changes
Page history
Update Self Voicing Enabled
authored
Jan 12, 2021
by
Schildhauer Niklas
Show whitespace changes
Inline
Side-by-side
Self-Voicing-Enabled.md
View page @
7b07cecd
...
...
@@ -10,6 +10,7 @@ If the user prefers to use the self-voicing function of web pages, the function
An example tool to implement the function is the webReader from the company ReadSpeaker.[^2]
In the following code you can see how this tool is implemented. The media feature is used to hide the controls.
```
html
<head>
<script
type=
"text/javascript"
src=
"//cdn1.readspeaker.com/..."
></script>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"//cdn1.readspeaker.com/..."
...
...
@@ -27,7 +28,7 @@ In the following code you can see how this tool is implemented. The media featur
...
</div>
</body>
```
### Footnotes
...
...
...
...