Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
Merge pull request #8020 from coliff/patch-1
Browse files Browse the repository at this point in the history
Update HtmlTags.json
  • Loading branch information
redmunds committed Jun 4, 2014
2 parents b1e2e15 + f6ca5fc commit 6ca0047
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/extensions/default/HTMLCodeHints/HtmlTags.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
"legend": { "attributes": [] },
"li": { "attributes": ["value"] },
"link": { "attributes": ["disabled", "href", "hreflang", "media", "rel", "sizes", "type"] },
"main": { "attributes": [] },
"map": { "attributes": ["name"] },
"mark": { "attributes": [] },
"marquee": { "attributes": ["align", "behavior", "bgcolor", "direction", "height", "hspace", "loop", "scrollamount", "scrolldelay", "truespeed", "vspace", "width"] },
Expand Down Expand Up @@ -114,4 +115,4 @@
"var": { "attributes": [] },
"video": { "attributes": ["autoplay", "controls", "height", "loop", "mediagroup", "muted", "poster", "preload", "src", "width"] },
"wbr": { "attributes": [] }
}
}

0 comments on commit 6ca0047

Please sign in to comment.