Re: [css3-ui] :text-input pseudoclass

On 11/3/09 4:36 PM, Nikita Popov wrote:
> Why not to use input:not([type]), input[type=text]?

Because that doesn't match these text inputs:

<input type="">
<input type="notsomethinginthespec">
<input type=" text ">

-Boris

Received on Tuesday, 3 November 2009 22:26:28 UTC