diff --git a/index.html b/index.html index 26e2787b..3670d998 100644 --- a/index.html +++ b/index.html @@ -16307,6 +16307,10 @@

`wrap`

Accessible Name and Description Computation

The terms accessible name and accessible description are properties provided in all accessibility APIs. The name of the properties may differ across APIs but they serve the same function: as a container for a short (name) or longer (description) string of text.

The text alternative computation is used to generate both the accessible name and accessible description. There are different rules provided for several different types of elements, nodes, and combinations of markup.

+

+ User Agents can inform assistive technology if an element's accessible name, description, or both dynamically updates per the specified + name change event mappings and description change event mappings. +

Accessible Name Computations By HTML Element

@@ -16607,7 +16611,6 @@

Accessible Description Computation

-