Skip to content

Commit

Permalink
Generated by TRAVIS-CI f6d4a4a
Browse files Browse the repository at this point in the history
Editorial: Fix multiple instances of repeated words (pull #867)

* typo: Double word "the"
* typo: Double word "a"
* typo: Double word "have"
* typo: Double word "information"
* typo: Double word "must"
* typo: Double word "Career"
  • Loading branch information
michael-n-cooper committed Aug 31, 2018
1 parent 2e065ae commit 6127241
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion examples/dialog-modal/dialog.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ <h2>Accessibility Features</h2>
<li>When the dialog closes as a result of the <q>Cancel</q> action, the user's point of regard is maintained by returning focus to the <q>Add Delivery Address</q> button.
<li>
When the dialog closes as a result of the <q>Add</q> action and the <q>Address Added</q> dialog replaces the <q>Add Delivery Address</q> dialog,
the <q>Add Delivery Address</q> dialog passes a reference to the <q>Add Delivery Address</q> button to the the <q>Address Added</q> dialog
the <q>Add Delivery Address</q> dialog passes a reference to the <q>Add Delivery Address</q> button to the <q>Address Added</q> dialog
so that it can maintain the user's point of regard when it closes.
</li>
</ul>
Expand Down
6 changes: 3 additions & 3 deletions examples/listbox/listbox-collapsible.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ <h1>Collapsible Dropdown Listbox Example</h1>
<p>
The following example implementation of the
<a href="../../#Listbox">design pattern for listbox</a>
demonstrates a collapsible single-select listbox widget that is functionally similar to an HTML <code>select</code> input with the the attribute <code>size=&quot;1&quot;</code>.
demonstrates a collapsible single-select listbox widget that is functionally similar to an HTML <code>select</code> input with the attribute <code>size=&quot;1&quot;</code>.
The widget consists of a button that triggers the display of a listbox.
In its default state, the widget is collapsed (the listbox is not visible) and the button label shows the currently selected option from the listbox.
When the button is activated, the listbox is displayed and the current option is focused and selected.
Expand Down Expand Up @@ -216,7 +216,7 @@ <h2 id="rps_label">Role, Property, State, and Tabindex Attributes</h2>
<td>
<ul>
<li>Set by the JavaScript when the listbox is displayed.</li>
<li>Otherwise, is not present.</li>
<li>Otherwise, is not present.</li>
</ul>
</td>
</tr>
Expand Down Expand Up @@ -254,7 +254,7 @@ <h2 id="rps_label">Role, Property, State, and Tabindex Attributes</h2>
<li>When navigation keys, such as <kbd>Down Arrow</kbd>, are pressed, the JavaScript changes the value.</li>
<li>Enables assistive technologies to know which element the application regards as focused while DOM focus remains on the <code>ul</code> element.</li>
<li>
For more information about this focus management technique, see
For more information about this focus management technique, see
<a href="../../../#kbd_focus_activedescendant">Using aria-activedescendant to Manage Focus.</a>
</li>
</ul>
Expand Down
4 changes: 2 additions & 2 deletions examples/treeview/treeview-2/treeview-2b.html
Original file line number Diff line number Diff line change
Expand Up @@ -201,9 +201,9 @@ <h3 id="tree1">Foods</h3>
<span>Vegetables</span>
<ul role="group">
<li role="treeitem"
aria-level="1"
aria-level="2"
aria-setsize="3"
aria-posinset="2"
aria-posinset="1"
aria-expanded="false">
<span>Podded Vegetables</span>
<ul role="group">
Expand Down
16 changes: 8 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2582,9 +2582,9 @@ <h4 id="wai-aria-roles-states-and-properties-13"><abbr title="Accessible Rich In
<section class="widget" id="radiobutton">
<h3 id="x3-16-radio-group"><span class="secno">3.16 </span>Radio Group<span class="permalink"><a href="#radiobutton" aria-label="Permalink for 3.16 Radio Group" title="Permalink for 3.16 Radio Group"><span>§</span></a></span></h3>
<p>
A radio group is a set of checkable buttons, known as radio buttons, where no more than one of
A radio group is a set of checkable buttons, known as radio buttons, where no more than one of
the buttons can be checked at a time.
Some implementations may initialize the set with all buttons in the unchecked state in order to
Some implementations may initialize the set with all buttons in the unchecked state in order to
force the user to check one of the buttons before moving past a certain point in the workflow.
</p>

Expand Down Expand Up @@ -2995,7 +2995,7 @@ <h4 id="keyboard-interaction-18">Keyboard Interaction</h4>
<li><kbd>End</kbd> (Optional): Moves focus to the last tab. Optionally, activates the newly focused tab (See note below).</li>
<li><kbd>Shift + F10</kbd>: If the tab has an associated pop-up menu, opens the menu. </li>
<li>
<kbd>Delete</kbd> (Optional): If deletion is allowed, deletes (closes) the current tab element and its associated tab panel,
<kbd>Delete</kbd> (Optional): If deletion is allowed, deletes (closes) the current tab element and its associated tab panel,
sets focus on the tab following the tab that was closed, and optionally activates the newly focused tab. If there is not a tab that followed the tab that was deleted,
e.g., the deleted tab was the right-most tab in a left-to-right horizontal tab list,
sets focus on and optionally activates the tab that preceded the deleted tab.
Expand Down Expand Up @@ -3526,7 +3526,7 @@ <h4 id="keyboard-interaction-22">Keyboard Interaction</h4>
</ul>
<div class="note" id="issue-container-generatedID-31"><div role="heading" class="note-title marker" id="h-note-30" aria-level="5"><span>Note</span></div><p class="">See <a href="#kbd_common_conventions" class="sec-ref"><span class="secno">5.8</span> <span class="sec-title">Key Assignment Conventions for Common Functions</span></a> for cut, copy, and paste key assignments.</p></div>
</section>

<section id="treegrid_roles_states_props" class="notoc">
<h4 id="wai-aria-roles-states-and-properties-23"><abbr title="Accessible Rich Internet Applications">WAI-ARIA</abbr> Roles, States, and Properties<span class="permalink"><a href="#treegrid_roles_states_props" aria-label="Permalink for WAI-ARIA Roles, States, and Properties" title="Permalink for WAI-ARIA Roles, States, and Properties"><span>§</span></a></span></h4>
<ul>
Expand Down Expand Up @@ -4796,7 +4796,7 @@ <h3 id="x6-1-using-aria-rowcount-and-aria-rowindex"><span class="secno">6.1 </sp
For example, specifying an invalid value for <code>aria-rowindex</code> or setting it on some but not all rows in a table, could cause screen reader table reading functions to skip rows or simply stop functioning.
</p>
<p>
The following code demonstrates the use of <code>aria-rowcount</code> and <code>aria-rowindex</code> properties on a table containing a a hypothetical class list.
The following code demonstrates the use of <code>aria-rowcount</code> and <code>aria-rowindex</code> properties on a table containing a hypothetical class list.
</p>
<pre aria-busy="false" class="hljs xml">
<span class="hljs-comment">&lt;!--
Expand Down Expand Up @@ -4889,7 +4889,7 @@ <h3 id="x6-2-using-aria-colcount-and-aria-colindex"><span class="secno">6.2 </sp
<h4 id="x6-2-1-using-aria-colindex-when-column-indicies-are-contiguous"><span class="secno">6.2.1 </span>Using <code>aria-colindex</code> When Column Indicies Are Contiguous<span class="permalink"><a href="#gridAndTableProperties_cols_contiguous" aria-label="Permalink for 6.2.1 Using aria-colindex When Column Indicies Are Contiguous" title="Permalink for 6.2.1 Using aria-colindex When Column Indicies Are Contiguous"><span>§</span></a></span></h4>
<p>
When all the cells in a row have column index numbers that are consecutive integers,
<code>aria-colindex</code> can be set on the row element with a value equal to the the index number of the first column in the set.
<code>aria-colindex</code> can be set on the row element with a value equal to the index number of the first column in the set.
Browsers will then compute a column number for each cell in the row.
</p>
<p>
Expand Down Expand Up @@ -5123,7 +5123,7 @@ <h3 id="x6-4-indicating-sort-order-with-aria-sort"><span class="secno">6.4 </spa
</p>
<p>The following example grid uses <code>aria-sort</code> to indicate the rows are sorted from the highest "Quiz 2" score to the lowest "Quiz 2" score.</p>
<pre aria-busy="false" class="hljs xml">
<span class="hljs-tag">&lt;<span class="hljs-name">table</span> <span class="hljs-attr">role</span>=<span class="hljs-string">"grid"</span> <span class="hljs-attr">aria-rowcount</span>=<span class="hljs-string">"463"</span> <span class="hljs-attr">aria-colcount</span>=<span class="hljs-string">"13"</span>
<span class="hljs-tag">&lt;<span class="hljs-name">table</span> <span class="hljs-attr">role</span>=<span class="hljs-string">"grid"</span> <span class="hljs-attr">aria-rowcount</span>=<span class="hljs-string">"463"</span> <span class="hljs-attr">aria-colcount</span>=<span class="hljs-string">"13"</span>
<span class="hljs-attr">aria-label</span>=<span class="hljs-string">"Student grades for history 101"</span>&gt;</span>
<span class="hljs-tag">&lt;<span class="hljs-name">thead</span>&gt;</span>
<span class="hljs-tag">&lt;<span class="hljs-name">tr</span> <span class="hljs-attr">aria-colindex</span>=<span class="hljs-string">"10"</span> <span class="hljs-attr">aria-rowindex</span>=<span class="hljs-string">"1"</span>&gt;</span>
Expand Down Expand Up @@ -5378,7 +5378,7 @@ <h4 id="a-1-1-changes-in-july-2018-publication-of-note-release-2"><span class="s
<li>Menu button example bug fixes</li>
<li>Navigation menubar example bug fixes</li>
<li>Radio group example styling</li>
<li>Tabs pattern, including labeling guidance</li>
<li>Tabs pattern, including labeling guidance</li>
<li>Tree view pattern, including multi-select guidance</li>
<li>Tree view example bug fixes</li>
</ul>
Expand Down

0 comments on commit 6127241

Please sign in to comment.