patch for 'cssFloat'
David Hyatt
hyatt at apple.com
Fri Oct 3 18:24:52 CEST 2003
You're right. I'll remove this section. Thanks.
dave
On Oct 3, 2003, at 4:47 PM, David Faure wrote:
> On Wednesday 01 October 2003 22:34, David Hyatt wrote:
>> + if (p == "cssText")
>> + return true;
>
> This is unnecessary, since
>
>> return ObjectImp::hasProperty(exec, p);
>
> will find it in the hashtable.
>
> Proof:
> konqueror: [virtual bool
> KJS::DOMCSSStyleDeclaration::hasProperty(KJS::ExecState*, const
> KJS::Identifier&) const] cssText
> konqueror: returning true
>
> Of course since cssText is unimplemented in khtml, it doesn't do much
> good anyway,
> but hasProperty() is definitely correct.
>
> --
> David FAURE, faure at kde.org, sponsored by Trolltech to work on KDE,
> Konqueror (http://www.konqueror.org), and KOffice
> (http://www.koffice.org).
> _______________________________________________
> Khtml-devel at mail.kde.org
> http://mail.kde.org/mailman/listinfo/khtml-devel
More information about the Khtml-devel
mailing list