On 2/27/07, Jim Wilson wilson.jim.r@gmail.com wrote:
Add a CSS rule to hide spans of class keyword (to MediaWiki:Common.css):
span.keyword { display: none; }
Using display: none to enforce semantics is bad. It will then show up for many cell phone users, old screen readers, Lynx, etc. The comment was probably a better idea, although unfortunately still rather hacky.