--- a/cssParser.js Mon Mar 15 07:02:45 2010 -0500
+++ b/cssParser.js Mon Mar 15 07:30:07 2010 -0500
@@ -1433,7 +1433,7 @@
var fWeight = null;
var fSize = null;
var fLineHeight = null;
- var fFamily = null;
+ var fFamily = "";
var fSystem = null;
var normalCount = 0;
--- a/demo.xhtml Mon Mar 15 07:02:45 2010 -0500
+++ b/demo.xhtml Mon Mar 15 07:30:07 2010 -0500
@@ -7,7 +7,7 @@
@media screen,projection,print {/* comment inside a media rule */pre { background-color: #FFFFCC;
/* comment between two declarations */<a ></a>border: 2px silver solid; padding: 1em; -moz-border-radius: 11px;
-webkit-border-radius:11px}
-body { font-family: sans-serif; margin: 1em }
+body { font: sans-serif; font-family: sans-serif; margin: 1em }
/* comment between two style rules */
h1 { background-color: silver }
h2 { background-color: lightgrey }