Skip to content

Commit

Permalink
removed references to <range> (w3c#1652)
Browse files Browse the repository at this point in the history
SHA: 1e0383a
Reason: push, by @pkra

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
estelle and github-actions[bot] committed Dec 6, 2021
1 parent 7c11034 commit 3f1eeed
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions index.html
Expand Up @@ -172,7 +172,7 @@
"name": "Accessible Rich Internet Applications (WAI-ARIA) 1.3",
"inLanguage": "en-US",
"license": "https://www.w3.org/Consortium/Legal/2015/doc-license",
"datePublished": "2021-12-03",
"datePublished": "2021-12-06",
"copyrightHolder": {
"name": "World Wide Web Consortium",
"url": "https://www.w3.org/"
Expand Down Expand Up @@ -872,15 +872,15 @@
"aliasOf": "WAI-ARIA-1.1"
}
},
"publishISODate": "2021-12-03T00:00:00.000Z",
"generatedSubtitle": "Editor's Draft 03 December 2021"
"publishISODate": "2021-12-06T00:00:00.000Z",
"generatedSubtitle": "Editor's Draft 06 December 2021"
}</script>
<link rel="stylesheet" href="https://www.w3.org/StyleSheets/TR/2021/W3C-ED"></head>
<body class="h-entry" data-cite="WEBIDL core-aam-1.2 accname wai-aria"><div class="head">
<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> <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="2021-12-03">03 December 2021</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="2021-12-06">06 December 2021</time></p>
<details open="">
<summary>More details about this document</summary>
<dl>
Expand Down Expand Up @@ -12197,7 +12197,7 @@ <h4><span class="state-name" title="aria-current" aria-describedby="desc-aria-cu
<h4><span class="property-name" title="aria-describedby" aria-describedby="desc-aria-describedby"><code>aria-describedby</code> <span class="type-indicator">property</span></span></h4>
<div class="property-description" id="desc-aria-describedby" role="definition">
<p><a href="#dfn-identifies" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-identifies-5">Identifies</a> the <a href="#dfn-element" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-element-90">element</a> (or elements) that describes the <a href="#dfn-object" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-object-21">object</a>. See related <a href="#aria-labelledby" class="property-reference"><code>aria-labelledby</code></a> and <a href="#aria-description" class="property-reference"><code>aria-description</code></a>.</p>
<p>The <a href="#aria-labelledby" class="property-reference"><code>aria-labelledby</code></a> attribute is similar to <a href="#aria-describedby" class="property-reference"><code>aria-describedby</code></a> in that both reference other elements to calculate a text alternative, but a label should be concise, where a description is intended to provide more verbose information.</p>
<p>The <a href="#aria-labelledby" class="property-reference"><code>aria-labelledby</code></a> attribute is similar to <a href="#aria-describedby" class="property-reference"><code>aria-describedby</code></a> in that both reference other elements to calculate a text alternative (an accessible name, and description, respectively). While a concise accessible name is preferable, a description can either be concise, or provide more verbose information.</p>

<p>The element or elements referenced by the aria-describedby comprise the entire description. Include ID references to multiple elements if necessary, or enclose a set of elements (e.g., paragraphs) with the element referenced by the ID.</p>
</div>
Expand Down Expand Up @@ -12236,7 +12236,7 @@ <h4><span class="property-name" title="aria-describedby" aria-describedby="desc-
<h4><span class="property-name" title="aria-description" aria-describedby="desc-aria-description"><code>aria-description</code> <span class="type-indicator">property</span></span></h4>
<div class="property-description" id="desc-aria-description" role="definition">
<p><a href="#dfn-defines" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-defines-9">Defines</a> a string value that describes or annotates the current element. See related <a href="#aria-describedby" class="property-reference"><code>aria-describedby</code></a>.</p>
<p>The <a href="#aria-description" class="property-reference"><code>aria-description</code></a> attribute is similar to <a href="#aria-label" class="property-reference"><code>aria-label</code></a> in that both provide a flat string to associate with the element, but a label should be concise, whereas a description is intended to provide more verbose information.</p>
<p>The <a href="#aria-description" class="property-reference"><code>aria-description</code></a> attribute is similar to <a href="#aria-label" class="property-reference"><code>aria-label</code></a> in that both provide a flat string to associate with the element (an accessible description, and name, respectively). Unlike an accessible name, which is generally preferred to be concise, a description can provide more verbose information, as necessary.</p>
<p>The purpose of <a href="#aria-description" class="property-reference"><code>aria-description</code></a> is the same as that of <a href="#aria-describedby" class="property-reference"><code>aria-describedby</code></a>. It provides the user with additional descriptive text for the object. The most common <a href="#dfn-accessibility-api" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-accessibility-api-26">accessibility <abbr title="Application Programing Interfaces">API</abbr></a> mapping for a description is the <a href="#dfn-accessible-description" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-accessible-description-3">accessible description</a> property. User agents <em class="rfc2119">MUST</em> give precedence to <a href="#aria-describedby" class="property-reference"><code>aria-describedby</code></a> over <a href="#aria-description" class="property-reference"><code>aria-description</code></a> when computing the accessible description property.</p>
<p>In cases where providing a visible description is not the desired user experience, authors <em class="rfc2119">MAY</em> set the accessible description of the element using <a href="#aria-description" class="property-reference"><code>aria-description</code></a>. However, if the description text is available in the <abbr title="Document Object Model">DOM</abbr>, authors <em class="rfc2119">SHOULD NOT</em> use <a href="#aria-description" class="property-reference"><code>aria-description</code></a>, but should use one of the following instead:</p>
<ul>
Expand Down Expand Up @@ -13054,7 +13054,7 @@ <h4><span class="property-name" title="aria-labelledby" aria-describedby="desc-a
<p><a href="#dfn-identifies" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-identifies-9">Identifies</a> the <a href="#dfn-element" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-element-100">element</a> (or elements) that labels the current element. See related <a href="#aria-label" class="property-reference"><code>aria-label</code></a> and <a href="#aria-describedby" class="property-reference"><code>aria-describedby</code></a>.</p>
<p>The purpose of <a href="#aria-labelledby" class="property-reference"><code>aria-labelledby</code></a> is the same as that of <a href="#aria-label" class="property-reference"><code>aria-label</code></a>. It provides the user with a recognizable name of the object. The most common <a href="#dfn-accessibility-api" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-accessibility-api-29">accessibility <abbr title="Application Programing Interfaces">API</abbr></a> mapping for a label is the <a href="#dfn-accessible-name" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-accessible-name-4">accessible name</a> property.</p>
<p>If the interface is such that it is not possible to have a visible label on the screen, authors <em class="rfc2119">SHOULD</em> use <a href="#aria-label" class="property-reference"><code>aria-label</code></a> and <em class="rfc2119">SHOULD NOT</em> use <a href="#aria-labelledby" class="property-reference"><code>aria-labelledby</code></a>. As required by the <a href="#textalternativecomputation">accessible name and description computation</a>, user agents give precedence to <a href="#aria-labelledby" class="property-reference"><code>aria-labelledby</code></a> over <a href="#aria-label" class="property-reference"><code>aria-label</code></a> when computing the accessible name property.</p>
<p>The <a href="#aria-labelledby" class="property-reference"><code>aria-labelledby</code></a> attribute is similar to <a href="#aria-describedby" class="property-reference"><code>aria-describedby</code></a> in that both reference other elements to calculate a text alternative, but a label should be concise, where a description is intended to provide more verbose information.</p>
<p>The <a href="#aria-labelledby" class="property-reference"><code>aria-labelledby</code></a> attribute is similar to <a href="#aria-describedby" class="property-reference"><code>aria-describedby</code></a> in that both reference other elements to calculate a text alternative (an accessible name, and description, respectively). While a concise accessible name is preferable, a description can either be concise, or provide more verbose information.</p>

