RE: [WSG] [att] disables element in :focus?

2010-10-09 Thread Thierry Koblentz
> Is this expected behavior or the support is still lacking?
> 
> I have this declared in CSS  for HTML5 required attributed:
> 
> 
> 
> 
> [required]{background-color:#E0}
> 
> input:focus, texture:focus
> {background: #464646;color: #fff;border-color: #C12D2D}
> 
> 
> Color and border are correctly working when focused, but background
> image isn't. My test showed that it isn't the HTML5 required attribute
> causing it but the CSS3 [required].
> 
> If I remove [required]{background-color:#E0} and target ID instead
> (input#email {background-color:#E0} ) then the background color
> works when focused.
> 
> Tested in Opera, FF, Safari and Chrome, all show consistent result.

That works for me. Do you have a page we can look at?


--
Regards,
Thierry
www.tjkdesign.com | www.ez-css.org | @thierrykoblentz






***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***



[WSG] Out of Office AutoReply: [BULK] WSG Digest

2010-10-09 Thread Andy Dempster
I will be out of the office the afternoon of October 8th. I will get back to 
you on Monday the 11th.




***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***


[WSG] Out of Office AutoReply: WSG Digest

2010-10-09 Thread Reed, Corey
Thank you for your message. I am currently out of the office with no access to 
e-mail. I will be returning on Monday, October 25 and will promptly respond to 
your email at that time. If you need immediate assistance, please contact Mike 
Wilson (mike.wil...@ttiinc.com) or Kevin Schubert.

If you need assistance before then, please contact Andrew McElwee at 
andrew.mcel...@ttiinc.com or 817-740-9000 x4621.

Corey
-- 
Corey Reed
User Interface Designer

TTI, Inc. - Never Short on Solutions
Phone: 817.740.9000 x4487
Fax: 817.740.9988
corey.r...@ttiinc.com


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***


Re: [WSG] [att] disables element in :focus?

2010-10-09 Thread tee
Correction:

background COLOR isn't working.



On Oct 9, 2010, at 4:27 AM, tee wrote:

> Is this expected behavior or the support is still lacking?
> 
> I have this declared in CSS  for HTML5 required attributed:
> 
> 
> 
> 
> [required]{background-color:#E0}
> 
> input:focus, texture:focus
> {background: #464646;color: #fff;border-color: #C12D2D}
> 
> 
> Color and border are correctly working when focused, but background image 
> isn't. My test showed that it isn't the HTML5 required attribute causing it 
> but the CSS3 [required].
> 
> If I remove [required]{background-color:#E0} and target ID instead 
> (input#email {background-color:#E0} ) then the background color works 
> when focused.
> 
> Tested in Opera, FF, Safari and Chrome, all show consistent result.
> 
> 
> tee


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***



[WSG] [att] disables element in :focus?

2010-10-09 Thread tee
Is this expected behavior or the support is still lacking?

I have this declared in CSS  for HTML5 required attributed:




[required]{background-color:#E0}

input:focus, texture:focus
{background: #464646;color: #fff;border-color: #C12D2D}


Color and border are correctly working when focused, but background image 
isn't. My test showed that it isn't the HTML5 required attribute causing it but 
the CSS3 [required].

If I remove [required]{background-color:#E0} and target ID instead 
(input#email {background-color:#E0} ) then the background color works when 
focused.

Tested in Opera, FF, Safari and Chrome, all show consistent result.


tee



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***