Skip to content

Commit

Permalink
Includes relevant changes from #2102 (#2120)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-montalvo authored Feb 7, 2024
1 parent f5d2c81 commit c891215
Showing 1 changed file with 21 additions and 20 deletions.
41 changes: 21 additions & 20 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
specStatus: "ED",
//crEnd: "2012-04-30",
//perEnd: "2013-07-23",
//publishDate: "2013-08-22",
//publishDate: "2024-01-23",

// the specifications short name, as in https://www.w3.org/TR/short-name/
shortName: "wai-aria-1.2",
shortName: "wai-aria-1.3",

// if you wish the publication date to be other than today, set this
//publishDate: "2014-12-11",
Expand All @@ -28,7 +28,7 @@
// and its maturity status
//previousPublishDate: "2014-06-12",
//previousMaturity: "WD",
prevRecURI: "https://www.w3.org/TR/wai-aria-1.2/",
prevRecURI: "https://www.w3.org/TR/wai-aria/",
//previousDiffURI: "https://www.w3.org/TR/2014/REC-wai-aria-20140320/",

// if there a publicly available Editors Draft, this is the link
Expand Down Expand Up @@ -57,7 +57,7 @@
{
name: "Michael Cooper",
company: "W3C",
companyURL: "http://www.w3.org",
companyURL: "https://www.w3.org",
w3cid: 34017,
note: "Editor until 2023"
},
Expand All @@ -71,14 +71,14 @@
{
name: "Shane McCarron",
company: "Spec-Ops",
companyURL: "https://www.spec-ops.io",
// companyURL: "https://www.spec-ops.io",
w3cid: 89030,
note: "Editor until 2018"
},
{
name: "Richard Schwerdtfeger",
company: "Knowbility",
companyURL: "https://www.knowbility.org/",
companyURL: "https://knowbility.org/",
w3cid: 2460,
note: "Editor until October 2017"
},
Expand Down Expand Up @@ -116,10 +116,11 @@

// Spec URLs
ariaSpecURLs: {
"ED": "",
"WD" : "",
"CR": "",
"REC": ""
"ED": "https://w3c.github.io/aria/",
"FPWD": "https://www.w3.org/TR/wai-aria-1.3/",
"WD": "https://www.w3.org/TR/wai-aria-1.3/",
"CR": "https://www.w3.org/TR/wai-aria-1.3/",
"REC": "https://www.w3.org/TR/wai-aria-1.3/",
},
accNameURLs: {
"ED": "https://w3c.github.io/accname/",
Expand All @@ -136,11 +137,11 @@
"REC": "https://www.w3.org/TR/core-aam-1.2/"
},
practicesURLs: {
"ED": "https://w3c.github.io/aria-practices/",
"WD" : "https://www.w3.org/TR/wai-aria-practices-1.2/",
"FPWD": "https://www.w3.org/TR/wai-aria-practices-1.2/",
"CR": "https://www.w3.org/TR/wai-aria-practices-1.2/",
"REC": "https://www.w3.org/TR/wai-aria-practices-1.2/"
"ED": "https://www.w3.org/WAI/ARIA/apg/",
"WD" : "https://www.w3.org/WAI/ARIA/apg/",
"FPWD": "https://www.w3.org/WAI/ARIA/apg/",
"CR": "https://www.w3.org/WAI/ARIA/apg/",
"REC": "https://www.w3.org/WAI/ARIA/apg/"
},

