1 // Up-to-date as of 2013-04-09.
3 // "The root element" section
14 // TODO: async attribute (complicated).
16 crossOrigin
: {type
: "enum", keywords
: ["anonymous", "use-credentials"], nonCanon
:{"": "anonymous"}},
30 // "Interactive elements" section
37 //TODO: check that missing value default is popup if parent's type is popup
38 type
: {type
: "enum", keywords
:["popup", "toolbar"], defaultVal
: "toolbar"},
45 type
: {type
: "enum", keywords
: ["command", "checkbox", "radio"], defaultVal
: "command"},
57 // Global attributes should exist even on unknown elements
61 mergeElements(miscElements
);