Flex Box Prototyping
SVG Graphic
http://www.w3.org/TR/html5/images/content-venn.svg
element.dataset
Jason Skowronek
data-* Attribute
A custom data attribute is an attribute in no namespace whose name starts with the string "data-"
Global attributes
-
accesskey -
class -
contenteditable -
contextmenu -
dir -
draggable -
dropzone -
hidden -
id -
lang -
spellcheck -
style -
tabindex -
title
Global Event Handlers
-
onabort -
onblur* -
oncanplay -
oncanplaythrough -
onchange -
onclick -
oncontextmenu -
oncuechange -
ondblclick -
ondrag -
ondragend -
ondragenter -
ondragleave -
ondragover -
ondragstart -
ondrop -
ondurationchange -
onemptied -
onended -
onerror* -
onfocus* -
oninput -
oninvalid -
onkeydown -
onkeypress -
onkeyup -
onload* -
onloadeddata -
onloadedmetadata -
onloadstart -
onmousedown -
onmousemove -
onmouseout -
onmouseover -
onmouseup -
onmousewheel -
onpause -
onplay -
onplaying -
onprogress -
onratechange -
onreadystatechange -
onreset -
onscroll* -
onseeked -
onseeking -
onselect -
onshow -
onstalled -
onsubmit -
onsuspend -
ontimeupdate -
onvolumechange -
onwaiting
Progress:
- document.
- Notes:
- Canvas dimensions have to be assigned as attributes to the canvas. Style dimensions don't appear to work right.