Update Self Voicing Enabled authored by Schildhauer Niklas's avatar Schildhauer Niklas
......@@ -11,7 +11,7 @@ In self-voicing applications, the content is read aloud without additional softw
## Usage
If the user prefers to use the self-voicing function of web pages, the function should be offered when the page is loaded and the controls for it should be displayed. Otherwise, the control elements should be hidden.
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.
In the following code you can see how this tool is implemented. The media feature is used to hide the controls (see [Text demo website](https://gpii.eu/mq-5/example/text/index.html)).
```html
<head>
......
......