Show
Ignore:
Timestamp:
07/13/08 16:39:58 (6 months ago)
Author:
gyuque
Message:

supported important!

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/actionscript/ascss/src/css/ASCSS.asy

    r12326 r15743  
    21422142                                break; 
    21432143                        } 
     2144                        valid_primitive = (id == 0 && validUnit(val, U_FInteger, false)); 
     2145                        break; 
     2146 
    21442147                        /* nobreak */ 
    21452148                case CSSPropertyID.CSSPropertyOrphans:                    // <integer> | inherit 
     
    22982301                                if (mPropertyExtension.isValidPrimitiveValue(propId, val, id, mPropExtHost)) 
    22992302                                        valid_primitive = true; 
     2303 
     2304                                if (!valid_primitive && mPropertyExtension.isColorValue(propId)) 
     2305                                { 
     2306                            parsedValue = parseColor(); 
     2307                            if (parsedValue != null) 
     2308                                valueList.next(); 
     2309                                } 
    23002310                        } 
    23012311                        break;