Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
stevefaulkner committed Apr 10, 2024
1 parent 5f8732e commit 713de8b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.DS_Store
~tm3A32.html
31 changes: 15 additions & 16 deletions html.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<body>
<header> <img src="./assets/images/HTML5_Logo.png" alt="HTML5 logo" id="logo">
<h1> Jaws HTML Support </h1>
<p> A Work <em>in progress</em>: Last updated 01 April 2023. </p>
<p> A Work <em>in progress</em>: Last updated 10 April 2024. </p>
<p> <strong>Editors:</strong> Steve Faulkner </p>
<p> <strong>Github Repo:</strong> <a href="https://github.com/FreedomScientific/standards-support">FreedomScientific/standards-support</a>
</p>
Expand Down Expand Up @@ -711,18 +711,16 @@ <h2>Support legend</h2>
<td>Computer code</td>
<td><em>Element content</em></td>
<td>No special commands</td>
<td><svg viewBox="0 0 512 512" width="20" role="img" aria-label="no" class="no"><path d="M464 32H48C21.5 32 0
53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5
48-48V80c0-26.5-21.5-48-48-48zm-83.6 290.5c4.8 4.8 4.8
12.6 0 17.4l-40.5 40.5c-4.8 4.8-12.6 4.8-17.4 0L256
313.3l-66.5 67.1c-4.8 4.8-12.6 4.8-17.4
0l-40.5-40.5c-4.8-4.8-4.8-12.6
0-17.4l67.1-66.5-67.1-66.5c-4.8-4.8-4.8-12.6
0-17.4l40.5-40.5c4.8-4.8 12.6-4.8 17.4 0l66.5 67.1
66.5-67.1c4.8-4.8 12.6-4.8 17.4 0l40.5 40.5c4.8 4.8
4.8 12.6 0 17.4L313.3 256l67.1 66.5z"></path></svg><br>
<td><svg viewBox="0 0 448 512" role="img" width="20" aria-label="none expected"><path d="M400 32H48C21.5 32 0
53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5
48-48V80c0-26.5-21.5-48-48-48zM92 296c-6.6
0-12-5.4-12-12v-56c0-6.6 5.4-12 12-12h264c6.6 0 12 5.4
12 12v56c0 6.6-5.4 12-12 12H92z"></path></svg><br>
</td>
<td>No semantics conveyed</td>
<td>
<p>No semantics conveyed or expected as <code>&lt;code&gt;</code>
currently has a <code>role="generic"</code></p>
</td>
</tr>
<tr>
<th scope="row"> <a href="https://html.spec.whatwg.org/multipage/tables.html#the-col-element"><code>col</code></a>
Expand Down Expand Up @@ -772,7 +770,8 @@ <h2>Support legend</h2>
0-12-5.4-12-12v-56c0-6.6 5.4-12 12-12h264c6.6 0 12 5.4
12 12v56c0 6.6-5.4 12-12 12H92z"></path> </svg><br>
</td>
<td>No semantics conveyed</td>
<td><p>No semantics conveyed or expected as <code>&lt;data&gt;</code>
has a <code>role="generic"</code></p></td>
</tr>
<tr>
<th scope="row"> <a href="https://html.spec.whatwg.org/multipage/form-elements.html#the-datalist-element"><code>datalist</code></a>
Expand Down Expand Up @@ -816,7 +815,7 @@ <h2>Support legend</h2>
<td> Content for corresponding <a href="https://html.spec.whatwg.org/multipage/grouping-content.html#the-dt-element">dt</a>
element(s) </td>
<td><em>Element content</em></td>
<td>&nbsp;</td>
<td>No special commands</td>
<td><svg viewBox="0 0 448 512" width="20" aria-label="yes">
<path d="M400 480H48c-26.51 0-48-21.49-48-48V80c0-26.51
21.49-48 48-48h352c26.51 0 48 21.49 48 48v352c0
Expand Down Expand Up @@ -866,7 +865,7 @@ <h2>Support legend</h2>
<td>Disclosure widget container</td>
<td>When the details element has an accessible name it is
announced along with group start/end.</td>
<td>&nbsp;</td>
<td>No special commands</td>
<td><svg viewBox="0 0 448 512" width="20" aria-label="yes">
<path d="M400 480H48c-26.51 0-48-21.49-48-48V80c0-26.51
21.49-48 48-48h352c26.51 0 48 21.49 48 48v352c0
Expand Down Expand Up @@ -900,7 +899,7 @@ <h2>Support legend</h2>
66.5-67.1c4.8-4.8 12.6-4.8 17.4 0l40.5 40.5c4.8 4.8
4.8 12.6 0 17.4L313.3 256l67.1 66.5z"></path></svg><br>
</td>
<td>No semantics conveyed</td>
<td>No semantics conveyed Refer to <a href="https://github.com/FreedomScientific/standards-support/issues/821">JAWS tracker Issue 821</a> </td>
</tr>
<tr>
<th scope="row"> <a href="https://html.spec.whatwg.org/multipage/interactive-elements.html#the-dialog-element"><code>dialog</code></a>
Expand Down

0 comments on commit 713de8b

Please sign in to comment.