Skip to content

Commit

Permalink
editorial: a few markup tweaks (#2081)
Browse files Browse the repository at this point in the history
SHA: 8e6d67e
Reason: push, by pkra

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
pkra and github-actions[bot] committed Dec 18, 2023
1 parent 9133709 commit 87de5d0
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@



<meta name="revision" content="b5a3d7fc1515ced2011408743040e1f416fd9a53">
<meta name="revision" content="8e6d67e565c5efd90a0f2a18de1d79126eee37d9">
<meta name="description" content="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].">
<style>
.hljs{display:block;overflow-x:auto;padding:.5em;color:#383a42;background:#fafafa}
Expand Down Expand Up @@ -310,16 +310,16 @@
}
},
"lint": false,
"gitRevision": "b5a3d7fc1515ced2011408743040e1f416fd9a53",
"publishISODate": "2023-12-13T00:00:00.000Z",
"generatedSubtitle": "W3C Editor's Draft 13 December 2023"
"gitRevision": "8e6d67e565c5efd90a0f2a18de1d79126eee37d9",
"publishISODate": "2023-12-18T00:00:00.000Z",
"generatedSubtitle": "W3C Editor's Draft 18 December 2023"
}</script>
<link rel="stylesheet" href="https://www.w3.org/StyleSheets/TR/2021/W3C-ED"></head>
<body class="h-entry" data-cite="dom accname-1.2 core-aam-1.2 infra HTML"><div class="head">
<p class="logos"><a class="logo" href="https://www.w3.org/"><img crossorigin="" alt="W3C" height="48" src="https://www.w3.org/StyleSheets/TR/2021/logos/W3C" width="72">
</a></p>
<h1 id="title" class="title">Accessible Rich Internet Applications (WAI-ARIA) 1.3</h1>
<p id="w3c-state"><a href="https://www.w3.org/standards/types#ED">W3C Editor's Draft</a> <time class="dt-published" datetime="2023-12-13">13 December 2023</time></p>
<p id="w3c-state"><a href="https://www.w3.org/standards/types#ED">W3C Editor's Draft</a> <time class="dt-published" datetime="2023-12-18">18 December 2023</time></p>
<details open="">
<summary>More details about this document</summary>
<dl>
Expand Down Expand Up @@ -577,9 +577,9 @@ <h1 id="title" class="title">Accessible Rich Internet Applications (WAI-ARIA) 1.
</dd>
<dt><dfn data-dfn-for="element" data-export="" id="dfn-hidden" tabindex="0" aria-haspopup="dialog" data-dfn-type="dfn">Hidden</dfn></dt>
<dd>
<p>Indicates that the <a data-type="dfn" href="https://dom.spec.whatwg.org/#concept-element">element</a> is excluded from the accessibility tree and therefore not exposed to accessibility <abbr title="Application Programing Interfaces">APIs</abbr>.</p><p>
</p><p>Related: <a href="#tree_exclusion">Excluding Elements in the Accessibility Tree</a>, <a data-link-type="dfn|abstract-op" href="#dfn-hide-from-all-users" class="internalDFN" id="ref-for-dfn-hide-from-all-users-1">hidden from all users</a>, <a href="#aria-hidden" class="state-reference"><code>aria-hidden</code></a>.</p><p>
</p></dd><dt><dfn data-dfn-for="element" data-lt="hide from all users|Hidden From All Users" data-export="" id="dfn-hide-from-all-users" tabindex="0" aria-haspopup="dialog" data-dfn-type="dfn">Hidden From All Users</dfn></dt>
<p>Indicates that the <a data-type="dfn" href="https://dom.spec.whatwg.org/#concept-element">element</a> is excluded from the accessibility tree and therefore not exposed to accessibility <abbr title="Application Programing Interfaces">APIs</abbr>.</p>
<p>Related: <a href="#tree_exclusion">Excluding Elements in the Accessibility Tree</a>, <a data-link-type="dfn|abstract-op" href="#dfn-hide-from-all-users" class="internalDFN" id="ref-for-dfn-hide-from-all-users-1">hidden from all users</a>, <a href="#aria-hidden" class="state-reference"><code>aria-hidden</code></a>.</p>
</dd><dt><dfn data-dfn-for="element" data-lt="hide from all users|Hidden From All Users" data-export="" id="dfn-hide-from-all-users" tabindex="0" aria-haspopup="dialog" data-dfn-type="dfn">Hidden From All Users</dfn></dt>
<dd>
<p>Indicates that the <a data-type="dfn" href="https://dom.spec.whatwg.org/#concept-element">element</a> is not visible, <a href="#dfn-perceivable" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-perceivable-3">perceivable</a>, or interactive to <em>any</em> user. Note that an <a data-type="dfn" href="https://dom.spec.whatwg.org/#concept-element">element</a> can be <a data-link-type="dfn|abstract-op" href="#dfn-hidden" class="internalDFN" id="ref-for-dfn-hidden-1">hidden</a> but not <a data-link-type="dfn|abstract-op" href="#dfn-hide-from-all-users" class="internalDFN" id="ref-for-dfn-hide-from-all-users-2">hidden from all users</a> by using <code>aria-hidden</code>.</p>
<p>Related: <a href="#tree_exclusion">Excluding Elements in the Accessibility Tree</a>, <a data-link-type="dfn|abstract-op" href="#dfn-hidden" class="internalDFN" id="ref-for-dfn-hidden-2">hidden</a>, <a href="#aria-hidden" class="state-reference"><code>aria-hidden</code></a>.</p><p>
Expand Down Expand Up @@ -885,37 +885,37 @@ <h1 id="title" class="title">Accessible Rich Internet Applications (WAI-ARIA) 1.
<div class="note" role="note" id="issue-container-generatedID-6"><div role="heading" class="note-title marker" id="h-note-6" aria-level="5"><span>Note</span></div><p class="">An element with the appropriate <a href="#implicit_semantics">implicit <abbr title="Accessible Rich Internet Application">WAI-ARIA</abbr> semantic</a> fulfills this requirement.</p></div>
<div class="note" role="note" id="issue-container-generatedID-7"><div role="heading" class="note-title marker" id="h-note-7" aria-level="5"><span>Note</span></div><p class="">
Examples of valid ways to mark up allowed accessibility child roles include:
</p></div><ol>
<li>Direct <abbr title="Document Object Model">DOM</abbr> child:
</p></div>
<ol>
<li>Direct <abbr title="Document Object Model">DOM</abbr> child:

