Forum Moderators: open
Browsers without support for these types will fall back to using the "text" type.--which is what browsers are supposed to do anyway when they meet anything in CSS or HTML that they don’t understand. That is, either ignore the part they don’t know, or fall back on the default, in this case "text".
input[type="email"] { foo: bar }