Skip to content

Commit

Permalink
Generated by TRAVIS-CI c59168a
Browse files Browse the repository at this point in the history
Name and Description Guidance Section: fix capitalization typo (pull #1292)

Co-authored-by: Matt King <[email protected]>
  • Loading branch information
michael-n-cooper and mcking65 committed Jan 23, 2020
1 parent bf87c09 commit 2b0b11c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US"><head><meta charset="utf-8"><meta name="generator" content="ReSpec 25.0.4"><meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"><style>/* --- ISSUES/NOTES --- */
<!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US"><head><meta charset="utf-8"><meta name="generator" content="ReSpec 25.1.0"><meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"><style>/* --- ISSUES/NOTES --- */
.issue-label {
text-transform: initial;
}
Expand Down Expand Up @@ -837,16 +837,16 @@
"preProcess": [
null
],
"publishDate": "2020-01-15",
"publishISODate": "2020-01-15T00:00:00.000Z",
"generatedSubtitle": "Editor's Draft 15 January 2020"
"publishDate": "2020-01-23",
"publishISODate": "2020-01-23T00:00:00.000Z",
"generatedSubtitle": "Editor's Draft 23 January 2020"
}</script><link rel="stylesheet" href="https://www.w3.org/StyleSheets/TR/2016/W3C-ED"></head>
<body class="h-entry informative"><div class="head">
<a class="logo" href="https://www.w3.org/"><img alt="W3C" width="72" height="48" src="https://www.w3.org/StyleSheets/TR/2016/logos/W3C"></a> <h1 id="title" class="title p-name">WAI-ARIA Authoring Practices 1.2</h1>

<h2>
W3C Editor's Draft
<time class="dt-published" datetime="2020-01-15">15 January 2020</time>
<time class="dt-published" datetime="2020-01-23">23 January 2020</time>
</h2>
<dl>
<dt>This version:</dt><dd>
Expand Down Expand Up @@ -4718,7 +4718,7 @@ <h3 id="x5-1-what-are-accessible-names-and-descriptions"><bdi class="secno">5.1
Authors supply a description when there is a need to associate additional information with an element, such as instructions or format requirements for an input field.
</p>
<p>
assistive technologies present names differently from descriptions.
Assistive technologies present names differently from descriptions.
For instance, screen readers typically announce the name and role of an element first, e.g., a button named <q>Mute Conversation</q>could be spoken as <q>Mute Conversation button</q>.
If an element has a state, it could be announced either before or after the name and role; after name and role is the typical default.
For example, a switch button named <q>Mute Conversation</q> in the <q>off</q> state could be announced as <q>Mute Conversation switch button off</q>.
Expand Down

0 comments on commit 2b0b11c

Please sign in to comment.