Skip to content

Commit

Permalink
Generated by TRAVIS-CI afafad7
Browse files Browse the repository at this point in the history
Combobox Date Picker Example: Fix 2 spelling errors (pull #1448)

- controled -> controlled
- enableing -> enabling

Co-authored-by: Matt King <a11yThinker@Gmail.com>
  • Loading branch information
michael-n-cooper and mcking65 committed Jul 17, 2020
1 parent cbdb558 commit 649a4be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/combobox/combobox-datepicker.html
Original file line number Diff line number Diff line change
Expand Up @@ -497,15 +497,15 @@ <h3 id="rps_label_combobox">Combobox</h3>
<th scope="row"><code>aria-controls="IDREF"</code></th>
<td><code>input</code></td>
<td>
Identifies the element controled by the combobox.
Identifies the element controlled by the combobox.
</td>
</tr>
<tr data-test-id="textbox-aria-describedby">
<td></td>
<th scope="row"><code>aria-describedby="IDREF"</code></th>
<td><code>input</code></td>
<td>
Identifies the element that provides an accessible description for the combobox, enableing assistive technologies to associate the date format description with the input.
Identifies the element that provides an accessible description for the combobox, enabling assistive technologies to associate the date format description with the input.
</td>
</tr>
</tbody>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7292,7 +7292,7 @@ <h3 id="c-4-enabling-funders"><bdi class="secno">C.4 </bdi>Enabling funders<a cl


</section>
<script type="text/javascript">(function(){window['__CF$cv$params']={r:'5b3fc44d7f34eff1',m:'de3a7e6ad00fe01778431c16041ee31c85e5e0ce-1594944909-1800-ARkXdN66TLKDLH347hdrQyvvZcoA1N/A9IazvcVGqlTtgUAubfkxlgvWGuWyJaMecNwXsMc2inL/WiizPce88B7722ZEOqSC5TUCSXsIz59QmbPPIsLpdiG0NSRj67rliFEafSA0eKDd/+O5T/+M2RY1nMaaNPR0KHQPdE0xzuVb0sW6pRTpZdli4y473GRlNK8xjBkTLMumcR14YCzxSpY=',s:[0x32542a7c11,0xab2d4a498c],}})();</script>
<script type="text/javascript">(function(){window['__CF$cv$params']={r:'5b400300c982efc0',m:'b16f96484c2bad11eb2e3bb0c3c5842e4636e211-1594947476-1800-AdH5vUYhTybnYiVBzTRvpARoXSPzaqGR4QPrS5xkwYGc73Wi3q60RtlytnatHa7rfOYMqo1vUbuHMK2FTD++SHv5k463J+Vs2t1uMsJaIAoytRLrF/XBtQoU+nlMJ50De0TISSg2DlCIl96I+iOFkTlfWTCvXMcJdT1tFoC+JJxU0l2OjcT2vkean2jtXTA+NmfXxN6/+DnW1ltV/JQNKz0=',s:[0xf57fab088f,0x3fa181f311],}})();</script>

<section id="references" class="appendix"><h2 id="d-references"><bdi class="secno">D. </bdi>References<a class="self-link" aria-label="§" href="#references"></a></h2><section id="informative-references">
<h3 id="d-1-informative-references"><bdi class="secno">D.1 </bdi>
Expand Down

0 comments on commit 649a4be

Please sign in to comment.