https://issues.apache.org/bugzilla/show_bug.cgi?id=49968

--- Comment #2 from Thomas Deweese <[email protected]> 2010-09-22 05:43:44 EDT 
---
Mostly I think it's fine, just for my understanding under strict CSS rules are
you allowed to have font families with numbers w/o quotes or underbars or
collapsed spaces?

Also it looks to me like this is left over from dev/debug:
@@ -170,6 +176,7 @@

             if (lu == null) {
                 return result;
             }
+            short v1 = lu.getLexicalUnitType();
             if (lu.getLexicalUnitType() != LexicalUnit.SAC_OPERATOR_COMMA) {
                 throw createInvalidLexicalUnitDOMException
                     (lu.getLexicalUnitType());

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to