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 ab

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 wrote: > Hi Thierry, > > I was setting up a test page for you and during the process I found the > problem. > > Th

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.