Skip to content

Commit 8ecdbb1

Browse files
committed
[css-mediaqueries-4] Fix typo
1 parent a9c2e82 commit 8ecdbb1

File tree

2 files changed

+222
-220
lines changed

2 files changed

+222
-220
lines changed

mediaqueries/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Work Status: Exploring
99
ED: http://dev.w3.org/csswg/mediaqueries4/
1010
TR: http://www.w3.org/TR/mediaqueries-4/
1111
Previous Version: http://www.w3.org/TR/2014/WD-mediaqueries-4-20140605/
12-
Editor: Florian Rivoal, Invited Expert, florian@rivoal.net, http://florian.rivoal.net
12+
Editor: Florian Rivoal, Vivliostyle, florian@rivoal.net, http://www.vivliostyle.com
1313
Editor: Tab Atkins Jr., Google, http://xanthir.com/contact/
1414
Former Editor: Håkon Wium Lie, Opera, howcome@opera.com
1515
Former Editor: Tantek Çelik, Mozilla, tantek@cs.standard.edu
@@ -1444,7 +1444,7 @@ inverted-colors</h3>
14441444

14451445
<pre>@media (inverted-colors) {
14461446
img { filter: invert(100%); }
1447-
* { text-shadow: none; background-shadow: none; }
1447+
* { text-shadow: none; box-shadow: none; }
14481448
}
14491449
</pre>
14501450
</div>

0 commit comments

Comments
 (0)