-
Notifications
You must be signed in to change notification settings - Fork 29
Significant updates for Test 5 #377
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
_baselines/05Changing.md
Outdated
</ul> | ||
|
||
#### Test Instructions | ||
<ol id="1TI"> | ||
<li id="1TI-1">Modify the name of the user control.</li> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perform an action that modifies the name ... (or similar)
_baselines/05Changing.md
Outdated
|
||
#### Test Instructions | ||
<ol id="2TI"> | ||
<li id="2TI-1">Check that the state of the user control is correct in its default state. [SC 4.1.2]</li> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
correct when in its default state
_baselines/05Changing.md
Outdated
<ol id="2TI"> | ||
<li id="2TI-1">Check that the state of the user control is correct in its default state. [SC 4.1.2]</li> | ||
<li id="2TI-2">Attributes such as <code>hidden</code>, <code>disabled</code>, and the use of <a href="https://www.w3.org/WAI/standards-guidelines/aria/">ARIA</a> to control component states must be used correctly.</li> | ||
<li id="2TI-3">Modify the state of the user control.</li> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
perform an action/trigger ...
_baselines/05Changing.md
Outdated
<p id="3IC">Identify controls that have a value that can be changed by a user. Examples include forms that accept user input to modify another component.</p> | ||
<ul> | ||
<li>Depending on the control, a change of value may be performed by entering a number, selecting from a list of options, etc.</li> | ||
<li>Examples include adjusting a slider modifies a date range that is highlighted in a calendar, entering numbers in text fields determines a graph's data points, selecting colors determines the appearance of links.</li> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
, etc.
_baselines/05Changing.md
Outdated
|
||
#### Test Instructions | ||
<ol id="3TI"> | ||
<li id="3TI-1">Check that the value of the user control is correct at its default value. [SC 4.1.2]</li> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
correct when at ...
_baselines/05Changing.md
Outdated
<ol id="3TI"> | ||
<li id="3TI-1">Check that the value of the user control is correct at its default value. [SC 4.1.2]</li> | ||
<li id="3TI-2">Modify the value of the user control.</li> | ||
<li id="3TI-3">Check that the state of the user control is correct after a change of state. [SC 4.1.2]</li> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
state or value?
_baselines/05Changing.md
Outdated
<p id="3TR">If any of the above checks fail, then Baseline Test 5.3-ControlValue fails.</p> | ||
<!-- | ||
#### Identify Content | ||
<p id="1IC">Identify changes in presented content (both user driven and automatic). Examples include changes to images, navigation trees, data table sort controls, automatic information updates, form elements, revealed content, etc.</p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
user-driven
I've made some of the simpler updates in response to Cliff's comments. |
Co-authored-by: Andrew Nielson <[email protected]>
Please take another look. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Editorial suggestion, current:
Examples include a disabled "Submit" button is enabled when all required form fields are filled in, a link becomes visible after a user-initiated calculation completes, a check box changes from checked to unchecked, links that are hovered or visited.
Proposed:
Examples include: a disabled "Submit" button is enabled when all required form fields are filled in; content which becomes visible after a user-initiated calculation completes; a check box changes from checked to unchecked; and visited links being distinguished from unvisited links.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is a current thread/issue in WCAG that about links that (visually) look like a button but do not have ARIA role or other means to expose that information to screen reading software. I think that discussion relates to this Test 5. (But also that Test 5 is fine.)
As I read the room
the consensus seems to be that it's okay for a link to present as button (but maybe not vice-versa).
If you are interested: w3c/wcag#2142
* Merge Mobile menu fixes to next up (#313) * menu shows toc - Removed primary nav, links moved to footer - sticky toc not sticking. when attribute added to aside or its div (parent) or nav (parent), mobile menu doesn't work * hide extra search in toc show in mobile menu only * add mobile menu search new class .onlymobile * toc sticky only for desktop added tocsticky class * clean up * Update nav.yml * Update auto.html aria-multi-selectable is not valid for role=navigation * add mobile search form-m to address duplicate IDs reported when search form used twice * Update meta.html allow main branch for search engines * Update scripts.html comment unused scripts * move Baseline Alignment link to right nav was in footer * remove excess margin * sticky mobile-only menu * Fixes to match test cases for 17 Sync Media and other tests (#304) * Fixes to match test cases for 17 Other fixes to formatting * single file version of all Baselines * files collection * Update _config.yml * add default file-directory * another try * fix path for file * TOC mobile nav to next version after 3.0.1 (#314) * menu shows toc - Removed primary nav, links moved to footer - sticky toc not sticking. when attribute added to aside or its div (parent) or nav (parent), mobile menu doesn't work * hide extra search in toc show in mobile menu only * add mobile menu search new class .onlymobile * toc sticky only for desktop added tocsticky class * clean up * Update nav.yml * Update auto.html aria-multi-selectable is not valid for role=navigation * add mobile search form-m to address duplicate IDs reported when search form used twice * Update meta.html allow main branch for search engines * Update scripts.html comment unused scripts * move Baseline Alignment link to right nav was in footer * remove excess margin * sticky mobile-only menu * Update Appendix A mapping to add test instructions results (#319) * Update AppendixA.md * AppA updates remove outline from IC in 05changing.md * add test instruction results, revert 21.1, remove SCs from 16 and 17 tests * fix errors * Update AppendixA.md remove extra mapping of 9.1 to WCAG Conf 5. Already covered by 3.1-1 * Update 03Noninterference.md (#320) add wcag requirement to instruction * Update AppendixA.md * Update 20AlternateVersions.md (#321) add CAV reference in test instructions * Update 17SyncMedia.md (#322) 17.4 IC: add except phrase from SC 1.2.2 * Update 18Stylesheet.md (#323) remove 1.3.1 since Test for css content was removed. * Update 03Noninterference.md (#324) * Update 03Noninterference.md * add links to 3.1 fix link in 9.1 * Update 06Images.md (#325) * Update 06Images.md * Update AppendixA.md 6.1 instructions 3,4,5 map to SC 4.1.2 * Update AppendixA.md * Update ChangeLog3.md * Update ChangeLog3.md * Update ChangeLog3.md * Update ChangeLog3.md * Update index.md (#326) * Update AppendixA.md Top table: remove Conformance Requirement 5: Non-Interference from 9.1 mapping * Update AppendixA.md Top table: remove Conformance Requirement 5: Non-Interference from 1.2-1 * Update 09Flashing.md (#331) * correct nested list (ol ol ol instead of ol ol ul) * remove redundant numbering in 13.2-1 ol * Bump nokogiri from 1.11.7 to 1.12.5 (#330) Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.11.7 to 1.12.5. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](sparklemotion/nokogiri@v1.11.7...v1.12.5) --- updated-dependencies: - dependency-name: nokogiri dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Update 09Flashing.md Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kathy Eng <[email protected]> * Update 16AudioVideo.md editorial - replaces <q>that is, a transcript image</q> with <q>for example, an image-only PDF</q> - adds some white space * appendix A up to 6 * appendix a sort * Update 10Forms.md add visible * Update 10Forms.md add while form component has focus * Add WCAG techniques section and F20 * Update ChangeLog3.md * Update AppendixA1.html * Update AppendixA1.html * Update AppendixA1.html * Update advisory tip and update change log Issue #346 * Visually apparent lists Issue #339 * Identify forms instructions on 10.1, 10.2, 10.5 Issue #285 Also, ordered change log * Update introduction.md * Bold structure for words in all caps AND, OR, UNLESS * Issue #372 * Significant updates for Test 5 (#377) * Significant updates for Test 5 #350 and #240 * Update 05Changing.md * Update _baselines/05Changing.md * Update _baselines/05Changing.md * Update _baselines/05Changing.md * Update _baselines/05Changing.md * Update _baselines/05Changing.md * Update _baselines/05Changing.md * Update _baselines/05Changing.md * Update _baselines/05Changing.md * Update _baselines/05Changing.md * Update _baselines/05Changing.md * Update _baselines/05Changing.md Co-authored-by: Andrew Nielson <[email protected]> * additional cleanup Co-authored-by: Andrew Nielson <[email protected]> * Exclude menus from lists (13. Content Structure - Visually Apparent Lists) (#375) * Exclude menus from lists Closes #373 * Update 13Structure.md * Update _baselines/ChangeLog3.md * Update 17SyncMedia.md * updates for new test 17.7 exceptions for media alternatives for text added to captions and AD tests * Update _baselines/17SyncMedia.md * clarification of draft status for home page * shorten the page titles and menu items * New 7.3 test for Audible Cues (#394) * Update 17SyncMedia.md * updates for new test 17.7 exceptions for media alternatives for text added to captions and AD tests * Update _baselines/17SyncMedia.md * add 7.3 Shortened headings on Change Log and References pages * Update 17SyncMedia.md revert to current version. * Update 16AudioVideo.md * Update _baselines/07Sensory.md * Update _baselines/07Sensory.md * Update _baselines/07Sensory.md Co-authored-by: Kathy Eng <[email protected]> --------- Co-authored-by: cliffbert <[email protected]> * Update 18Stylesheet.md (#383) * Bump rack from 2.2.3 to 2.2.4 (#379) Bumps [rack](https://github.com/rack/rack) from 2.2.3 to 2.2.4. - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md) - [Commits](rack/rack@2.2.3...2.2.4) --- updated-dependencies: - dependency-name: rack dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump moment from 2.29.2 to 2.29.4 (#380) Bumps [moment](https://github.com/moment/moment) from 2.29.2 to 2.29.4. - [Release notes](https://github.com/moment/moment/releases) - [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md) - [Commits](moment/moment@2.29.2...2.29.4) --- updated-dependencies: - dependency-name: moment dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump @xmldom/xmldom from 0.7.5 to 0.7.6 (#381) Bumps [@xmldom/xmldom](https://github.com/xmldom/xmldom) from 0.7.5 to 0.7.6. - [Release notes](https://github.com/xmldom/xmldom/releases) - [Changelog](https://github.com/xmldom/xmldom/blob/master/CHANGELOG.md) - [Commits](xmldom/xmldom@0.7.5...0.7.6) --- updated-dependencies: - dependency-name: "@xmldom/xmldom" dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Update 18Stylesheet.md Issue # Added Meaningful to Test 2 ### Advisory: Tips for streamlined test processes - These tests are not to be performed by disabling all CSS. Content is not required to be perceivable and operable with all CSS disabled. --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Update 03Noninterference.md (#411) * Update 17SyncMedia.md * Add simillar update for Test 16 * update changelog3 * Update ChangeLog3.md * Identify Content for 16.1 and 16.2 * additional details * Updates for latest DataTables sort files (#431) * Bump rack from 2.2.3 to 2.2.4 (#379) Bumps [rack](https://github.com/rack/rack) from 2.2.3 to 2.2.4. - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md) - [Commits](rack/rack@2.2.3...2.2.4) --- updated-dependencies: - dependency-name: rack dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump moment from 2.29.2 to 2.29.4 (#380) Bumps [moment](https://github.com/moment/moment) from 2.29.2 to 2.29.4. - [Release notes](https://github.com/moment/moment/releases) - [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md) - [Commits](moment/moment@2.29.2...2.29.4) --- updated-dependencies: - dependency-name: moment dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump @xmldom/xmldom from 0.7.5 to 0.7.6 (#381) Bumps [@xmldom/xmldom](https://github.com/xmldom/xmldom) from 0.7.5 to 0.7.6. - [Release notes](https://github.com/xmldom/xmldom/releases) - [Changelog](https://github.com/xmldom/xmldom/blob/master/CHANGELOG.md) - [Commits](xmldom/xmldom@0.7.5...0.7.6) --- updated-dependencies: - dependency-name: "@xmldom/xmldom" dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump loader-utils from 1.4.0 to 1.4.2 (#384) Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.0 to 1.4.2. - [Release notes](https://github.com/webpack/loader-utils/releases) - [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md) - [Commits](webpack/loader-utils@v1.4.0...v1.4.2) --- updated-dependencies: - dependency-name: loader-utils dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump @xmldom/xmldom from 0.7.6 to 0.7.9 (#387) Bumps [@xmldom/xmldom](https://github.com/xmldom/xmldom) from 0.7.6 to 0.7.9. - [Release notes](https://github.com/xmldom/xmldom/releases) - [Changelog](https://github.com/xmldom/xmldom/blob/master/CHANGELOG.md) - [Commits](xmldom/xmldom@0.7.6...0.7.9) --- updated-dependencies: - dependency-name: "@xmldom/xmldom" dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump minimatch from 3.0.4 to 3.1.2 (#385) Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. - [Release notes](https://github.com/isaacs/minimatch/releases) - [Commits](isaacs/minimatch@v3.0.4...v3.1.2) --- updated-dependencies: - dependency-name: minimatch dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump nokogiri from 1.13.6 to 1.13.9 (#386) Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.6 to 1.13.9. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](sparklemotion/nokogiri@v1.13.6...v1.13.9) --- updated-dependencies: - dependency-name: nokogiri dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump simple-git from 3.7.1 to 3.15.1 (#389) * Bump nokogiri from 1.13.9 to 1.13.10 (#390) Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.9 to 1.13.10. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](sparklemotion/nokogiri@v1.13.9...v1.13.10) --- updated-dependencies: - dependency-name: nokogiri dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump express from 4.17.2 to 4.18.2 (#391) Bumps [express](https://github.com/expressjs/express) from 4.17.2 to 4.18.2. - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](expressjs/express@4.17.2...4.18.2) --- updated-dependencies: - dependency-name: express dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump json5 and react-hot-loader (#392) Bumps [json5](https://github.com/json5/json5) and [react-hot-loader](https://github.com/gaearon/react-hot-loader). These dependencies needed to be updated together. Updates `json5` from 1.0.1 to 2.2.3 - [Release notes](https://github.com/json5/json5/releases) - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md) - [Commits](json5/json5@v1.0.1...v2.2.3) Updates `react-hot-loader` from 4.13.0 to 4.13.1 - [Release notes](https://github.com/gaearon/react-hot-loader/releases) - [Changelog](https://github.com/gaearon/react-hot-loader/blob/master/CHANGELOG.md) - [Commits](gaearon/react-hot-loader@v4.13.0...v4.13.1) --- updated-dependencies: - dependency-name: json5 dependency-type: indirect - dependency-name: react-hot-loader dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump rack from 2.2.4 to 3.0.4.1 (#395) Bumps [rack](https://github.com/rack/rack) from 2.2.4 to 3.0.4.1. - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md) - [Commits](rack/rack@2.2.4...v3.0.4.1) --- updated-dependencies: - dependency-name: rack dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump activesupport from 6.1.6 to 6.1.7.1 (#396) Bumps [activesupport](https://github.com/rails/rails) from 6.1.6 to 6.1.7.1. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.0.4.1/activesupport/CHANGELOG.md) - [Commits](rails/rails@v6.1.6...v6.1.7.1) --- updated-dependencies: - dependency-name: activesupport dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump simple-git from 3.15.1 to 3.16.0 (#397) Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 3.15.1 to 3.16.0. - [Release notes](https://github.com/steveukx/git-js/releases) - [Changelog](https://github.com/steveukx/git-js/blob/main/simple-git/CHANGELOG.md) - [Commits](https://github.com/steveukx/git-js/commits/[email protected]/simple-git) --- updated-dependencies: - dependency-name: simple-git dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump rack from 3.0.4.1 to 3.0.4.2 (#401) Bumps [rack](https://github.com/rack/rack) from 3.0.4.1 to 3.0.4.2. - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md) - [Commits](rack/rack@v3.0.4.1...v3.0.4.2) --- updated-dependencies: - dependency-name: rack dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump rack from 3.0.4.2 to 3.0.6.1 (#403) * Bump activesupport from 6.1.7.1 to 6.1.7.3 (#404) Bumps [activesupport](https://github.com/rails/rails) from 6.1.7.1 to 6.1.7.3. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.0.4.3/activesupport/CHANGELOG.md) - [Commits](rails/rails@v6.1.7.1...v6.1.7.3) --- updated-dependencies: - dependency-name: activesupport dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Update all http://www.w3.org links to https to address security scan alerts * Bump nokogiri from 1.13.10 to 1.14.3 (#408) * http changed to https (#412) * change http to https (#413) * Update to Ruby v3 and clean up deps (#426) * update for security flag --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Andrew Burnes <[email protected]> * Revert "Updates for latest DataTables sort files (#431)" (#434) This reverts commit e780fe1. * Kengdoj baselinenextversion updates from main (#436) * Bump rack from 2.2.3 to 2.2.4 (#379) Bumps [rack](https://github.com/rack/rack) from 2.2.3 to 2.2.4. - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md) - [Commits](rack/rack@2.2.3...2.2.4) --- updated-dependencies: - dependency-name: rack dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump moment from 2.29.2 to 2.29.4 (#380) Bumps [moment](https://github.com/moment/moment) from 2.29.2 to 2.29.4. - [Release notes](https://github.com/moment/moment/releases) - [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md) - [Commits](moment/moment@2.29.2...2.29.4) --- updated-dependencies: - dependency-name: moment dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump @xmldom/xmldom from 0.7.5 to 0.7.6 (#381) Bumps [@xmldom/xmldom](https://github.com/xmldom/xmldom) from 0.7.5 to 0.7.6. - [Release notes](https://github.com/xmldom/xmldom/releases) - [Changelog](https://github.com/xmldom/xmldom/blob/master/CHANGELOG.md) - [Commits](xmldom/xmldom@0.7.5...0.7.6) --- updated-dependencies: - dependency-name: "@xmldom/xmldom" dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump loader-utils from 1.4.0 to 1.4.2 (#384) Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.0 to 1.4.2. - [Release notes](https://github.com/webpack/loader-utils/releases) - [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md) - [Commits](webpack/loader-utils@v1.4.0...v1.4.2) --- updated-dependencies: - dependency-name: loader-utils dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump @xmldom/xmldom from 0.7.6 to 0.7.9 (#387) Bumps [@xmldom/xmldom](https://github.com/xmldom/xmldom) from 0.7.6 to 0.7.9. - [Release notes](https://github.com/xmldom/xmldom/releases) - [Changelog](https://github.com/xmldom/xmldom/blob/master/CHANGELOG.md) - [Commits](xmldom/xmldom@0.7.6...0.7.9) --- updated-dependencies: - dependency-name: "@xmldom/xmldom" dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump minimatch from 3.0.4 to 3.1.2 (#385) Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. - [Release notes](https://github.com/isaacs/minimatch/releases) - [Commits](isaacs/minimatch@v3.0.4...v3.1.2) --- updated-dependencies: - dependency-name: minimatch dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump nokogiri from 1.13.6 to 1.13.9 (#386) Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.6 to 1.13.9. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](sparklemotion/nokogiri@v1.13.6...v1.13.9) --- updated-dependencies: - dependency-name: nokogiri dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump simple-git from 3.7.1 to 3.15.1 (#389) * Bump nokogiri from 1.13.9 to 1.13.10 (#390) Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.9 to 1.13.10. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](sparklemotion/nokogiri@v1.13.9...v1.13.10) --- updated-dependencies: - dependency-name: nokogiri dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump express from 4.17.2 to 4.18.2 (#391) Bumps [express](https://github.com/expressjs/express) from 4.17.2 to 4.18.2. - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](expressjs/express@4.17.2...4.18.2) --- updated-dependencies: - dependency-name: express dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump json5 and react-hot-loader (#392) Bumps [json5](https://github.com/json5/json5) and [react-hot-loader](https://github.com/gaearon/react-hot-loader). These dependencies needed to be updated together. Updates `json5` from 1.0.1 to 2.2.3 - [Release notes](https://github.com/json5/json5/releases) - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md) - [Commits](json5/json5@v1.0.1...v2.2.3) Updates `react-hot-loader` from 4.13.0 to 4.13.1 - [Release notes](https://github.com/gaearon/react-hot-loader/releases) - [Changelog](https://github.com/gaearon/react-hot-loader/blob/master/CHANGELOG.md) - [Commits](gaearon/react-hot-loader@v4.13.0...v4.13.1) --- updated-dependencies: - dependency-name: json5 dependency-type: indirect - dependency-name: react-hot-loader dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump rack from 2.2.4 to 3.0.4.1 (#395) Bumps [rack](https://github.com/rack/rack) from 2.2.4 to 3.0.4.1. - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md) - [Commits](rack/rack@2.2.4...v3.0.4.1) --- updated-dependencies: - dependency-name: rack dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump activesupport from 6.1.6 to 6.1.7.1 (#396) Bumps [activesupport](https://github.com/rails/rails) from 6.1.6 to 6.1.7.1. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.0.4.1/activesupport/CHANGELOG.md) - [Commits](rails/rails@v6.1.6...v6.1.7.1) --- updated-dependencies: - dependency-name: activesupport dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump simple-git from 3.15.1 to 3.16.0 (#397) Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 3.15.1 to 3.16.0. - [Release notes](https://github.com/steveukx/git-js/releases) - [Changelog](https://github.com/steveukx/git-js/blob/main/simple-git/CHANGELOG.md) - [Commits](https://github.com/steveukx/git-js/commits/[email protected]/simple-git) --- updated-dependencies: - dependency-name: simple-git dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump rack from 3.0.4.1 to 3.0.4.2 (#401) Bumps [rack](https://github.com/rack/rack) from 3.0.4.1 to 3.0.4.2. - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md) - [Commits](rack/rack@v3.0.4.1...v3.0.4.2) --- updated-dependencies: - dependency-name: rack dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump rack from 3.0.4.2 to 3.0.6.1 (#403) * Bump activesupport from 6.1.7.1 to 6.1.7.3 (#404) Bumps [activesupport](https://github.com/rails/rails) from 6.1.7.1 to 6.1.7.3. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.0.4.3/activesupport/CHANGELOG.md) - [Commits](rails/rails@v6.1.7.1...v6.1.7.3) --- updated-dependencies: - dependency-name: activesupport dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Update all http://www.w3.org links to https to address security scan alerts * Bump nokogiri from 1.13.10 to 1.14.3 (#408) * http changed to https (#412) * change http to https (#413) * Update to Ruby v3 and clean up deps (#426) * update for security flag (#430) * move table scripts to meta * Update jquery.dataTables.min11.js * more shuffling of scripts and meta * Update jquery.dataTables.min.js * Update meta.html switch to non-ke css * Update meta.html use ke * unicode trial * Update jquery.dataTables.min.css background images * Update jquery.dataTables.min.css * use ke css * use 13 css * 1.13 of natural * ke css * Update jquery.dataTables.min.css use unicode for up arrowhead * Update jquery.dataTables.min.css * use updated css from datatables --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Andrew Burnes <[email protected]> * Update image tests (#421) * Update 06Images.md * Update 06Images.md * Update 06Images.md * Update 06Images.md * Update 06Images.md * Update 06Images.md * Update ChangeLog3.md * editorial updates * remove 18.1 * Update 18Stylesheet.md * Update 18Stylesheet.md * Update 18Stylesheet.md * Update _baselines/06Images.md * Update _baselines/06Images.md * Update _baselines/06Images.md * Update _baselines/06Images.md * Update _baselines/ChangeLog3.md * Apply suggestions from code review Co-authored-by: Andrew Nielson <[email protected]> * Update _baselines/06Images.md * Update _baselines/06Images.md Co-authored-by: Bethany Letalien <[email protected]> * Apply suggestions from code review Co-authored-by: Bethany Letalien <[email protected]> * Update 06Images.md * Update _baselines/06Images.md * Update _baselines/06Images.md * Update _baselines/06Images.md * Update _baselines/06Images.md * Update _baselines/06Images.md * Update _baselines/06Images.md * Apply suggestions from code review * Apply suggestions from code review * Apply suggestions from code review * Update _baselines/06Images.md * Update _baselines/06Images.md --------- Co-authored-by: Andrew Nielson <[email protected]> Co-authored-by: Bethany Letalien <[email protected]> * Update allbaselines.html (#440) * Update allbaselines.html add updates for 5 and 18 page titles * Update footer.html add link to homepage * Update footer.html * Kengdoj usablogotext (#447) * Bump rack from 2.2.3 to 2.2.4 (#379) Bumps [rack](https://github.com/rack/rack) from 2.2.3 to 2.2.4. - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md) - [Commits](rack/rack@2.2.3...2.2.4) --- updated-dependencies: - dependency-name: rack dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump moment from 2.29.2 to 2.29.4 (#380) Bumps [moment](https://github.com/moment/moment) from 2.29.2 to 2.29.4. - [Release notes](https://github.com/moment/moment/releases) - [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md) - [Commits](moment/moment@2.29.2...2.29.4) --- updated-dependencies: - dependency-name: moment dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump @xmldom/xmldom from 0.7.5 to 0.7.6 (#381) Bumps [@xmldom/xmldom](https://github.com/xmldom/xmldom) from 0.7.5 to 0.7.6. - [Release notes](https://github.com/xmldom/xmldom/releases) - [Changelog](https://github.com/xmldom/xmldom/blob/master/CHANGELOG.md) - [Commits](xmldom/xmldom@0.7.5...0.7.6) --- updated-dependencies: - dependency-name: "@xmldom/xmldom" dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump loader-utils from 1.4.0 to 1.4.2 (#384) Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.0 to 1.4.2. - [Release notes](https://github.com/webpack/loader-utils/releases) - [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md) - [Commits](webpack/loader-utils@v1.4.0...v1.4.2) --- updated-dependencies: - dependency-name: loader-utils dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump @xmldom/xmldom from 0.7.6 to 0.7.9 (#387) Bumps [@xmldom/xmldom](https://github.com/xmldom/xmldom) from 0.7.6 to 0.7.9. - [Release notes](https://github.com/xmldom/xmldom/releases) - [Changelog](https://github.com/xmldom/xmldom/blob/master/CHANGELOG.md) - [Commits](xmldom/xmldom@0.7.6...0.7.9) --- updated-dependencies: - dependency-name: "@xmldom/xmldom" dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump minimatch from 3.0.4 to 3.1.2 (#385) Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. - [Release notes](https://github.com/isaacs/minimatch/releases) - [Commits](isaacs/minimatch@v3.0.4...v3.1.2) --- updated-dependencies: - dependency-name: minimatch dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump nokogiri from 1.13.6 to 1.13.9 (#386) Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.6 to 1.13.9. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](sparklemotion/nokogiri@v1.13.6...v1.13.9) --- updated-dependencies: - dependency-name: nokogiri dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump simple-git from 3.7.1 to 3.15.1 (#389) * Bump nokogiri from 1.13.9 to 1.13.10 (#390) Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.9 to 1.13.10. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](sparklemotion/nokogiri@v1.13.9...v1.13.10) --- updated-dependencies: - dependency-name: nokogiri dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump express from 4.17.2 to 4.18.2 (#391) Bumps [express](https://github.com/expressjs/express) from 4.17.2 to 4.18.2. - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](expressjs/express@4.17.2...4.18.2) --- updated-dependencies: - dependency-name: express dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump json5 and react-hot-loader (#392) Bumps [json5](https://github.com/json5/json5) and [react-hot-loader](https://github.com/gaearon/react-hot-loader). These dependencies needed to be updated together. Updates `json5` from 1.0.1 to 2.2.3 - [Release notes](https://github.com/json5/json5/releases) - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md) - [Commits](json5/json5@v1.0.1...v2.2.3) Updates `react-hot-loader` from 4.13.0 to 4.13.1 - [Release notes](https://github.com/gaearon/react-hot-loader/releases) - [Changelog](https://github.com/gaearon/react-hot-loader/blob/master/CHANGELOG.md) - [Commits](gaearon/react-hot-loader@v4.13.0...v4.13.1) --- updated-dependencies: - dependency-name: json5 dependency-type: indirect - dependency-name: react-hot-loader dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump rack from 2.2.4 to 3.0.4.1 (#395) Bumps [rack](https://github.com/rack/rack) from 2.2.4 to 3.0.4.1. - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md) - [Commits](rack/rack@2.2.4...v3.0.4.1) --- updated-dependencies: - dependency-name: rack dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump activesupport from 6.1.6 to 6.1.7.1 (#396) Bumps [activesupport](https://github.com/rails/rails) from 6.1.6 to 6.1.7.1. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.0.4.1/activesupport/CHANGELOG.md) - [Commits](rails/rails@v6.1.6...v6.1.7.1) --- updated-dependencies: - dependency-name: activesupport dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump simple-git from 3.15.1 to 3.16.0 (#397) Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 3.15.1 to 3.16.0. - [Release notes](https://github.com/steveukx/git-js/releases) - [Changelog](https://github.com/steveukx/git-js/blob/main/simple-git/CHANGELOG.md) - [Commits](https://github.com/steveukx/git-js/commits/[email protected]/simple-git) --- updated-dependencies: - dependency-name: simple-git dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump rack from 3.0.4.1 to 3.0.4.2 (#401) Bumps [rack](https://github.com/rack/rack) from 3.0.4.1 to 3.0.4.2. - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md) - [Commits](rack/rack@v3.0.4.1...v3.0.4.2) --- updated-dependencies: - dependency-name: rack dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump rack from 3.0.4.2 to 3.0.6.1 (#403) * Bump activesupport from 6.1.7.1 to 6.1.7.3 (#404) Bumps [activesupport](https://github.com/rails/rails) from 6.1.7.1 to 6.1.7.3. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.0.4.3/activesupport/CHANGELOG.md) - [Commits](rails/rails@v6.1.7.1...v6.1.7.3) --- updated-dependencies: - dependency-name: activesupport dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Update all http://www.w3.org links to https to address security scan alerts * Bump nokogiri from 1.13.10 to 1.14.3 (#408) * http changed to https (#412) * change http to https (#413) * Update to Ruby v3 and clean up deps (#426) * update for security flag (#430) * Rename assets/js/jquery.dataTables.min.js to assets/js/old/jquery.dataTables.min.js (#443) * Update sidenavitbwg-right-universal.html (#444) fix email address * Update scripts.html (#445) To address security flag, add type="text/javascript" so the browser will automatically add either "http:" or "https:" to the start of the URL, whichever is appropriate. * Update logo.html * Add files via upload * Add files via upload * Delete images/USAB_logo_Star_Text-White.png * Add files via upload * Update _includes/logo.html * Update styles.scss * Update styles.scss * Update styles.scss * Update styles.scss * Update styles.scss * Update styles.scss * Update styles.scss * Update styles.scss * Update styles.scss * Update styles.scss --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Andrew Burnes <[email protected]> * 2.2 and related updates (#451) * 2.2 link updates * Update 06Images.md * fix blip * Update 07Sensory.md * Update 06Images.md * Update 06Images.md * Update 08Contrast.md * Update 09Flashing.md * heading change to 2.2 from 2.0 * 2.2 updates * Update ChangeLog3.md * 2.2 updates * 2.2 upates * Parsing and 2.2 updates * Update ChangeLog3.md * 2.0 errata * Update 09Flashing.md * 2.0 diffs from 2.2 updates * editorial edits * Update ChangeLog3.md * editorial * editorial * editorial * Update 16AudioVideo.md * editorial * editorial * editorial * Apply suggestions from code review wcag 2.2 "change in context definition" removed "in content" * Apply suggestions from code review * Update _baselines/10Forms.md * Update Baseline Procedure IDs (#457) * Update 01Keyboard.md update .1 to .A, .2 to .B * Tests 1-6 * TI, TR, IC updated in all; up to 10 for test names * updates to IDs * updates to links * update IDs of test results * Delete _baselines/AppendixA.md * additional ID and link edits * Update references to 2.2 (#458) * Update references.md * Update ChangeLog3.md * Update references.md * Update ChangeLog3.md * Update references.md * Update 21TimedEvents.md (#459) * Add techniques to multiple baselines (#460) * Update 17SyncMedia.md * Update 13Structure.md * Update 08Contrast.md add f83 * Update 10Forms.md add F82 * Update 14Links.md (#461) * Update 14Links.md * Update 14Links.md * Update 13Structure.md (#462) * Update 13Structure.md * Update 13Structure.md * iframe test updates (#463) * Kengdoj sensorychars (#464) * Update 07Sensory.md * Update ChangeLog3.md * Update _baselines/07Sensory.md * add button on right nav (#467) * Updates for 12. Data Tables (#465) * first updates * updates * 4.1.2 * new 12.C * swap B and C * Update _baselines/12DataTables.md Co-authored-by: Andrew Nielson <[email protected]> * Apply suggestions from code review Co-authored-by: Andrew Nielson <[email protected]> * Apply suggestions from code review Co-authored-by: Andrew Nielson <[email protected]> * Apply suggestions from code review Co-authored-by: Andrew Nielson <[email protected]> * Update _baselines/12DataTables.md Co-authored-by: Andrew Nielson <[email protected]> --------- Co-authored-by: Andrew Nielson <[email protected]> * Update 11PageTitles.md * Update AppendixA1.html (#470) * Update AppendixA1.html * update mappings and minor fixes to other files * added 5.B Roles test for user controls (#469) * added 5.B * edits * minor edit * html * edits * Update _baselines/05Controls.md * Apply suggestions from code review * Update _baselines/05Controls.md Co-authored-by: Andrew Nielson <[email protected]> * Update 05Controls.md * state test updates * Update _baselines/05Controls.md * Update _baselines/05Controls.md --------- Co-authored-by: Andrew Nielson <[email protected]> * fix link * fix double footer * Update meta.html --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Andrew Nielson <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Bruce Bailey <[email protected]> Co-authored-by: cliffbert <[email protected]> Co-authored-by: KMSOC <[email protected]> Co-authored-by: Andrew Burnes <[email protected]> Co-authored-by: Bethany Letalien <[email protected]>
Preview Changes
#350 and #240
Changes to limit to User Controls