public marks

PUBLIC MARKS from dzc with tag html5

2018

HTML5 : L'élément datalist - Alsacreations

datalist est un élément de formulaire permettant de lier une liste de choix à un élément input. Il est voué à fournir des fonctionnalités d'auto-complétion ou d'auto-suggestion, dans un formulaire classique ou un champ de recherche

2016

2015

2014

HTML5Pattern : source of regularly used Input-Patterns

HTML5Pattern is a source of regularly used Input-Patterns. Pattern Support Firefox 4+ & Chrome 5+ & Opera 9.6+ & MSIE 10+

An Introduction to Content Security Policy - HTML5 Rocks

Instead of blindly trusting everything that a server delivers, CSP defines the Content-Security-Policy HTTP header that allows you to create a whitelist of sources of trusted content, and instructs the browser to only execute or render resources from those sources. Even if an attacker can find a hole through which to inject script, the script won’t match the whitelist, and therefore won’t be executed.

2013

3needs: WAI-ARIA techniques with code examples

by 1 other
draft WAI-ARIA techniques and code examples, mainly to check the extent of screen reader support. Some techniques are draft entries in the W3C Wiki of the HTML5 & ARIA Techniques task force of WCAG WG.