! > / b < #
karl tynan. @karltynan
wtfe?! what the front end?!
Slide 2
let’s get to know each other… ● senior software developer at Rock Solid Knowledge ● 16+ years working with HTML, CSS and JS ● 7+ years working with Umbraco (since v4) ● Umbraco Certified Professional ● co-organiser of umBristol meetups
prefers-reduced-motion ● media query based on user preference ● tailor animations to be more accessible ○ sensitivity, vertigo, nausea ○ remove distractions and frustrations ● works in Chrome, Opera, Safari and Firefox ● soon to be available for Edge
Slide 34
html dialogs <dialog>…</dialog>
MDN: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dialog
Slide 35
<dialog> ● native modals or dialogs ● say goodbye to JS plugins ● works in Chrome, Opera and Firefox (via config) ● soon to be available for Edge ● no news for Safari or iOS Safari
Slide 36
html datalists <datalist>…</datalist>
MDN: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/datalist
Slide 37
<datalist> ● native input options… like an autocomplete ● say goodbye (again) to JS plugins ● works in Chrome, Opera, Safari and Firefox (text inputs) ● partial, buggy support in IE10+ and Edge ● fixed in next version of Edge