Content deleted Content added
No backlinks for citations |
|||
Line 19:
==No backlinks for citations==
IE9 does not show backlinks ({{dummy backlink|a b}}) in the references section.
* Accessibility changes to the {{cite.php}} CSS added <code>user-select: none;</code>.<ref>[https://git.wikimedia.org/blob/mediawiki%2Fextensions%2FCite/530ef0ab9ccda7a5adef8547b2f5c644e156e636/modules%2Fext.cite.css ext.cite.css]</ref> This is not supposed to be supported by IE9 but, apparently it causes this to fail oddly. IE8 and below do not support this selector; IE10 and above support it properly. Add this to your CSS and refresh:
<syntaxhighlight lang="css">
|