<pre aria-busy="false"><code class="hljs xml"><span class="hljs-tag">&lt;<span class="hljs-name">div</span> <span class="hljs-attr">role</span>=<span class="hljs-string">"listbox"</span>&gt;</span>
<span class="hljs-tag">&lt;<span class="hljs-name">div</span> <span class="hljs-attr">role</span>=<span class="hljs-string">"option"</span>&gt;</span>option text<span class="hljs-tag">&lt;/<span class="hljs-name">div</span>&gt;</span>
<span class="hljs-tag">&lt;/<span class="hljs-name">div</span>&gt;</span></code></pre>
</li>
<li><abbr title="Document Object Model">DOM</abbr> child with generics intervening:
</li>
<li><abbr title="Document Object Model">DOM</abbr> child with generics intervening:

<pre aria-busy="false"><code class="hljs xml"><span class="hljs-tag">&lt;<span class="hljs-name">div</span> <span class="hljs-attr">role</span>=<span class="hljs-string">"listbox"</span>&gt;</span>
<span class="hljs-tag">&lt;<span class="hljs-name">div</span>&gt;</span>
<span class="hljs-tag">&lt;<span class="hljs-name">div</span> <span class="hljs-attr">role</span>=<span class="hljs-string">"option"</span>&gt;</span>option text<span class="hljs-tag">&lt;/<span class="hljs-name">div</span>&gt;</span>
<span class="hljs-tag">&lt;/<span class="hljs-name">div</span>&gt;</span>
<span class="hljs-tag">&lt;/<span class="hljs-name">div</span>&gt;</span></code></pre>
</li>
<li>Direct <code>aria-owns</code> relationship:
</li>
<li>Direct <code>aria-owns</code> relationship:

