Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
brackets / opt / brackets / www / extensions / default / HTMLCodeHints / HtmlAttributes.json
Size: Mime:
{
    "accesskey":          { "attribOption": [], "global": "true" },
    "class":              { "attribOption": [], "global": "true", "type": "cssStyle" },
    "contenteditable":    { "attribOption": [], "global": "true", "type": "boolean" },
    "contextmenu":        { "attribOption": [], "global": "true" },
    "dir":                { "attribOption": ["ltr", "rtl"], "global": "true"},
    "draggable":          { "attribOption": ["auto", "false", "true"], "global": "true" },
    "dropzone":           { "attribOption": ["copy", "move", "link"], "global": "true" },
    "hidden":             { "attribOption": [], "type": "flag", "global": "true" },
    "id":                 { "attribOption": [], "global": "true", "type": "cssId" },
    "lang":               { "attribOption": ["ab", "aa", "af", "sq", "am", "ar", "an", "hy", "as", "ay", "az", "ba", "eu", "bn", "dz", "bh", "bi", "br",
                                             "bg", "my", "be", "km", "ca", "zh", "co", "hr", "cs", "da", "nl", "en", "eo", "et", "fo", "fa", "fi", "fr",
                                             "fy", "gl", "gd", "gv", "ka", "de", "el", "kl", "gn", "gu", "ht", "ha", "he", "hi", "hu", "is", "io", "id",
                                             "ia", "ie", "iu", "ik", "ga", "it", "ja", "jv", "kn", "ks", "kk", "rw", "ky", "rn", "ko", "ku", "lo", "la",
                                             "lv", "li", "ln", "lt", "mk", "mg", "ms", "ml", "mt", "mi", "mr", "mo", "mn", "na", "ne", "no", "oc", "or",
                                             "om", "ps", "pl", "pt", "pa", "qu", "rm", "ro", "ru", "sz", "sm", "sg", "sa", "sr", "sh", "st", "tn", "sn",
                                             "ii", "sd", "si", "ss", "sk", "sl", "so", "es", "su", "sw", "sv", "tl", "tg", "ta", "tt", "te", "th", "bo",
                                             "ti", "to", "ts", "tr", "tk", "tw", "ug", "uk", "ur", "uz", "vi", "vo", "wa", "cy", "wo", "xh", "yi", "yo",
                                             "zu"],
                            "global": "true" },
    "role":               { "attribOption": ["alert", "alertdialog", "article", "application", "banner", "button", "checkbox", "columnheader", "combobox",
                                             "complementary", "contentinfo", "definition", "directory", "dialog", "document", "form", "grid", "gridcell",
                                             "group", "heading", "img", "link", "list", "listbox", "listitem", "log", "main", "marquee", "math", "menu",
                                             "menubar", "menuitem", "menuitemcheckbox", "menuitemradio", "navigation", "note", "option", "presentation",
                                             "progressbar", "radio", "radiogroup", "region", "row", "rowgroup", "rowheader", "scrollbar", "search",
                                             "separator", "slider", "spinbutton", "status", "tab", "tablist", "tabpanel", "textbox", "timer", "toolbar",
                                             "tooltip", "tree", "treegrid", "treeitem"],
                            "global": "true" },
    "spellcheck":         { "attribOption": [], "global": "true", "type": "boolean" },
    "style":              { "attribOption": [], "global": "true", "type": "style" },
    "tabindex":           { "attribOption": [], "global": "true" },
    "title":              { "attribOption": [], "global": "true" },

    "onabort":            { "attribOption": [], "global": "true" },
    "onblur":             { "attribOption": [], "global": "true" },
    "oncanplay":          { "attribOption": [], "global": "true" },
    "oncanplaythrough":   { "attribOption": [], "global": "true" },
    "onchange":           { "attribOption": [], "global": "true" },
    "onclick":            { "attribOption": [], "global": "true" },
    "oncontextmenu":      { "attribOption": [], "global": "true" },
    "oncuechange":        { "attribOption": [], "global": "true" },
    "ondblclick":         { "attribOption": [], "global": "true" },
    "ondrag":             { "attribOption": [], "global": "true" },
    "ondragend":          { "attribOption": [], "global": "true" },
    "ondragenter":        { "attribOption": [], "global": "true" },
    "ondragleave":        { "attribOption": [], "global": "true" },
    "ondragover":         { "attribOption": [], "global": "true" },
    "ondragstart":        { "attribOption": [], "global": "true" },
    "ondrop":             { "attribOption": [], "global": "true" },
    "ondurationchange":   { "attribOption": [], "global": "true" },
    "onemptied":          { "attribOption": [], "global": "true" },
    "onended":            { "attribOption": [], "global": "true" },
    "onerror":            { "attribOption": [], "global": "true" },
    "onfocus":            { "attribOption": [], "global": "true" },
    "oninput":            { "attribOption": [], "global": "true" },
    "oninvalid":          { "attribOption": [], "global": "true" },
    "onkeydown":          { "attribOption": [], "global": "true" },
    "onkeypress":         { "attribOption": [], "global": "true" },
    "onkeyup":            { "attribOption": [], "global": "true" },
    "onload":             { "attribOption": [], "global": "true" },
    "onloadeddata":       { "attribOption": [], "global": "true" },
    "onloadedmetadata":   { "attribOption": [], "global": "true" },
    "onloadstart":        { "attribOption": [], "global": "true" },
    "onmousedown":        { "attribOption": [], "global": "true" },
    "onmousemove":        { "attribOption": [], "global": "true" },
    "onmouseout":         { "attribOption": [], "global": "true" },
    "onmouseover":        { "attribOption": [], "global": "true" },
    "onmouseup":          { "attribOption": [], "global": "true" },
    "onmousewheel":       { "attribOption": [], "global": "true" },
    "onpause":            { "attribOption": [], "global": "true" },
    "onplay":             { "attribOption": [], "global": "true" },
    "onplaying":          { "attribOption": [], "global": "true" },
    "onprogress":         { "attribOption": [], "global": "true" },
    "onratechange":       { "attribOption": [], "global": "true" },
    "onreadystatechange": { "attribOption": [], "global": "true" },
    "onreset":            { "attribOption": [], "global": "true" },
    "onscroll":           { "attribOption": [], "global": "true" },
    "onseeked":           { "attribOption": [], "global": "true" },
    "onseeking":          { "attribOption": [], "global": "true" },
    "onselect":           { "attribOption": [], "global": "true" },
    "onshow":             { "attribOption": [], "global": "true" },
    "onstalled":          { "attribOption": [], "global": "true" },
    "onsubmit":           { "attribOption": [], "global": "true" },
    "onsuspend":          { "attribOption": [], "global": "true" },
    "ontimeupdate":       { "attribOption": [], "global": "true" },
    "onvolumechange":     { "attribOption": [], "global": "true" },
    "onwaiting":          { "attribOption": [], "global": "true" },

    "aria-autocomplete":        { "attribOption": ["inline", "list", "both", "none"] },
    "aria-activedescendant":    { "attribOption": [], "global": "true" },
    "aria-atomic":              { "attribOption": ["true", "false"], "global": "true", "type": "boolean" },
    "aria-busy":                { "attribOption": [], "global": "true", "type": "boolean" },
    "aria-checked":             { "attribOption": ["true", "false", "mixed", "undefined"] },
    "aria-controls":            { "attribOption": [], "global": "true" },
    "aria-describedby":         { "attribOption": [], "global": "true" },
    "aria-disabled":            { "attribOption": ["true", "false"], "global": "true" },
    "aria-dropeffect":          { "attribOption": ["copy", "move", "link", "execute", "popup", "none"], "global": "true" },
    "aria-expanded":            { "attribOption": ["true", "false", "undefined"] },
    "aria-flowto":              { "attribOption": [], "global": "true" },
    "aria-grabbed":             { "attribOption": ["true", "false", "undefined"], "global": "true" },
    "aria-haspopup":            { "attribOption": ["true", "false"], "global": "true", "type": "boolean" },
    "aria-hidden":              { "attribOption": ["true", "false"], "global": "true", "type": "boolean" },
    "aria-invalid":             { "attribOption": ["grammar", "false", "spelling", "true"], "global": "true" },
    "aria-label":               { "attribOption": [], "global": "true" },
    "aria-labelledby":          { "attribOption": [], "global": "true" },
    "aria-level":               { "attribOption": [] },
    "aria-live":                { "attribOption": ["off", "polite", "assertive"], "global": "true" },
    "aria-multiline":           { "attribOption": ["true", "false"], "type": "boolean" },
    "aria-multiselectable":     { "attribOption": ["true", "false"], "type": "boolean" },
    "aria-orientation":         { "attribOption": ["vertical", "horizontal"] },
    "aria-owns":                { "attribOption": [], "global": "true" },
    "aria-posinset":            { "attribOption": [] },
    "aria-pressed":             { "attribOption": ["true", "false", "mixed", "undefined"] },
    "aria-readonly":            { "attribOption": ["true", "false"] },
    "aria-relevant":            { "attribOption": ["additions", "removals", "text", "all", "additions text"], "global": "true" },
    "aria-required":            { "attribOption": ["true", "false"], "type": "boolean" },
    "aria-selected":            { "attribOption": ["true", "false", "undefined"] },
    "aria-setsize":             { "attribOption": [] },
    "aria-sort":                { "attribOption": ["ascending", "descending", "none", "other"] },
    "aria-valuemax":            { "attribOption": [] },
    "aria-valuemin":            { "attribOption": [] },
    "aria-valuenow":            { "attribOption": [] },
    "aria-valuetext": { "attribOption": [] },
    "accept":             { "attribOption": ["text/html", "text/plain", "application/msword", "application/msexcel", "application/postscript",
                                             "application/x-zip-compressed", "application/pdf", "application/rtf", "video/x-msvideo", "video/quicktime",
                                             "video/x-mpeg2", "audio/x-pn/realaudio", "audio/x-mpeg", "audio/x-waw", "audio/x-aiff", "audio/basic",
                                             "image/tiff", "image/jpeg", "image/gif", "image/x-png", "image/x-photo-cd", "image/x-MS-bmp", "image/x-rgb",
                                             "image/x-portable-pixmap", "image/x-portable-greymap", "image/x-portablebitmap"] },
    "accept-charset":     { "attribOption": [] },
    "action":             { "attribOption": [] },
    "align":              { "attribOption": [] },
    "alt":                { "attribOption": [] },
    "archive":            { "attribOption": [] },
    "async":              { "attribOption": [], "type": "flag" },
    "autocomplete":       { "attribOption": ["additional-name", "address-level1", "address-level2", "address-level3", "address-level4", "address-line1",
                                             "address-line2", "address-line3", "bday", "bday-year", "bday-day", "bday-month", "billing",
                                             "cc-additional-name", "cc-csc", "cc-exp", "cc-exp-month", "cc-exp-year", "cc-family-name", "cc-given-name",
                                             "cc-name", "cc-number", "cc-type", "country", "country-name", "current-password", "email", "family-name",
                                             "fax", "given-name", "home", "honorific-prefix", "honorific-suffix", "impp", "language", "mobile", "name",
                                             "new-password", "nickname", "off", "on", "organization", "organization-title", "pager", "photo", "postal-code", "sex",
                                             "shipping", "street-address", "tel-area-code", "tel", "tel-country-code", "tel-extension",
                                             "tel-local", "tel-local-prefix", "tel-local-suffix", "tel-national", "transaction-amount",
                                             "transaction-currency", "url", "username", "work"] },
    "autofocus":          { "attribOption": [], "type": "flag" },
    "autoplay":           { "attribOption": [], "type": "flag" },
    "behavior":           { "attribOption": ["scroll", "slide", "alternate"] },
    "bgcolor":            { "attribOption": [], "type": "color" },
    "border":             { "attribOption": [] },
    "challenge":          { "attribOption": [] },
    "charset":            { "attribOption": ["iso-8859-1", "utf-8", "shift_jis", "euc-jp", "big5", "gb2312", "euc-kr", "din_66003-kr", "ns_4551-1-kr",
                                             "sen_850200_b", "csISO2022jp", "hz-gb-2312", "ibm852", "ibm866", "irv", "iso-2022-kr", "iso-8859-2",
                                             "iso-8859-3", "iso-8859-4", "iso-8859-5", "iso-8859-6", "iso-8859-7", "iso-8859-8", "iso-8859-9", "koi8-r",
                                             "ks_c_5601", "windows-1250", "windows-1251", "windows-1252", "windows-1253", "windows-1254", "windows-1255",
                                             "windows-1256", "windows-1257", "windows-1258", "windows-874", "x-euc", "asmo-708", "dos-720", "dos-862",
                                             "dos-874", "cp866", "cp1256"] },
    "checked":            { "attribOption": [], "type": "flag" },
    "cite":               { "attribOption": [] },
    "codebase":           { "attribOption": [] },
    "codetype":           { "attribOption": [] },
    "cols":               { "attribOption": [] },
    "colspan":            { "attribOption": [] },
    "content":            { "attribOption": [] },
    "controls":           { "attribOption": [], "type": "flag" },
    "coords":             { "attribOption": [] },
    "data":               { "attribOption": [] },
    "datetime":           { "attribOption": [] },
    "declare":            { "attribOption": [], "type": "flag" },
    "default":            { "attribOption": [], "type": "flag" },
    "defer":              { "attribOption": [], "type": "flag" },
    "direction":          { "attribOption": ["left", "right", "up", "down"] },
    "dirname":            { "attribOption": [] },
    "disabled":           { "attribOption": [], "type": "flag" },
    "enctype":            { "attribOption": ["application/x-www-form-urlencoded", "multipart/form-data", "text/plain"] },
    "for":                { "attribOption": [] },
    "form":               { "attribOption": [] },
    "formaction":         { "attribOption": [] },
    "formenctype":        { "attribOption": ["application/x-www-form-urlencoded", "multipart/form-data", "text/plain"] },
    "formmethod":         { "attribOption": ["get", "post"] },
    "formnovalidate":     { "attribOption": [], "type": "flag" },
    "formtarget":         { "attribOption": ["_blank", "_parent", "_self", "_top"] },
    "headers":            { "attribOption": [] },
    "height":             { "attribOption": [] },
    "high":               { "attribOption": [] },
    "href":               { "attribOption": [] },
    "hreflang":           { "attribOption": [] },
    "hspace":             { "attribOption": [] },
    "http-equiv":         { "attribOption": ["content-type", "default-style", "refresh"] },
    "icon":               { "attribOption": [] },
    "ismap":              { "attribOption": [], "type": "flag" },
    "keytype":            { "attribOption": ["dsa", "ec", "rsa"] },
    "kind":               { "attribOption": ["captions", "chapters", "descriptions", "metadata", "subtitles"] },
    "label":              { "attribOption": [] },
    "list":               { "attribOption": [] },
    "longdesc":           { "attribOption": [] },
    "loop":               { "attribOption": [], "type": "flag" },
    "low":                { "attribOption": [] },
    "manifest":           { "attribOption": [] },
    "max":                { "attribOption": [] },
    "maxlength":          { "attribOption": [] },
    "media":              { "attribOption": ["screen", "tty", "tv", "projection", "handheld", "print", "aural", "braille", "embossed", "speech", "all", "width",
                                             "min-width", "max-width", "height", "min-height", "max-height", "device-width", "min-device-width", "max-device-width",
                                             "device-height", "min-device-height", "max-device-height", "orientation", "aspect-ratio", "min-aspect-ratio",
                                             "max-aspect-ratio", "device-aspect-ratio", "min-device-aspect-ratio", "max-device-aspect-ratio", "color",
                                             "min-color", "max-color", "color-index", "min-color-index", "max-color-index", "monochrome", "min-monochrome",
                                             "max-monochrome", "resolution", "min-resolution", "max-resolution", "scan", "grid"],
                            "allowMultipleValues": "true" },
    "mediagroup":         { "attribOption": [] },
    "method":             { "attribOption": ["get", "post"] },
    "min":                { "attribOption": [] },
    "multiple":           { "attribOption": [], "type": "flag" },
    "muted":              { "attribOption": [], "type": "flag" },
    "name":               { "attribOption": [] },
    "meta/name":          { "attribOption": ["application-name", "author", "description", "generator", "keywords"] },
    "novalidate":         { "attribOption": [], "type": "flag" },
    "open":               { "attribOption": [], "type": "flag" },
    "optimum":            { "attribOption": [] },
    "pattern":            { "attribOption": [] },
    "placeholder":        { "attribOption": [] },
    "poster":             { "attribOption": [] },
    "preload":            { "attribOption": ["auto", "metadata", "none"] },
    "pubdate":            { "attribOption": [] },
    "radiogroup":         { "attribOption": [] },
    "rel":                { "attribOption": ["alternate", "author", "bookmark", "help", "license", "next", "nofollow", "noreferrer", "prefetch",
                                             "prev", "search", "sidebar", "tag", "external"] },
    "link/rel":           { "attribOption": ["alternate", "author", "help", "icon", "license", "next", "pingback", "prefetch", "prev", "search",
                                             "sidebar", "stylesheet", "tag"] },
    "readonly":           { "attribOption": [], "type": "flag" },
    "required":           { "attribOption": [], "type": "flag" },
    "reversed":           { "attribOption": [], "type": "flag" },
    "rows":               { "attribOption": [] },
    "rowspan":            { "attribOption": [] },
    "sandbox":            { "attribOption": ["allow-forms", "allow-same-origin", "allow-scripts", "allow-top-navigation"] },
    "seamless":           { "attribOption": [], "type": "flag" },
    "selected":           { "attribOption": [], "type": "flag" },
    "scope":              { "attribOption": ["col", "colgroup", "row", "rowgroup"] },
    "scoped":             { "attribOption": [], "type": "boolean" },
    "scrollamount":       { "attribOption": [] },
    "scrolldelay":        { "attribOption": [] },
    "shape":              { "attribOption": ["circle", "default", "poly","rect"] },
    "size":               { "attribOption": [] },
    "sizes":              { "attribOption": ["any"] },
    "span":               { "attribOption": [] },
    "src":                { "attribOption": [] },
    "srcdoc":             { "attribOption": [] },
    "srclang":            { "attribOption": [] },
    "standby":            { "attribOption": [] },
    "start":              { "attribOption": [] },
    "step":               { "attribOption": [] },
    "target":             { "attribOption": ["_blank", "_parent", "_self", "_top"] },
    "truespeed":          { "attribOption": [], "type": "flag" },
    "type":               { "attribOption": [] },
    "button/type":        { "attribOption": ["button", "reset", "submit"] },
    "command/type":       { "attribOption": ["command", "checkbox", "radio"] },
    "link/type":          { "attribOption": ["text/css"] },
    "menu/type":          { "attribOption": ["context", "list", "toolbar"] },
    "ol/type":            { "attribOption": ["1", "a", "A", "i", "I"] },
    "script/type":        { "attribOption": ["text/javascript", "text/ecmascript", "text/jscript", "text/livescript", "text/tcl", "text/x-javascript", "text/x-ecmascript",
                                             "application/x-javascript", "application/x-ecmascript", "application/javascript", "application/ecmascript",
                                             "text/babel", "text/jsx"] },
    "style/type":         { "attribOption": ["text/css"] },
    "input/type":         { "attribOption": ["button", "checkbox", "color", "date", "datetime", "datetime-local", "email", "file", "hidden", "image", "month",
                                             "number", "password", "radio", "range", "reset", "search", "submit", "tel", "text", "time", "url", "week"] },
    "usemap":             { "attribOption": [] },
    "value":              { "attribOption": [] },
    "vspace":             { "attribOption": [] },
    "width":              { "attribOption": [] },
    "wrap":               { "attribOption": ["hard", "soft"] },
    "xml:lang":           { "attribOption": [] },
    "xmlns":              { "attribOption": [] }
}