Skip to content

Commit

Permalink
Merge pull request #1292 from w3c/development
Browse files Browse the repository at this point in the history
Create December 18, 2024 Release

Includes the following changes:
* #1286, which addresses #1268
  • Loading branch information
howard-e authored Dec 18, 2024
2 parents e934f1b + 608f60b commit 3bf1fa8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions client/tests/e2e/snapshots/saved/_data-management.html
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ <h3>
<option value="54">Meter</option>
<option value="90">Modal Dialog Example</option>
<option value="89">Navigation Menu Button</option>
<option value="74">
<option value="92">
Radio Group Example Using Roving tabindex
</option>
<option value="91">
Expand All @@ -269,7 +269,7 @@ <h3>
<option value="39">Select Only Combobox Example</option>
<option value="61">Switch Example</option>
<option value="62">Tabs with Manual Activation</option>
<option value="92">Toggle Button</option>
<option value="93">Toggle Button</option>
<option value="64">Vertical Temperature Slider</option>
</select>
</div>
Expand Down Expand Up @@ -1183,7 +1183,7 @@ <h2>Test Plans Status Summary</h2>
<span
class="full-width auto-width css-36z7cz"
role="listitem"
><a href="/test-review/92"
><a href="/test-review/93"
><span
><svg
aria-hidden="true"
Expand Down Expand Up @@ -2044,7 +2044,7 @@ <h2>Test Plans Status Summary</h2>
<td>
<div class="css-bpz90">
<span class="rd full-width css-be9e2a">R&amp;D</span>
<p class="review-text">Complete <b>Nov 20, 2024</b></p>
<p class="review-text">Complete <b>Dec 17, 2024</b></p>
</div>
</td>
<td>
Expand All @@ -2067,7 +2067,7 @@ <h2>Test Plans Status Summary</h2>
<path
fill="currentColor"
d="M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM369 209L241 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L335 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z"></path></svg
><b>V24.11.20</b></span
><b>V24.12.17</b></span
></a
></span
><button
Expand Down Expand Up @@ -2099,7 +2099,7 @@ <h2>Test Plans Status Summary</h2>
<td>
<div class="css-bpz90">
<span class="rd full-width css-be9e2a">R&amp;D</span>
<p class="review-text">Complete <b>Nov 20, 2024</b></p>
<p class="review-text">Complete <b>Dec 17, 2024</b></p>
</div>
</td>
<td>
Expand All @@ -2122,7 +2122,7 @@ <h2>Test Plans Status Summary</h2>
<path
fill="currentColor"
d="M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM369 209L241 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L335 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z"></path></svg
><b>V24.11.20</b></span
><b>V24.12.17</b></span
></a
></span
><button
Expand Down Expand Up @@ -2355,15 +2355,15 @@ <h2>Test Plans Status Summary</h2>
<td>
<div class="css-bpz90">
<span class="rd full-width css-be9e2a">R&amp;D</span>
<p class="review-text">Complete <b>Aug 23, 2023</b></p>
<p class="review-text">Complete <b>Dec 12, 2024</b></p>
</div>
</td>
<td>
<div role="list" aria-setsize="2" class="css-1bj5ml9">
<span
class="full-width auto-width css-36z7cz"
role="listitem"
><a href="/test-review/74"
><a href="/test-review/92"
><span
><svg
aria-hidden="true"
Expand All @@ -2378,7 +2378,7 @@ <h2>Test Plans Status Summary</h2>
<path
fill="currentColor"
d="M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM369 209L241 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L335 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z"></path></svg
><b>V23.08.23</b></span
><b>V24.12.12</b></span
></a
></span
><button
Expand Down
2 changes: 1 addition & 1 deletion server/util/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const AT_VERSIONS_SUPPORTED_BY_COLLECTION_JOBS = {
// https://github.com/bocoup/aria-at-gh-actions-helper/blob/main/.github/workflows/voiceover-test.yml#L39
'VoiceOver for macOS': ['13.0', '14.0'],
// These are tracked with the https://github.com/bocoup/aria-at-automation-nvda-builds/releases
NVDA: ['2024.1', '2023.3.3', '2023.3']
NVDA: ['2024.4.1', '2024.1', '2023.3.3', '2023.3']
};

const VENDOR_NAME_TO_AT_MAPPING = {
Expand Down

0 comments on commit 3bf1fa8

Please sign in to comment.