<pre aria-busy="false"><code class="hljs xml"><span class="hljs-tag">&lt;<span class="hljs-name">div</span> <span class="hljs-attr">role</span>=<span class="hljs-string">"listbox"</span> <span class="hljs-attr">aria-owns</span>=<span class="hljs-string">"id1"</span>&gt;</span><span class="hljs-tag">&lt;/<span class="hljs-name">div</span>&gt;</span>
<span class="hljs-tag">&lt;<span class="hljs-name">div</span> <span class="hljs-attr">role</span>=<span class="hljs-string">"option"</span> <span class="hljs-attr">id</span>=<span class="hljs-string">"id1"</span>&gt;</span>option text<span class="hljs-tag">&lt;/<span class="hljs-name">div</span>&gt;</span></code></pre>
</li>
<li><code>aria-owns</code> relationship with generics intervening:
</li>
<li><code>aria-owns</code> relationship with generics intervening:

<pre aria-busy="false"><code class="hljs xml"><span class="hljs-tag">&lt;<span class="hljs-name">div</span> <span class="hljs-attr">role</span>=<span class="hljs-string">"listbox"</span> <span class="hljs-attr">aria-owns</span>=<span class="hljs-string">"id1"</span>&gt;</span><span class="hljs-tag">&lt;/<span class="hljs-name">div</span>&gt;</span>
<span class="hljs-tag">&lt;<span class="hljs-name">div</span> <span class="hljs-attr">id</span>=<span class="hljs-string">"id1"</span>&gt;</span>
<span class="hljs-tag">&lt;<span class="hljs-name">div</span>&gt;</span>
<span class="hljs-tag">&lt;<span class="hljs-name">div</span> <span class="hljs-attr">role</span>=<span class="hljs-string">"option"</span>&gt;</span>option text<span class="hljs-tag">&lt;/<span class="hljs-name">div</span>&gt;</span>
<span class="hljs-tag">&lt;/<span class="hljs-name">div</span>&gt;</span>
<span class="hljs-tag">&lt;/<span class="hljs-name">div</span>&gt;</span></code></pre>
</li>
</ol>
<p></p>
</li>
</ol>
</section>
<section id="scope"><div class="header-wrapper"><h4 id="x5-2-7-required-accessibility-parent-role"><bdi class="secno">5.2.7 </bdi>Required Accessibility Parent Role</h4><a class="self-link" href="#scope" aria-label="Permalink for Section 5.2.7"></a></div>

Expand Down Expand Up @@ -14493,8 +14493,8 @@ <h4><span class="property-name" title="aria-valuetext" aria-describedby="desc-ar
<p>Interfaces that include <code>ARIAMixin</code> must provide the following algorithms:</p>

<ul>
<li><dfn id="dfn-ariamixin-getter-steps" tabindex="0" aria-haspopup="dialog" data-dfn-type="dfn"><code>ARIAMixin</code> getter steps</dfn>, which take the host interface instance, IDL attribute name, and content attribute name, and must return a string value; and
</li><li><dfn id="dfn-ariamixin-setter-steps" tabindex="0" aria-haspopup="dialog" data-dfn-type="dfn"><code>ARIAMixin</code> setter steps</dfn>, which take the host interface instance, IDL attribute name, content attribute name, and string value, and must return nothing.</li>
<li><dfn id="dfn-ariamixin-getter-steps" tabindex="0" aria-haspopup="dialog" data-dfn-type="dfn"><code>ARIAMixin</code> getter steps</dfn>, which take the host interface instance, IDL attribute name, and content attribute name, and must return a string value; and</li>
<li><dfn id="dfn-ariamixin-setter-steps" tabindex="0" aria-haspopup="dialog" data-dfn-type="dfn"><code>ARIAMixin</code> setter steps</dfn>, which take the host interface instance, IDL attribute name, content attribute name, and string value, and must return nothing.</li>
</ul>

<p>For every IDL attribute <var>idlAttribute</var> defined in <code>ARIAMixin</code>, on getting, it must perform the following steps:</p>
Expand Down

0 comments on commit 87de5d0

Please sign in to comment.