<div class="note" role="note" id="issue-container-generatedID-54"><div role="heading" class="note-title marker" id="h-note-54" aria-level="4"><span>Note</span></div><p class="">The expected spelling of this property in <abbr title="United States">U.S.</abbr> English is "labeledby." However, the <a href="#dfn-accessibility-api" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-accessibility-api-30">accessibility <abbr title="Application Programing Interfaces">API</abbr></a> features to which this property is mapped have established the "labelledby" spelling. This property is spelled that way to match the convention and minimize the difficulty for developers.</p></div>
</div>
Expand Down Expand Up @@ -14391,7 +14391,7 @@ <h4><span class="property-name" title="aria-valuemax" aria-describedby="desc-ari
<tbody>
<tr>
<th class="property-related-head" scope="row">Related Concepts:</th>
<td class="property-related"><code>&lt;range&gt;</code> element <code>max</code> attribute in [<cite><a class="bibref" data-link-type="biblio" href="#bib-html" title="HTML Standard">HTML</a></cite>]</td>
<td class="property-related"><code>&lt;input type="range"&gt;</code> element <code>max</code> attribute in [<cite><a class="bibref" data-link-type="biblio" href="#bib-html" title="HTML Standard">HTML</a></cite>]</td>
</tr>
<tr>
<th class="property-applicability-head" scope="row">Used in Roles:</th>
Expand Down Expand Up @@ -14440,7 +14440,7 @@ <h4><span class="property-name" title="aria-valuemin" aria-describedby="desc-ari
<tbody>
<tr>
<th class="property-related-head" scope="row">Related Concepts:</th>
<td class="property-related"><code>&lt;range&gt;</code> element <code>min</code> attribute in [<cite><a class="bibref" data-link-type="biblio" href="#bib-html" title="HTML Standard">HTML</a></cite>]</td>
<td class="property-related"><code>&lt;input type="range"&gt;</code> element <code>min</code> attribute in [<cite><a class="bibref" data-link-type="biblio" href="#bib-html" title="HTML Standard">HTML</a></cite>]</td>
</tr>
<tr>
<th class="property-applicability-head" scope="row">Used in Roles:</th>
Expand Down Expand Up @@ -14493,7 +14493,7 @@ <h4><span class="property-name" title="aria-valuenow" aria-describedby="desc-ari
<tbody>
<tr>
<th class="property-related-head" scope="row">Related Concepts:</th>
<td class="property-related"><code>&lt;range&gt;</code> element <code>value</code> attribute in [<cite><a class="bibref" data-link-type="biblio" href="#bib-html" title="HTML Standard">HTML</a></cite>]</td>
<td class="property-related"><code>&lt;input type="range"&gt;</code> element <code>value</code> attribute in [<cite><a class="bibref" data-link-type="biblio" href="#bib-html" title="HTML Standard">HTML</a></cite>]</td>
</tr>
<tr>
<th class="property-applicability-head" scope="row">Used in Roles:</th>
Expand Down

0 comments on commit 3f1eeed

Please sign in to comment.