2009/12/8 Maciej Stachowiak <mjs@apple.com>
> Both of these would store any interesting information as text nodes inside
> the element. I don't believe any current selectors let you select based on
> text contents of the element.
>
So the problem is we don't want the selectors to be used for certain
elements but those elements vary. Then why don't we have a sensitive
attribute with a HTML element which effectively disables the selectors.
Something like:-
<input type="text" sensitive="true" />
or selectively enable the selectors like:-
<input type="text" css-selectors="true" />