some fixes you might want in Safari and two questions

Lars Knoll lars at trolltech.com
Tue Apr 22 17:10:39 CEST 2003


> On Don, 17 Apr 2003, Lars Knoll wrote:
> >  {num}{ident}            {yyTok = DIMEN; return yyTok;}
> > -{num}%                  {yyTok = PERCENTAGE; return yyTok;}
> > +{num}%+                 {yyTok = PERCENTAGE; return yyTok;}
> >  {num}                   {yyTok = NUMBER; return yyTok;}
> >
> > Any reason for this? It breaks the CSS specs, and I can't see why it
> > makes sense to recognise "100%%%%%%%" as "100%".
>
> Just for the record, Mozilla seems to tolerate 100%%% everywhere.

File a bug report ;-)

Lars



More information about the Khtml-devel mailing list