This commit is contained in:
Pine Wu 2019-09-04 11:06:59 -07:00
Родитель f024023ee2
Коммит feba04c5e4
2 изменённых файлов: 297 добавлений и 3 удалений

Просмотреть файл

@ -4121,6 +4121,12 @@
},
{
"name": "aria-activedescendant",
"references": [
{
"name": "WAI-ARIA Reference",
"url": "https://www.w3.org/TR/wai-aria-1.1/#aria-activedescendant"
}
],
"description": {
"kind": "markdown",
"value": "Identifies the currently active element when DOM focus is on a [`composite`](https://www.w3.org/TR/wai-aria-1.1/#composite) widget, [`textbox`](https://www.w3.org/TR/wai-aria-1.1/#textbox), [`group`](https://www.w3.org/TR/wai-aria-1.1/#group), or [`application`](https://www.w3.org/TR/wai-aria-1.1/#application)."
@ -4129,6 +4135,12 @@
{
"name": "aria-atomic",
"valueSet": "b",
"references": [
{
"name": "WAI-ARIA Reference",
"url": "https://www.w3.org/TR/wai-aria-1.1/#aria-atomic"
}
],
"description": {
"kind": "markdown",
"value": "Indicates whether [assistive technologies](https://www.w3.org/TR/wai-aria-1.1/#dfn-assistive-technology) will present all, or only parts of, the changed region based on the change notifications defined by the [`aria-relevant`](https://www.w3.org/TR/wai-aria-1.1/#aria-relevant) attribute."
@ -4137,6 +4149,12 @@
{
"name": "aria-autocomplete",
"valueSet": "autocomplete",
"references": [
{
"name": "WAI-ARIA Reference",
"url": "https://www.w3.org/TR/wai-aria-1.1/#aria-autocomplete"
}
],
"description": {
"kind": "markdown",
"value": "Indicates whether inputting text could trigger display of one or more predictions of the user's intended value for an input and specifies how predictions would be presented if they are made."
@ -4145,6 +4163,12 @@
{
"name": "aria-busy",
"valueSet": "b",
"references": [
{
"name": "WAI-ARIA Reference",
"url": "https://www.w3.org/TR/wai-aria-1.1/#aria-busy"
}
],
"description": {
"kind": "markdown",
"value": "Indicates an element is being modified and that assistive technologies _MAY_ want to wait until the modifications are complete before exposing them to the user."
@ -4153,6 +4177,12 @@
{
"name": "aria-checked",
"valueSet": "tristate",
"references": [
{
"name": "WAI-ARIA Reference",
"url": "https://www.w3.org/TR/wai-aria-1.1/#aria-checked"
}
],
"description": {
"kind": "markdown",
"value": "Indicates the current \"checked\" [state](https://www.w3.org/TR/wai-aria-1.1/#dfn-state) of checkboxes, radio buttons, and other [widgets](https://www.w3.org/TR/wai-aria-1.1/#dfn-widget). See related [`aria-pressed`](https://www.w3.org/TR/wai-aria-1.1/#aria-pressed) and [`aria-selected`](https://www.w3.org/TR/wai-aria-1.1/#aria-selected)."
@ -4160,6 +4190,12 @@
},
{
"name": "aria-colcount",
"references": [
{
"name": "WAI-ARIA Reference",
"url": "https://www.w3.org/TR/wai-aria-1.1/#aria-colcount"
}
],
"description": {
"kind": "markdown",
"value": "Defines the total number of columns in a [`table`](https://www.w3.org/TR/wai-aria-1.1/#table), [`grid`](https://www.w3.org/TR/wai-aria-1.1/#grid), or [`treegrid`](https://www.w3.org/TR/wai-aria-1.1/#treegrid). See related [`aria-colindex`](https://www.w3.org/TR/wai-aria-1.1/#aria-colindex)."
@ -4167,6 +4203,12 @@
},
{
"name": "aria-colindex",
"references": [
{
"name": "WAI-ARIA Reference",
"url": "https://www.w3.org/TR/wai-aria-1.1/#aria-colindex"
}
],
"description": {
"kind": "markdown",
"value": "Defines an [element's](https://www.w3.org/TR/wai-aria-1.1/#dfn-element) column index or position with respect to the total number of columns within a [`table`](https://www.w3.org/TR/wai-aria-1.1/#table), [`grid`](https://www.w3.org/TR/wai-aria-1.1/#grid), or [`treegrid`](https://www.w3.org/TR/wai-aria-1.1/#treegrid). See related [`aria-colcount`](https://www.w3.org/TR/wai-aria-1.1/#aria-colcount) and [`aria-colspan`](https://www.w3.org/TR/wai-aria-1.1/#aria-colspan)."
@ -4174,6 +4216,12 @@
},
{
"name": "aria-colspan",
"references": [
{
"name": "WAI-ARIA Reference",
"url": "https://www.w3.org/TR/wai-aria-1.1/#aria-colspan"
}
],
"description": {
"kind": "markdown",
"value": "Defines the number of columns spanned by a cell or gridcell within a [`table`](https://www.w3.org/TR/wai-aria-1.1/#table), [`grid`](https://www.w3.org/TR/wai-aria-1.1/#grid), or [`treegrid`](https://www.w3.org/TR/wai-aria-1.1/#treegrid). See related [`aria-colindex`](https://www.w3.org/TR/wai-aria-1.1/#aria-colindex) and [`aria-rowspan`](https://www.w3.org/TR/wai-aria-1.1/#aria-rowspan)."
@ -4181,6 +4229,12 @@
},
{
"name": "aria-controls",
"references": [
{
"name": "WAI-ARIA Reference",
"url": "https://www.w3.org/TR/wai-aria-1.1/#aria-controls"
}
],
"description": {
"kind": "markdown",
"value": "Identifies the [element](https://www.w3.org/TR/wai-aria-1.1/#dfn-element) (or elements) whose contents or presence are controlled by the current element. See related [`aria-owns`](https://www.w3.org/TR/wai-aria-1.1/#aria-owns)."
@ -4189,16 +4243,34 @@
{
"name": "aria-current",
"valueSet": "current",
"references": [
{
"name": "WAI-ARIA Reference",
"url": "https://www.w3.org/TR/wai-aria-1.1/#aria-current"
}
],
"description": {
"kind": "markdown",
"value": "Indicates the [element](https://www.w3.org/TR/wai-aria-1.1/#dfn-element) that represents the current item within a container or set of related elements."
}
},
{
"name": "aria-describedat"
"name": "aria-describedat",
"references": [
{
"name": "WAI-ARIA Reference",
"url": "https://www.w3.org/TR/wai-aria-1.1/#aria-describedat"
}
]
},
{
"name": "aria-describedby",
"references": [
{
"name": "WAI-ARIA Reference",
"url": "https://www.w3.org/TR/wai-aria-1.1/#aria-describedby"
}
],
"description": {
"kind": "markdown",
"value": "Identifies the [element](https://www.w3.org/TR/wai-aria-1.1/#dfn-element) (or elements) that describes the [object](https://www.w3.org/TR/wai-aria-1.1/#dfn-object). See related [`aria-labelledby`](https://www.w3.org/TR/wai-aria-1.1/#aria-labelledby)."
@ -4207,6 +4279,12 @@
{
"name": "aria-disabled",
"valueSet": "b",
"references": [
{
"name": "WAI-ARIA Reference",
"url": "https://www.w3.org/TR/wai-aria-1.1/#aria-disabled"
}
],
"description": {
"kind": "markdown",
"value": "Indicates that the [element](https://www.w3.org/TR/wai-aria-1.1/#dfn-element) is [perceivable](https://www.w3.org/TR/wai-aria-1.1/#dfn-perceivable) but disabled, so it is not editable or otherwise [operable](https://www.w3.org/TR/wai-aria-1.1/#dfn-operable). See related [`aria-hidden`](https://www.w3.org/TR/wai-aria-1.1/#aria-hidden) and [`aria-readonly`](https://www.w3.org/TR/wai-aria-1.1/#aria-readonly)."
@ -4215,6 +4293,12 @@
{
"name": "aria-dropeffect",
"valueSet": "dropeffect",
"references": [
{
"name": "WAI-ARIA Reference",
"url": "https://www.w3.org/TR/wai-aria-1.1/#aria-dropeffect"
}
],
"description": {
"kind": "markdown",
"value": "\\[Deprecated in ARIA 1.1\\] Indicates what functions can be performed when a dragged object is released on the drop target."
@ -4222,6 +4306,12 @@
},
{
"name": "aria-errormessage",
"references": [
{
"name": "WAI-ARIA Reference",
"url": "https://www.w3.org/TR/wai-aria-1.1/#aria-errormessage"
}
],
"description": {
"kind": "markdown",
"value": "Identifies the [element](https://www.w3.org/TR/wai-aria-1.1/#dfn-element) that provides an error message for the [object](https://www.w3.org/TR/wai-aria-1.1/#dfn-object). See related [`aria-invalid`](https://www.w3.org/TR/wai-aria-1.1/#aria-invalid) and [`aria-describedby`](https://www.w3.org/TR/wai-aria-1.1/#aria-describedby)."
@ -4230,6 +4320,12 @@
{
"name": "aria-expanded",
"valueSet": "u",
"references": [
{
"name": "WAI-ARIA Reference",
"url": "https://www.w3.org/TR/wai-aria-1.1/#aria-expanded"
}
],
"description": {
"kind": "markdown",
"value": "Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed."
@ -4237,6 +4333,12 @@
},
{
"name": "aria-flowto",
"references": [
{
"name": "WAI-ARIA Reference",
"url": "https://www.w3.org/TR/wai-aria-1.1/#aria-flowto"
}
],
"description": {
"kind": "markdown",
"value": "Identifies the next [element](https://www.w3.org/TR/wai-aria-1.1/#dfn-element) (or elements) in an alternate reading order of content which, at the user's discretion, allows assistive technology to override the general default of reading in document source order."
@ -4245,6 +4347,12 @@
{
"name": "aria-grabbed",
"valueSet": "u",
"references": [
{
"name": "WAI-ARIA Reference",
"url": "https://www.w3.org/TR/wai-aria-1.1/#aria-grabbed"
}
],
"description": {
"kind": "markdown",
"value": "\\[Deprecated in ARIA 1.1\\] Indicates an element's \"grabbed\" [state](https://www.w3.org/TR/wai-aria-1.1/#dfn-state) in a drag-and-drop operation."
@ -4253,6 +4361,12 @@
{
"name": "aria-haspopup",
"valueSet": "b",
"references": [
{
"name": "WAI-ARIA Reference",
"url": "https://www.w3.org/TR/wai-aria-1.1/#aria-haspopup"
}
],
"description": {
"kind": "markdown",
"value": "Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an [element](https://www.w3.org/TR/wai-aria-1.1/#dfn-element)."
@ -4261,6 +4375,12 @@
{
"name": "aria-hidden",
"valueSet": "b",
"references": [
{
"name": "WAI-ARIA Reference",
"url": "https://www.w3.org/TR/wai-aria-1.1/#aria-hidden"
}
],
"description": {
"kind": "markdown",
"value": "Indicates whether the [element](https://www.w3.org/TR/wai-aria-1.1/#dfn-element) is exposed to an accessibility API. See related [`aria-disabled`](https://www.w3.org/TR/wai-aria-1.1/#aria-disabled)."
@ -4269,16 +4389,34 @@
{
"name": "aria-invalid",
"valueSet": "invalid",
"references": [
{
"name": "WAI-ARIA Reference",
"url": "https://www.w3.org/TR/wai-aria-1.1/#aria-invalid"
}
],
"description": {
"kind": "markdown",
"value": "Indicates the entered value does not conform to the format expected by the application. See related [`aria-errormessage`](https://www.w3.org/TR/wai-aria-1.1/#aria-errormessage)."
}
},
{
"name": "aria-kbdshortcuts"
"name": "aria-kbdshortcuts",
"references": [
{
"name": "WAI-ARIA Reference",
"url": "https://www.w3.org/TR/wai-aria-1.1/#aria-kbdshortcuts"
}
]
},
{
"name": "aria-label",
"references": [
{
"name": "WAI-ARIA Reference",
"url": "https://www.w3.org/TR/wai-aria-1.1/#aria-label"
}
],
"description": {
"kind": "markdown",
"value": "Defines a string value that labels the current element. See related [`aria-labelledby`](https://www.w3.org/TR/wai-aria-1.1/#aria-labelledby)."
@ -4286,6 +4424,12 @@
},
{
"name": "aria-labelledby",
"references": [
{
"name": "WAI-ARIA Reference",
"url": "https://www.w3.org/TR/wai-aria-1.1/#aria-labelledby"
}
],
"description": {
"kind": "markdown",
"value": "Identifies the [element](https://www.w3.org/TR/wai-aria-1.1/#dfn-element) (or elements) that labels the current element. See related [`aria-describedby`](https://www.w3.org/TR/wai-aria-1.1/#aria-describedby)."
@ -4293,6 +4437,12 @@
},
{
"name": "aria-level",
"references": [
{
"name": "WAI-ARIA Reference",
"url": "https://www.w3.org/TR/wai-aria-1.1/#aria-level"
}
],
"description": {
"kind": "markdown",
"value": "Defines the hierarchical level of an [element](https://www.w3.org/TR/wai-aria-1.1/#dfn-element) within a structure."
@ -4301,6 +4451,12 @@
{
"name": "aria-live",
"valueSet": "live",
"references": [
{
"name": "WAI-ARIA Reference",
"url": "https://www.w3.org/TR/wai-aria-1.1/#aria-live"
}
],
"description": {
"kind": "markdown",
"value": "Indicates that an [element](https://www.w3.org/TR/wai-aria-1.1/#dfn-element) will be updated, and describes the types of updates the [user agents](https://www.w3.org/TR/wai-aria-1.1/#dfn-user-agent), [assistive technologies](https://www.w3.org/TR/wai-aria-1.1/#dfn-assistive-technology), and user can expect from the [live region](https://www.w3.org/TR/wai-aria-1.1/#dfn-live-region)."
@ -4309,6 +4465,12 @@
{
"name": "aria-modal",
"valueSet": "b",
"references": [
{
"name": "WAI-ARIA Reference",
"url": "https://www.w3.org/TR/wai-aria-1.1/#aria-modal"
}
],
"description": {
"kind": "markdown",
"value": "Indicates whether an [element](https://www.w3.org/TR/wai-aria-1.1/#dfn-element) is modal when displayed."
@ -4317,6 +4479,12 @@
{
"name": "aria-multiline",
"valueSet": "b",
"references": [
{
"name": "WAI-ARIA Reference",
"url": "https://www.w3.org/TR/wai-aria-1.1/#aria-multiline"
}
],
"description": {
"kind": "markdown",
"value": "Indicates whether a text box accepts multiple lines of input or only a single line."
@ -4325,6 +4493,12 @@
{
"name": "aria-multiselectable",
"valueSet": "b",
"references": [
{
"name": "WAI-ARIA Reference",
"url": "https://www.w3.org/TR/wai-aria-1.1/#aria-multiselectable"
}
],
"description": {
"kind": "markdown",
"value": "Indicates that the user may select more than one item from the current selectable descendants."
@ -4333,6 +4507,12 @@
{
"name": "aria-orientation",
"valueSet": "orientation",
"references": [
{
"name": "WAI-ARIA Reference",
"url": "https://www.w3.org/TR/wai-aria-1.1/#aria-orientation"
}
],
"description": {
"kind": "markdown",
"value": "Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous."
@ -4340,6 +4520,12 @@
},
{
"name": "aria-owns",
"references": [
{
"name": "WAI-ARIA Reference",
"url": "https://www.w3.org/TR/wai-aria-1.1/#aria-owns"
}
],
"description": {
"kind": "markdown",
"value": "Identifies an [element](https://www.w3.org/TR/wai-aria-1.1/#dfn-element) (or elements) in order to define a visual, functional, or contextual parent/child [relationship](https://www.w3.org/TR/wai-aria-1.1/#dfn-relationship) between DOM elements where the DOM hierarchy cannot be used to represent the relationship. See related [`aria-controls`](https://www.w3.org/TR/wai-aria-1.1/#aria-controls)."
@ -4347,6 +4533,12 @@
},
{
"name": "aria-placeholder",
"references": [
{
"name": "WAI-ARIA Reference",
"url": "https://www.w3.org/TR/wai-aria-1.1/#aria-placeholder"
}
],
"description": {
"kind": "markdown",
"value": "Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value. A hint could be a sample value or a brief description of the expected format."
@ -4354,6 +4546,12 @@
},
{
"name": "aria-posinset",
"references": [
{
"name": "WAI-ARIA Reference",
"url": "https://www.w3.org/TR/wai-aria-1.1/#aria-posinset"
}
],
"description": {
"kind": "markdown",
"value": "Defines an [element](https://www.w3.org/TR/wai-aria-1.1/#dfn-element)'s number or position in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. See related [`aria-setsize`](https://www.w3.org/TR/wai-aria-1.1/#aria-setsize)."
@ -4362,6 +4560,12 @@
{
"name": "aria-pressed",
"valueSet": "tristate",
"references": [
{
"name": "WAI-ARIA Reference",
"url": "https://www.w3.org/TR/wai-aria-1.1/#aria-pressed"
}
],
"description": {
"kind": "markdown",
"value": "Indicates the current \"pressed\" [state](https://www.w3.org/TR/wai-aria-1.1/#dfn-state) of toggle buttons. See related [`aria-checked`](https://www.w3.org/TR/wai-aria-1.1/#aria-checked) and [`aria-selected`](https://www.w3.org/TR/wai-aria-1.1/#aria-selected)."
@ -4370,6 +4574,12 @@
{
"name": "aria-readonly",
"valueSet": "b",
"references": [
{
"name": "WAI-ARIA Reference",
"url": "https://www.w3.org/TR/wai-aria-1.1/#aria-readonly"
}
],
"description": {
"kind": "markdown",
"value": "Indicates that the [element](https://www.w3.org/TR/wai-aria-1.1/#dfn-element) is not editable, but is otherwise [operable](https://www.w3.org/TR/wai-aria-1.1/#dfn-operable). See related [`aria-disabled`](https://www.w3.org/TR/wai-aria-1.1/#aria-disabled)."
@ -4378,6 +4588,12 @@
{
"name": "aria-relevant",
"valueSet": "relevant",
"references": [
{
"name": "WAI-ARIA Reference",
"url": "https://www.w3.org/TR/wai-aria-1.1/#aria-relevant"
}
],
"description": {
"kind": "markdown",
"value": "Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified. See related [`aria-atomic`](https://www.w3.org/TR/wai-aria-1.1/#aria-atomic)."
@ -4386,6 +4602,12 @@
{
"name": "aria-required",
"valueSet": "b",
"references": [
{
"name": "WAI-ARIA Reference",
"url": "https://www.w3.org/TR/wai-aria-1.1/#aria-required"
}
],
"description": {
"kind": "markdown",
"value": "Indicates that user input is required on the [element](https://www.w3.org/TR/wai-aria-1.1/#dfn-element) before a form may be submitted."
@ -4393,6 +4615,12 @@
},
{
"name": "aria-roledescription",
"references": [
{
"name": "WAI-ARIA Reference",
"url": "https://www.w3.org/TR/wai-aria-1.1/#aria-roledescription"
}
],
"description": {
"kind": "markdown",
"value": "Defines a human-readable, author-localized description for the [role](https://www.w3.org/TR/wai-aria-1.1/#dfn-role) of an [element](https://www.w3.org/TR/wai-aria-1.1/#dfn-element)."
@ -4400,6 +4628,12 @@
},
{
"name": "aria-rowcount",
"references": [
{
"name": "WAI-ARIA Reference",
"url": "https://www.w3.org/TR/wai-aria-1.1/#aria-rowcount"
}
],
"description": {
"kind": "markdown",
"value": "Defines the total number of rows in a [`table`](https://www.w3.org/TR/wai-aria-1.1/#table), [`grid`](https://www.w3.org/TR/wai-aria-1.1/#grid), or [`treegrid`](https://www.w3.org/TR/wai-aria-1.1/#treegrid). See related [`aria-rowindex`](https://www.w3.org/TR/wai-aria-1.1/#aria-rowindex)."
@ -4407,6 +4641,12 @@
},
{
"name": "aria-rowindex",
"references": [
{
"name": "WAI-ARIA Reference",
"url": "https://www.w3.org/TR/wai-aria-1.1/#aria-rowindex"
}
],
"description": {
"kind": "markdown",
"value": "Defines an [element's](https://www.w3.org/TR/wai-aria-1.1/#dfn-element) row index or position with respect to the total number of rows within a [`table`](https://www.w3.org/TR/wai-aria-1.1/#table), [`grid`](https://www.w3.org/TR/wai-aria-1.1/#grid), or [`treegrid`](https://www.w3.org/TR/wai-aria-1.1/#treegrid). See related [`aria-rowcount`](https://www.w3.org/TR/wai-aria-1.1/#aria-rowcount) and [`aria-rowspan`](https://www.w3.org/TR/wai-aria-1.1/#aria-rowspan)."
@ -4414,6 +4654,12 @@
},
{
"name": "aria-rowspan",
"references": [
{
"name": "WAI-ARIA Reference",
"url": "https://www.w3.org/TR/wai-aria-1.1/#aria-rowspan"
}
],
"description": {
"kind": "markdown",
"value": "Defines the number of rows spanned by a cell or gridcell within a [`table`](https://www.w3.org/TR/wai-aria-1.1/#table), [`grid`](https://www.w3.org/TR/wai-aria-1.1/#grid), or [`treegrid`](https://www.w3.org/TR/wai-aria-1.1/#treegrid). See related [`aria-rowindex`](https://www.w3.org/TR/wai-aria-1.1/#aria-rowindex) and [`aria-colspan`](https://www.w3.org/TR/wai-aria-1.1/#aria-colspan)."
@ -4422,6 +4668,12 @@
{
"name": "aria-selected",
"valueSet": "u",
"references": [
{
"name": "WAI-ARIA Reference",
"url": "https://www.w3.org/TR/wai-aria-1.1/#aria-selected"
}
],
"description": {
"kind": "markdown",
"value": "Indicates the current \"selected\" [state](https://www.w3.org/TR/wai-aria-1.1/#dfn-state) of various [widgets](https://www.w3.org/TR/wai-aria-1.1/#dfn-widget). See related [`aria-checked`](https://www.w3.org/TR/wai-aria-1.1/#aria-checked) and [`aria-pressed`](https://www.w3.org/TR/wai-aria-1.1/#aria-pressed)."
@ -4429,6 +4681,12 @@
},
{
"name": "aria-setsize",
"references": [
{
"name": "WAI-ARIA Reference",
"url": "https://www.w3.org/TR/wai-aria-1.1/#aria-setsize"
}
],
"description": {
"kind": "markdown",
"value": "Defines the number of items in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. See related [`aria-posinset`](https://www.w3.org/TR/wai-aria-1.1/#aria-posinset)."
@ -4437,6 +4695,12 @@
{
"name": "aria-sort",
"valueSet": "sort",
"references": [
{
"name": "WAI-ARIA Reference",
"url": "https://www.w3.org/TR/wai-aria-1.1/#aria-sort"
}
],
"description": {
"kind": "markdown",
"value": "Indicates if items in a table or grid are sorted in ascending or descending order."
@ -4444,6 +4708,12 @@
},
{
"name": "aria-valuemax",
"references": [
{
"name": "WAI-ARIA Reference",
"url": "https://www.w3.org/TR/wai-aria-1.1/#aria-valuemax"
}
],
"description": {
"kind": "markdown",
"value": "Defines the maximum allowed value for a range [widget](https://www.w3.org/TR/wai-aria-1.1/#dfn-widget)."
@ -4451,6 +4721,12 @@
},
{
"name": "aria-valuemin",
"references": [
{
"name": "WAI-ARIA Reference",
"url": "https://www.w3.org/TR/wai-aria-1.1/#aria-valuemin"
}
],
"description": {
"kind": "markdown",
"value": "Defines the minimum allowed value for a range [widget](https://www.w3.org/TR/wai-aria-1.1/#dfn-widget)."
@ -4458,6 +4734,12 @@
},
{
"name": "aria-valuenow",
"references": [
{
"name": "WAI-ARIA Reference",
"url": "https://www.w3.org/TR/wai-aria-1.1/#aria-valuenow"
}
],
"description": {
"kind": "markdown",
"value": "Defines the current value for a range [widget](https://www.w3.org/TR/wai-aria-1.1/#dfn-widget). See related [`aria-valuetext`](https://www.w3.org/TR/wai-aria-1.1/#aria-valuetext)."
@ -4465,6 +4747,12 @@
},
{
"name": "aria-valuetext",
"references": [
{
"name": "WAI-ARIA Reference",
"url": "https://www.w3.org/TR/wai-aria-1.1/#aria-valuetext"
}
],
"description": {
"kind": "markdown",
"value": "Defines the human readable text alternative of [`aria-valuenow`](https://www.w3.org/TR/wai-aria-1.1/#aria-valuenow) for a range [widget](https://www.w3.org/TR/wai-aria-1.1/#dfn-widget)."

Просмотреть файл

@ -141,7 +141,13 @@ const ariaMap = {}
ariaData.forEach(ad => {
ariaMap[ad.name] = {
...ad
...ad,
references: [
{
name: 'WAI-ARIA Reference',
url: `https://www.w3.org/TR/wai-aria-1.1/#${ad.name}`
}
]
}
})
ariaSpec.forEach(as => {