- From: Bjoern Hoehrmann <derhoermi@gmx.net>
- Date: Sat, 14 Apr 2001 01:59:29 +0200
- To: Eric Meyer <emeyer@theopalgroup.com>
- Cc: www-style@w3.org
* Eric Meyer wrote:
> <URL:http://gallery.theopalgroup.com/selectoracle/>
> So if you've ever come across a CSS selector which just didn't
>make sense, here's your ticket to clearing away the mystery.
>Suggestions, critiques, and problem reports are all welcome!
Hm, I miss a feature that shows me the direct relationship between the
selector and the produced text. Your example
> div>h1+*#text a[title~="W3C"][class="external"]:visited:hover
produces:
Selects any a element with a title attribute with a value that
contains the word W3C, a class attribute with the exact value
external, whose target has been visited and which is in a hover state
that is a descendant of any element with an id attribute with a value
of text that follows a h1 element that is a child of a div element.
People in your target group will possibly ask "Why does it select any
'a' element???" and the SelectORacle doesn't help them much with this
question.
But it's a cool tool :-)
--
Björn Höhrmann { mailto:bjoern@hoehrmann.de } http://www.bjoernsworld.de
am Badedeich 7 } Telefon: +49(0)4667/981028 { http://bjoern.hoehrmann.de
25899 Dagebüll { PGP Pub. KeyID: 0xA4357E78 } http://www.learn.to/quote/
Received on Friday, 13 April 2001 19:58:22 UTC