Re: [WSG] wildcards in css selectors?

2005-03-02 Thread Jan Brasna
a[href=http://www.foobar.com*] or a[href=*filename*] CSS3 has ^= selector. (Look it up in http://www.alistapart.com/articles/goingtoprint/ ...) -- Jan Brasna aka JohnyB :: www.alphanumeric.cz | www.janbrasna.com ** The discussion list for

Re: [WSG] wildcards in css selectors?

2005-03-02 Thread Alan Trick
It appears that gecko doesn't support that yet. I guess I'll have to wait. Jan Brasna wrote: a[href=http://www.foobar.com*] or a[href=*filename*] CSS3 has ^= selector. (Look it up in http://www.alistapart.com/articles/goingtoprint/ ...) **

Re: [WSG] wildcards in css selectors?

2005-03-02 Thread Jan Brasna
It appears that gecko doesn't support that yet. I guess I'll have to wait. Exactly. -- Jan Brasna aka JohnyB :: www.alphanumeric.cz | www.janbrasna.com ** The discussion list for http://webstandardsgroup.org/ See

Re: [WSG] wildcards in css selectors?

2005-03-02 Thread Nils Kr. Falch
On Wed, 02 Mar 2005 13:40:10 -0500, Alan Trick [EMAIL PROTECTED] wrote: It appears that gecko doesn't support that yet. I guess I'll have to wait. Gecko( mozilla1.7/firefox) and khtml(konqueror3.3.2) has support for the different attribute selectors E[foo~=bar], E[foo^=bar], E[foo$=bar],