80 likes | 187 Views
VIDA Requirements. - HTML5 – Semantic tags - HTML5 - Forms - HTML5 – CSS3. HTML5 – Semantic tags. <header> <footer> < nav > <section> vs. <article> vs. <div> <details> vs. <summary>. SEO priority. HTML5 – Input attributes. Placeholder Types: Emails Number Url Search Validation:
E N D
VIDA Requirements - HTML5 – Semantic tags - HTML5 - Forms - HTML5 – CSS3
HTML5 – Semantic tags • <header> <footer> • <nav> • <section> vs. <article> vs. <div> • <details> vs. <summary>
HTML5 – Input attributes • Placeholder • Types: • Emails • Number • Url • Search • Validation: • required • Pattern • IE ‘hacking’: • http://www.matiasmancini.com.ar/jquery-plugin-ajax-form-validation-html5.html
HTML5 - Polyfills • https://github.com/Modernizr/Modernizr/wiki/HTML5-Cross-browser-Polyfills • http://css3pie.com: border-radius, box-shadow, multiple backgrounds, linear gradients, border-image - https://github.com/kbjr/polyfill.js: json, storage…
HTML “fails” • Duplicated • <div> • <h1>Title</h1> • </div> • Class & ID • Alt text. • Close tag
Summary • Semantic tags • Usage • Form • Inputs • Validate • Polyfills • How to find? • How to use?