Skip to content

Commit a787342

Browse files
committed
[mediaqueries] Make both parts of the example reference 'speech'.
1 parent ab452bb commit a787342

2 files changed

Lines changed: 29 additions & 29 deletions

File tree

mediaqueries/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,7 @@ Error Handling</h3>
729729
<div class='example'>
730730
<pre>
731731
@media (example, all,), speech { /* only applicable to speech devices */ }
732-
@media &test, screen { /* only applicable to screen devices */ }
732+
@media &test, speech { /* only applicable to speech devices */ }
733733
</pre>
734734

735735
Both of the above <a>media query lists</a> are turned into ''not all, speech'' during parsing,

0 commit comments

Comments
 (0)