- From: Nikodem <freyjkell@gmail.com>
- Date: Sun, 21 Oct 2007 11:20:31 +0200
- To: www-style <www-style@w3.org>
I would like to propose the selector that match elements with attribute which value is OK with a Perl regular expression, i.e.: [attr/=/[0-9a-z]+/i] // matches: // <x attr="123Abc"/> // does not: // <x attr="123Abc:)"/> -- Freyjkell
Received on Sunday, 21 October 2007 09:20:48 UTC