Tag Archives: HTML5
CSS Selectors for HTML5 Input Validation
If you are using the new HTML5 input types like input[type=”email”] and input[type=”url”], you will discover their automatic validation bubbles in Chrome. Soon after spotting them, you will likely want to change their style. The good news is, Chrome makes selectors available as discussed … Continue reading
Posted in Blogdex
Tagged Cascading Style Sheets, CSS3, Google Chrome, HTML5, input email, input url, Selectors, validation
Comments Off on CSS Selectors for HTML5 Input Validation