some fixes you might want in Safari and two questions
Dirk Mueller
mueller at kde.org
Sat Apr 19 02:39:42 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.
Dirk
More information about the Khtml-devel
mailing list