Update Self Voicing Enabled authored by Schildhauer Niklas's avatar Schildhauer Niklas
...@@ -13,7 +13,7 @@ In the following code you can see how this tool is implemented. The media featur ...@@ -13,7 +13,7 @@ In the following code you can see how this tool is implemented. The media featur
```html ```html
<head> <head>
<script type="text/javascript" src="//cdn1.readspeaker.com/..."></script> <script type="text/javascript" src="//cdn1.readspeaker.com/..."></script>
<link type="text/css" rel="stylesheet" href="//cdn1.readspeaker.com/..." media="(self-voicing-enabled)> <link type="text/css" rel="stylesheet" href="//cdn1.readspeaker.com/..." media="(self-voicing-enabled)">
<style> <style>
@media not (self-voicing-enabled) { @media not (self-voicing-enabled) {
.readspeaker { .readspeaker {
... ...
......