Skip to content

Commit

Permalink
fixup! Update crossOrigin attribute definitions.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraham committed Aug 7, 2013
1 parent b34b8d8 commit 9af2d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/dom/elements-embedded.js
Expand Up @@ -98,7 +98,7 @@ var embeddedElements = {
audio: {
// HTMLMediaElement
src: "url",
crossOrigin: {type: "enum", keywords: ["", "anonymous", "use-credentials"]},
crossOrigin: {type: "enum", keywords: ["anonymous", "use-credentials"], nonCanon:{"": "anonymous"}},
// As with "keytype", we have no missing value default defined here.
preload: {type: "enum", keywords: ["none", "metadata", "auto"], nonCanon: {"": "auto"}, defaultVal: null},
autoplay: "boolean",
Expand Down

0 comments on commit 9af2d44

Please sign in to comment.