orionsoft-react-scripts
Version:
Orionsoft Configuration and scripts for Create React App.
119 lines (117 loc) • 2.14 kB
JSON
{
"ARIA-ACTIVEDESCENDANT": {
"type": "string"
},
"ARIA-ATOMIC": {
"type": "boolean"
},
"ARIA-AUTOCOMPLETE": {
"type": "token",
"values": [ "inline", "list", "both", "none" ]
},
"ARIA-BUSY": {
"type": "boolean"
},
"ARIA-CHECKED": {
"type": "tristate"
},
"ARIA-CONTROLS": {
"type": "string"
},
"ARIA-DESCRIBEDBY": {
"type": "string"
},
"ARIA-DISABLED": {
"type": "boolean"
},
"ARIA-DROPEFFECT": {
"type": "tokenlist",
"values": [ "copy", "move", "link", "execute", "popup", "none" ]
},
"ARIA-EXPANDED": {
"type": "boolean",
"allowUndefined": true
},
"ARIA-FLOWTO": {
"type": "string"
},
"ARIA-GRABBED": {
"type": "boolean",
"allowUndefined": true
},
"ARIA-HASPOPUP": {
"type": "boolean"
},
"ARIA-HIDDEN": {
"type": "boolean"
},
"ARIA-INVALID": {
"type": "token",
"values": [ "grammar", "false", "spelling", "true" ]
},
"ARIA-LABEL": {
"type": "string"
},
"ARIA-LABELLEDBY": {
"type": "string"
},
"ARIA-LEVEL": {
"type": "integer"
},
"ARIA-LIVE": {
"type": "token",
"values": [ "off", "polite", "assertive" ]
},
"ARIA-MULTILINE": {
"type": "boolean"
},
"ARIA-MULTISELECTABLE": {
"type": "boolean"
},
"ARIA-ORIENTATION": {
"type": "token",
"values": [ "vertical", "horizontal" ]
},
"ARIA-OWNS": {
"type": "string"
},
"ARIA-POSINSET": {
"type": "integer"
},
"ARIA-PRESSED": {
"type": "tristate"
},
"ARIA-READONLY": {
"type": "boolean"
},
"ARIA-RELEVANT": {
"type": "tokenlist",
"values": [ "additions", "removals", "text", "all" ]
},
"ARIA-REQUIRED": {
"type": "boolean"
},
"ARIA-SELECTED": {
"type": "boolean",
"allowUndefined": true
},
"ARIA-SETSIZE": {
"type": "integer"
},
"ARIA-SORT": {
"type": "token",
"values": [ "ascending", "descending", "none", "other" ]
},
"ARIA-VALUEMAX": {
"type": "number"
},
"ARIA-VALUEMIN": {
"type": "number"
},
"ARIA-VALUENOW": {
"type": "number"
},
"ARIA-VALUETEXT": {
"type": "string"
}
}