patch for 'cssFloat'
Dirk Mueller
mueller at kde.org
Fri Oct 3 13:04:04 CEST 2003
On Wednesday 01 October 2003 22:34, David Hyatt wrote:
> - if (DOM::getPropertyID(cssprop.string().ascii(), cssprop.length()))
> + if (p == "cssText")
> + return true;
> +
> + QString prop = cssPropertyName(p);
> + if (DOM::getPropertyID(prop.ascii(), prop.length()))
> return true;
This does not look right to me. Why do you treat "cssText" special here? And
why only "cssText" ? There are more properties.
> + DOM::DOMString p = cssPropertyName(propertyName, &pixelOrPos);
*huestel*
--
> Looking for a KDE-related EMail-Alias ? Get one at kdemail.net for FREE! <
More information about the Khtml-devel
mailing list