diff --git a/common/script/aria.js b/common/script/aria.js index b0d6cf3a2..871e74df4 100644 --- a/common/script/aria.js +++ b/common/script/aria.js @@ -267,6 +267,7 @@ require(["core/pubsubhub"], function( respecEvents ) { var fromContent = ""; var fromEncapsulation = ""; var fromLegend = ""; + var fromHeading = ""; var fromProhibited = ""; $.each(document.querySelectorAll("rdef"), function(i,item) { @@ -363,7 +364,10 @@ require(["core/pubsubhub"], function( respecEvents ) { } if (node.textContent.indexOf("legend") !== -1) { fromLegend += "
" + content + "
" + req + "" + content + "
" + req + "alt
or title
attributes in HTML, with HTML title
attribute having the lowest precedence for specifying a text alternative.label
that is the closest ancestor. Although "encapsulation" may be allowed in addition to "author" and "contents" in some roles, "encapsulation" is used only if higher priority "author" features are not provided. Priority is defined by the accessible name and description computation algorithm. [[ACCNAME-1.1]]legend
. Although "legend" may be allowed in addition to "author" in some roles, "legend" 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.1]]heading
. Although "heading" may be 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.1]]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 SHOULD provide a dialog label, 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 perceivable
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
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
Authors MUST give each element with a region role a brief label that describes the purpose of the region. For host languages that support elements with the default role of region (e.g., HTML section
), authors would need to specify an explicit role="region"
on the element to enable the nameFrom: heading technique.
Assistive technologies SHOULD enable users to quickly navigate to elements with role region. Mainstream user agents MAY enable users to quickly navigate to elements with role region.
Name From: | -author | +
+
|
---|---|---|
Accessible Name Required: |