[patch] Re: cssRules / ID selectors
Leo Savernik
l.savernik at aon.at
Fri Feb 11 15:16:33 GMT 2005
Am Freitag, 11. Februar 2005 04:30 schrieb Paul Temple:
> - if ( cs->tag == 0xffffffff && cs->attr == ATTR_ID && cs->match ==
> CSSSelector::Exact )
> + if ( cs->tag == 0xffffffff && cs->match ==
> CSSSelector::Id )
Does it still work if you write
if ( cs->tag == 0xffffffff && cs->attr == ATTR_ID && cs->match ==
CSSSelector::Id )
?
mfg
Leo
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <https://mail.kde.org/mailman/private/kfm-devel/attachments/20050211/4d2b013f/attachment.sig>
More information about the kfm-devel
mailing list