Closed (fixed)
Project:
Drupal core
Component:
base system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Sep 2003 at 08:45 UTC
Updated:
6 Mar 2004 at 16:20 UTC
The stylesheet in misc/drupal.css does not validate. The offending rule is
pre { white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -o-pre-wrap; white-space: -pre-wrap;}
According to the specification, this should be specified as follows:
'white-space'
Value:
normal | pre | nowrap | inherit
Even if you feel is it tempting to use proprietaty values, you should not. Please correct.
Comments
Comment #1
Kjartan commentedComment #2
(not verified) commented