preProcess: [ linkCrossReferences ],
Expand All @@ -163,10 +164,10 @@
<body>
<section id="abstract">
<p>Accessibility of web content requires semantic information about widgets, structures, and behaviors, in order to allow assistive technologies to convey appropriate information to persons with disabilities. This specification provides an ontology of roles, states, and properties that define accessible user interface elements and can be used to improve the accessibility and interoperability of web content and applications. These semantics are designed to allow an author to properly convey user interface behaviors and structural information to assistive technologies in document-level markup. This version adds features new since WAI-ARIA 1.1 [[wai-aria-1.1]] to improve interoperability with assistive technologies to form a more consistent accessibility model for [[HTML]] and [[SVG2]]. This specification complements both [[HTML]] and [[SVG2]].</p>
<p>This document is part of the <abbr title="Accessible Rich Internet Applications">WAI-ARIA</abbr> suite described in the <a href="http://www.w3.org/WAI/intro/aria.php"><abbr title="Accessible Rich Internet Applications">WAI-ARIA</abbr> Overview</a>.</p>
<p>This document is part of the <abbr title="Accessible Rich Internet Applications">WAI-ARIA</abbr> suite described in the <a href="https://www.w3.org/WAI/standards-guidelines/aria/"><abbr title="Accessible Rich Internet Applications">WAI-ARIA</abbr> Overview</a>.</p>
</section>
<section id="sotd">
<p>The Accessible Rich Internet Applications Working Group seeks feedback on any aspect of the specification. When submitting feedback, please consider issues in the context of the companion documents. To comment, <a href="https://github.com/w3c/aria/issues/new">file an issue in the <abbr title="World Wide Web Consortium">W3C</abbr> ARIA GitHub repository</a>. If this is not feasible, send email to <a href="mailto:[email protected]?subject=Comment%20on%20WAI-ARIA%201.2">[email protected]</a> (<a href="http://lists.w3.org/Archives/Public/public-aria/">comment archive</a>). In-progress updates to the document can be viewed in the <a href="http://w3c.github.io/aria/">publicly visible editors' draft</a>.</p>
<p>The Accessible Rich Internet Applications Working Group seeks feedback on any aspect of the specification. When submitting feedback, please consider issues in the context of the companion documents. To comment, <a href="https://github.com/w3c/aria/issues/new">file an issue in the <abbr title="World Wide Web Consortium">W3C</abbr> ARIA GitHub repository</a>. If this is not feasible, send email to <a href="mailto:[email protected]?subject=Comment%20on%20WAI-ARIA%201.2">[email protected]</a> (<a href="http://lists.w3.org/Archives/Public/public-aria/">comment archive</a>). In-progress updates to the document can be viewed in the <a href="https://w3c.github.io/aria/">publicly visible editors' draft</a>.</p>
</section>
<section class="informative" id="introduction">
<h1>Introduction</h1>
Expand Down Expand Up @@ -267,8 +268,8 @@ <h1>Important Terms</h1>
<dl class="termlist">
<dt><dfn data-export="">Accessibility <abbr title="Application Programming Interface">API</abbr></dfn></dt>
<dd>
<p>Operating systems and other platforms provide a set of interfaces that expose information about <a class="termref">objects</a> and <a class="termref">events</a> to <a>assistive technologies</a>. Assistive technologies use these interfaces to get information about and interact with those <a class="termref">widgets</a>. Examples of accessibility APIs are <a href="https://docs.microsoft.com/en-us/windows/win32/winauto/microsoft-active-accessibility">Microsoft Active Accessibility</a> [[MSAA]], <a href="https://docs.microsoft.com/en-us/windows/win32/winauto/entry-uiauto-win32">Microsoft User Interface Automation</a> [[UI-AUTOMATION]], <abbr title="Microsoft Active Accessibility">MSAA</abbr> with <cite><a href="https://docs.microsoft.com/en-us/windows/win32/winauto/iaccessibleex"><abbr title="User Interface Automation">UIA</abbr> Express</a></cite> [[UIA-EXPRESS]], the
<a href="https://developer.apple.com/documentation/appkit/nsaccessibility">Mac <abbr title="OS Ten">OS X</abbr> Accessibility Protocol</a> [[AXAPI]], the <cite><a href="https://developer.gnome.org/atk/unstable/">Linux/Unix Accessibility Toolkit</a></cite> [[ATK]] and <cite><a href="https://developer.gnome.org/libatspi/stable/">Assistive Technology Service Provider Interface</a></cite> [[AT-SPI]], and <a href="https://wiki.linuxfoundation.org/accessibility/iaccessible2/start">IAccessible2</a> [[IAccessible2]].</p>
<p>Operating systems and other platforms provide a set of interfaces that expose information about <a class="termref">objects</a> and <a class="termref">events</a> to <a>assistive technologies</a>. Assistive technologies use these interfaces to get information about and interact with those <a class="termref">widgets</a>. Examples of accessibility APIs are <a href="https://docs.microsoft.com/en-us/windows/win32/winauto/microsoft-active-accessibility">Microsoft Active Accessibility</a> [[MSAA]], <a href="https://learn.microsoft.com/en-us/windows/win32/winauto/entry-uiauto-win32">Microsoft User Interface Automation</a> [[UI-AUTOMATION]], <abbr title="Microsoft Active Accessibility">MSAA</abbr> with <cite><a href="https://learn.microsoft.com/en-us/windows/win32/winauto/iaccessibleex"><abbr title="User Interface Automation">UIA</abbr> Express</a></cite> [[UIA-EXPRESS]], the
<a href="https://developer.apple.com/documentation/appkit/nsaccessibility">Mac <abbr title="OS Ten">OS X</abbr> Accessibility Protocol</a> [[AXAPI]], the <cite><a href="https://gnome.pages.gitlab.gnome.org/atk/">Linux/Unix Accessibility Toolkit</a></cite> [[ATK]] and <cite><a href="https://gnome.pages.gitlab.gnome.org/at-spi2-core/libatspi/">Assistive Technology Service Provider Interface</a></cite> [[AT-SPI]], and <a href="https://wiki.linuxfoundation.org/accessibility/iaccessible2/start">IAccessible2</a> [[IAccessible2]].</p>
</dd>
<dt><dfn data-export="">Accessible object</dfn></dt>
<dd>
Expand Down Expand Up @@ -505,7 +506,7 @@ <h3>Information for Authors</h3>
This is often a more convenient way of providing keyboard navigation within widgets, such as a <rref>listbox</rref>, where the widget occupies only one stop in the page <kbd>Tab</kbd> sequence and other keys, typically arrow keys, are used to focus elements inside the widget.
</p>
<p>Typically, the author will use host language <a>semantics</a> to put the widget in the <kbd>Tab</kbd> sequence (e.g., <code>tabindex="0"</code> in HTML) and <code>aria-activedescendant</code> to point to the ID of the currently active descendant. The author, not the user agent, is responsible for styling the currently active descendant to show it has keyboard focus. The author cannot use <code>:<span class="css-selector">focus</span></code> to style the currently active descendant since the actual focus is on the container.</p>
<p>More information on managing focus can be found in the <a href="#keyboard" class="practices">Developing a Keyboard Interface</a> section of the <cite><abbr title="Accessible Rich Internet Applications">WAI-ARIA</abbr> Authoring Practices</cite>.</p>
<p>More information on managing focus can be found in the <a href="practices/keyboard-interface" class="practices">Developing a Keyboard Interface</a> section of the <cite><abbr title="Accessible Rich Internet Applications">WAI-ARIA</abbr> Authoring Practices</cite>.</p>
</section>
<section id="managingfocus_useragents">
<h3>Information for User Agents</h3>
Expand Down

0 comments on commit c891215

Please sign in to comment.