diff --git a/index.html b/index.html index ead4b3c60..096b0b432 100644 --- a/index.html +++ b/index.html @@ -662,9 +662,11 @@
alt
or title
attributes in HTML, with HTML title
attribute having the lowest precedence for specifying a text alternative.heading
as defined in the AccName computation algorithm for nameFrom: heading
. Although "heading" is allowed in addition to "author" in some roles, "heading" is used in content only if higher priority "author" features are not provided.Priority is defined by the accessible name and description computation algorithm. [[ACCNAME-1.2]]
Accessible Name and Description Computation is defined in the Accessible Name and Description specification.
A dialog is a descendant window of the primary window of a web application. For HTML pages, the primary application window is the entire web document, i.e., the body
element.
Dialogs are most often used to prompt the user to enter or respond to information. A dialog that is designed to interrupt workflow is usually modal. See related
Authors MUST provide an accessible name for a dialog, which can be done with the
Authors SHOULD ensure that all dialogs (both modal and non-modal) have at least one focusable descendant element. Authors SHOULD focus an element in the modal dialog when it is displayed, and authors SHOULD manage focus of modal dialogs.
In the description of this role, the term "web application" does not refer to the
A
A form can contain a mix of host language form controls, scripted controls, and hyperlinks. Authors are reminded to use native host language semantics to create form controls whenever possible. If the purpose of a form is to submit search criteria, authors SHOULD use the form
role.
Authors MUST give each element with role form
a brief label that describes the purpose of the form. Authors SHOULD reference a visible label with
If an author uses a script to submit a form based on a user action that would otherwise not trigger an onsubmit
event (for example, a form submission triggered by the user changing a form element's value), the author SHOULD provide the user with advance notification of the behavior.
Assistive technologies SHOULD enable users to quickly navigate to elements with role form
.
[=User agents=] SHOULD treat elements with role form
and an accessible name as navigational landmarks.
@@ -6879,7 +6895,6 @@
A
Authors SHOULD limit use of the region role to sections containing content with a purpose that is not accurately described by one of the other landmark roles, such as
Authors MUST give each element with role region a brief label that describes the purpose of the content in the region. Authors SHOULD reference a visible label with
Assistive technologies SHOULD enable users to quickly navigate to elements with role region
.
[=User agents=] SHOULD treat elements with role region
and an accessible name as navigational landmarks.
[=User agents=] MAY enable users to quickly navigate to elements with role region
.