https://bugzilla.wikimedia.org/show_bug.cgi?id=45731

Bartosz Dziewoński <matma....@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |matma....@gmail.com

--- Comment #4 from Bartosz Dziewoński <matma....@gmail.com> ---
I'm not convinced that this is needed or wanted, and <noscript> could be
confusing if some content was only seen by some readers (and web spiders).
Consider me neutral on the matter.


And this is easy to work around – we already have 'client-js' and 'client-nojs'
classes on the <body> element, so you could do this with one CSS rule in
[[MediaWiki:Common.css]]:

    .client-js .noscript { display: none; }

And use the following in pages: 

<div class="noscript">
You have to turn on JS in your browser to be able to sort this table.
</div>

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to