Re: Fwd: accesskey usage Re: Proposal for Keyboard Shortcuts for HTML5

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