From: Matthew Flaschen Date: Tue, 30 Sep 2014 04:32:48 +0000 (-0400) Subject: Clarify documentation for icons X-Git-Tag: 1.31.0-rc.0~13736^2 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/modifier.php?a=commitdiff_plain;h=9cc1ce2f8b3b70a368f54b3cbe7ed1ae3ec5ecf3;p=lhc%2Fweb%2Fwiklou.git Clarify documentation for icons Change-Id: I3452366505bde7a75a6a922138daa6a19a235d20 --- diff --git a/resources/src/mediawiki.ui/components/icons.less b/resources/src/mediawiki.ui/components/icons.less index bf8e41e731..d85cc98361 100644 --- a/resources/src/mediawiki.ui/components/icons.less +++ b/resources/src/mediawiki.ui/components/icons.less @@ -16,7 +16,12 @@ // To use icons you must be using a browser that supports pseudo elements. // This includes support for IE8. // http://caniuse.com/#feat=css-gencontent -// Browsers that do not support either of these selectors will degrade to text only. +// +// For elements that are intended to have both an icon and text, browsers that +// do not support pseudo-selectors will degrade to text-only. +// +// However, icon-only elements do not yet degrade to text-only elements in these +// browsers. // // Styleguide 4.