Skip to content

Commit

Permalink
Generated by TRAVIS-CI b18ded1
Browse files Browse the repository at this point in the history
Multiple files: fix spelling errors (pull #1223)

Fixed the following:
* typo: thre -> three
* typo: treatement -> treatment
* typo: forground -> foreground
* typo: lastt -> last
* typo: mimimum -> minimum
  • Loading branch information
michael-n-cooper committed Oct 24, 2019
1 parent 669e1f6 commit 10e30a3
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 14 deletions.
2 changes: 1 addition & 1 deletion examples/carousel/carousel-1.html
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ <h3>Color Contrast of Text and Rotation Controls</h3>
</p>
<ul>
<li>
When the rotation control, next slide, and previous slide buttons are rendered on top of the carousel images, the buttons have forground and background colors that meet WCAG 2.1 color contrast requirements.
When the rotation control, next slide, and previous slide buttons are rendered on top of the carousel images, the buttons have foreground and background colors that meet WCAG 2.1 color contrast requirements.
In addition, the focus styling uses SVG images that make the focus indicator highly visible when a control receives keyboard focus.
</li>
<li>The transparency of the caption area is decreased so the caption text meets the WCAG 2.1 color contrast requirements.</li>
Expand Down
18 changes: 9 additions & 9 deletions examples/spinbutton/datepicker-spinbuttons.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@ <h1>Date Picker Spin Button Example</h1>
<h2 id="ex_label">Example</h2>
<div role="separator" id="ex_start_sep" aria-labelledby="ex_start_sep ex_label" aria-label="Start of"></div>
<div id="example">

<div id="example-group"
class="datepicker-spinbuttons"
role="group"
aria-labelledby="myDatepickerLabel myDatepickerDate">

<div id="myDatepickerLabel">Choose a Date</div>
<div class="date" hidden id="myDatepickerDate">current value is Friday, June 30th, 2019</div>

<div class="day spinbutton"
> <button type="button" class="decrease"
tabindex="-1"
Expand All @@ -75,7 +75,7 @@ <h2 id="ex_label">Example</h2>
</svg>
</button>
</div>

<div class="month spinbutton">
<button type="button" class="decrease"
tabindex="-1"
Expand All @@ -101,7 +101,7 @@ <h2 id="ex_label">Example</h2>
</svg>
</button>
</div>

<div class="year spinbutton">
<button type="button" class="decrease"
tabindex="-1"
Expand Down Expand Up @@ -149,7 +149,7 @@ <h2>Accessibility Features</h2>
</li>
</ul>
</section>

<section>
<h2 id="kbd_label">Keyboard Support</h2>
<p>The spin buttons provide the following keyboard support described in the <a href="../../#spinbutton">spin button design pattern.</a></p>
Expand All @@ -176,7 +176,7 @@ <h2 id="kbd_label">Keyboard Support</h2>
<td>
<ul>
<li>Increases the value 1 step.</li>
<li>When focus is on the <q>Day</q> spin button and the value is the lastt day of the month, changes value to the first day of the month.</li>
<li>When focus is on the <q>Day</q> spin button and the value is the last day of the month, changes value to the first day of the month.</li>
<li>When focus is on the <q>Month</q> spin button and the value is <q>December</q>, changes value to <q>January</q>.</li>
</ul>
</td>
Expand All @@ -191,7 +191,7 @@ <h2 id="kbd_label">Keyboard Support</h2>
</tr>
<tr data-test-id="spinbutton-home">
<th><kbd>Home</kbd></th>
<td>Decreases to mimimum value.</td>
<td>Decreases to minimum value.</td>
</tr>
<tr data-test-id="spinbutton-end">
<th><kbd>End</kbd></th>
Expand Down Expand Up @@ -316,7 +316,7 @@ <h2 id="rps_label">Role, Property, State, and Tabindex Attributes</h2>
</tbody>
</table>
</section>

<section>
<h2>Javascript and CSS Source Code</h2>
<ul>
Expand Down
16 changes: 12 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5232,8 +5232,12 @@ <h4 id="x5-3-4-accessible-name-guidance-by-role"><bdi class="secno">5.3.4 </bdi>
</tr>
<tr>
<td><a href="https://w3c.github.io/aria/#log" class="role-reference"><code>log</code></a></td>
<td>Required</td>
<td>Use <code>aria-labelledby</code> if a visible label is present, otherwise use <code>aria-label</code>.</td>
<td>Discretionary</td>
<td>
Some screen readers announce the name of a log element before announcing the content of the log element.
Thus, <code>aria-label</code> provides a method for prefacing the visible content of a log element with text that is not displayed as part of the log element.
Using <code>aria-label</code> is functionally equivalent to providing off-screen text in the contents of the log element, except off-screen text would be announced by screen readers that do not support <code>aria-label</code> on <code>log</code> elements.
</td>
</tr>
<tr>
<td><a href="https://w3c.github.io/aria/#main" class="role-reference"><code>main</code></a></td>
Expand Down Expand Up @@ -5606,8 +5610,12 @@ <h4 id="x5-3-4-accessible-name-guidance-by-role"><bdi class="secno">5.3.4 </bdi>
</tr>
<tr>
<td><a href="https://w3c.github.io/aria/#timer" class="role-reference"><code>timer</code></a></td>
<td>Required</td>
<td>Use <code>aria-labelledby</code> if a visible label is present, otherwise use <code>aria-label</code>.</td>
<td>Discretionary</td>
<td>
Some screen readers announce the name of a timer element before announcing the content of the timer element.
Thus, <code>aria-label</code> provides a method for prefacing the visible content of a timer element with text that is not displayed as part of the timer element.
Using <code>aria-label</code> is functionally equivalent to providing off-screen text in the contents of the timer element, except off-screen text would be announced by screen readers that do not support <code>aria-label</code> on <code>timer</code> elements.
</td>
</tr>
<tr>
<td><a href="https://w3c.github.io/aria/#toolbar" class="role-reference"><code>toolbar</code></a></td>
Expand Down

0 comments on commit 10e30a3

Please sign in to comment.