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

2010-10-10 Thread tee
Hi Thierry, I was setting up a test page for you and during the process I found the problem. The [required] was declared twice which I didn't catch, and one with '!important' that I used to overwrite the background color in the input tag. The '!important' got me into trouble a number of times.

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

2010-10-10 Thread Jon @ The PixelForge
If I may ask, what kind of HTML5/CSS3 projects are you working on - or is this the same as the rest of us, i.e. practice? Regards, Jon Warner On Sun, Oct 10, 2010 at 8:36 AM, tee weblis...@gmail.com wrote: Hi Thierry, I was setting up a test page for you and during the process I found the

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

2010-10-10 Thread tee
Hi Jon, I am working on a few HTML5 projects at once as I found this is the only way I can learn HTML5 more quickly. It's more than a practice because the final result will be solid enough for the real world use. I mostly focus on eCommerce sites development and I am likely be more cautious

[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: input type=email name=email id=email required [required]{background-color:#E0} input:focus, texture:focus {background: #464646;color: #fff;border-color: #C12D2D} Color

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: input type=email name=email id=email required

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: input type=email name=email id=email required [required]{background-color:#E0} input:focus, texture:focus {background: #464646;color: #fff;border-color: