- From: j.j. <moz@jeka.info>
- Date: Sat, 22 Sep 2007 17:42:15 +0200
- To: Charles McCathieNevile <chaals@opera.com>
- Cc: Garrett Smith <dhtmlkitchen@gmail.com>, public-html@w3.org
Charles McCathieNevile <chaals@opera.com>: hodd gsachd:
>
> *[accesskey]:after {content: '<' attr('accesskey') '>'}
>
> (I think the syntax is OK)
Isn't, don't quote the attribute. This works:
[accesskey]:after {content:'<' attr(accesskey) '>'}
Received on Saturday, 22 September 2007 15:42:44 UTC