Hi Vincent,

On Tuesday 05 January 2010 14:56:09 Vincent Bernardi wrote:
> qx.bom.Selector.query("#myid:before");
> 
> won't return the element with id myid in its return array (Qx 1.0, FF
>  3.5.6). Could anyone tell me if that is the intended behavior? If yes,
>  what would be the correct way to do query the dom for the element with id
>  myid, given such a pseudoelement selector, short of parsing the string and
>  removing the ":before" myself?
As far as I read the ":before" is CSS 2.1 selector (e.g. mentioned at 
quirksmode.org -> http://www.quirksmode.org/css/beforeafter.html ).

Looking at my firebug console it does NOT show the added content of the CSS 
selectors in the DOM view. I can also NOT get the elements with normal DOM 
operations, so I guess a CSS selector engine is also NOT capable to do it. But 
I can also be wrong.

If we can't get a quick solution to your problem this way, let's talk about 
what you like to achieve. Maybe we can work out another solution for you.

cheers,
  Alex

------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to