Re: [css3-background] PFWG input on focus ring

[please use plain-text email; your editing software turned the reply
chain into gibberish for me, and for the archives]

On Tue, Jul 29, 2014 at 9:04 PM, Antony Kennedy <booshtukka@me.com> wrote:
> Do we have a way to apply this with a cross-selector? For example, say I
> have:
>
> <div role=“button” tabindex=“0” id=“fake button”>Focus me</div>
>
> Is there a way to apply the UA default focus outline for a button element to
> this element on focus?

Nope, at least not without something like the 'appearance' property.
You can't "transfer" styles over from one element to another.

~TJ

Received on Friday, 8 August 2014 17:41:03 UTC