Skip to content

Commit

Permalink
chore: Duplicate word "the" (WICG#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni authored Jun 29, 2020
1 parent 6b98fe4 commit e290534
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions demos/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ <h3>
<p>
Web browsers automatically map the DOM into the accessibility tree.
</p>
<img src="../images/DOM-a11y-tree.png" alt="Image showing how the the web browser simultaneously paints the visual UI and also updates the accessibility tree.">
<img src="../images/DOM-a11y-tree.png" alt="Image showing how the web browser simultaneously paints the visual UI and also updates the accessibility tree.">
</article>

<article class="largeimage">
Expand Down Expand Up @@ -283,7 +283,7 @@ <h3>
<p>
For example, it's
<em>impossible</em> to make an accessible combobox using
<code>aria-activedescendant</code> if the the text field is in a different tree scope from the listbox options:
<code>aria-activedescendant</code> if the text field is in a different tree scope from the listbox options:
</p>
<pre>
<custom-combobox>
Expand Down
2 changes: 1 addition & 1 deletion spec/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ instructions on running HTML5 tidy, see below.
## Running HTML5 Tidy

Please make sure you have HTML5 tidy installed, instead of
the the one that ships with *nix systems. You can comfirm this by running:
the one that ships with *nix systems. You can comfirm this by running:

```bash
tidy5 --version #HTML Tidy for Mac OS X version 4.9.XX ...
Expand Down

0 comments on commit e290534

Please sign in to comment.