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

           Summary: The names of CSS classes should have underscores instead
                    of spaces
           Product: MediaWiki extensions
           Version: any
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: AbuseFilter
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


See, for instance

http://en.wikipedia.org/w/index.php?title=Kanwar_Pal_Singh_Gill&action=history

Here each tag (i.e. Tag: References removed) is wrapped in <span
class="mw-tag-marker mw-tag-marker-references removed>. But
'mw-tag-marker-references' and 'removed' are separated by a space, which means
that there are actually two classes 'mw-tag-marker-references' and 'removed'.
On the other hand each tagged entry in the history is wrapped in <li
class="mw-tag-references_removed">, which correctly has an underscore symbol.
The same problem appears in the recent changes. See for example

http://en.wikipedia.org/w/index.php?title=Special:RecentChanges&tagfilter=references+removed

Can spaces in class names used in <span> tags be replaced with underscores?


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to