No. There is nothing in css3 either. You would need to use JavaScript or arrange your content to be selector friendly.
On Feb 14, 2010, at 4:39 PM, Michael Bierman <css- [email protected]> wrote: > Ok here's my question. Is it possible to select based on the content > of a > node? For example: > > <p>foo 123.456.789.123 bar </p> > <p>foo 789.456.789.123 bar </p> > > I want to select the first case, but not the second. Is it possible > to do > something like p:(contains="123.456.789.123") ? > > Thanks. > > -- > Michael Bierman > ______________________________________________________________________ > css-discuss [[email protected]] > http://www.css-discuss.org/mailman/listinfo/css-d > List wiki/FAQ -- http://css-discuss.incutio.com/ > List policies -- http://css-discuss.org/policies.html > Supported by evolt.org -- http://www.evolt.org/help_support_evolt/ ______________________________________________________________________ css-discuss [[email protected]] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
