Page MenuHomePhabricator

Invalid CSS generates parsing errors in Firefox
Closed, InvalidPublic

Description

Author: sns

Description:
Originally reported (with lovely wikiformatting and such) at:
http://en.wikipedia.org/wiki/WP:HD#Broken_global_stylesheet.2C_or_where_to_report_minor_bugs.3F

There are two problems with the global stylesheet that should be fixed. First,
the filter statement on line 225 should simply be removed: It is nonstandard and
produces errors messages in Firefox. Secondly, the line-height property on line
208 has no units (should be 1.5em, I'm sure), which is invalid and also causes
error messages (but only in the Javascript console).

The global stylesheet I'm referring to is:
http://en.wikipedia.org/w/index.php?title=MediaWiki:Common.css&action=raw&ctype=text/css&smaxage=2678400


Version: 1.6.x
Severity: minor

Details

Reference
bz4017

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 8:58 PM
bzimport set Reference to bz4017.
bzimport added a subscriber: Unknown Object (MLST).

Since this is a local site customization, you should take this to the village pump as mentioned
on that page.

http://en.wikipedia.org/wiki/MediaWiki_talk:Common.css
http://en.wikipedia.org/wiki/Wikipedia:Village_pump_%28technical%29

sns wrote:

Thanks for the quick response, Brion. I have posted my concern to the talk page
for Common.css. I'll let it sit there for a while and post to the VP if I don't
see any responses.