Skip to content

Commit

Permalink
added links to table of high contrast options
Browse files Browse the repository at this point in the history
  • Loading branch information
jongund committed Nov 6, 2024
1 parent cf3612e commit 68f23b3
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 13 deletions.
26 changes: 26 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
module.exports = {

Check failure on line 1 in .eslintrc.js

View workflow job for this annotation

GitHub Actions / lint-js

Use the global form of 'use strict'

Check failure on line 1 in .eslintrc.js

View workflow job for this annotation

GitHub Actions / lint-js

'module' is not defined

Check failure on line 1 in .eslintrc.js

View workflow job for this annotation

GitHub Actions / lint-js

Use the global form of 'use strict'

Check failure on line 1 in .eslintrc.js

View workflow job for this annotation

GitHub Actions / lint-js

'module' is not defined
"env": {
"browser": true,
"es2021": true
},
"extends": "airbnb-base",
"overrides": [
{
"env": {
"node": true
},
"files": [
".eslintrc.{js,cjs}"
],
"parserOptions": {
"sourceType": "script"
}
}
],
"parserOptions": {
"ecmaVersion": "latest",
"sourceType": "module"
},
"rules": {
}
}
26 changes: 13 additions & 13 deletions content/practices/high-contrast/high-contrast-practice.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,10 @@ <h2>User Options for Adjusting Colors and Contrast</h2>
<th>Invert Colors</th>
<td>
<ul>
<li>macOS</li>
<li>Windows</li>
<li>iOS</li>
<li>Android</li>
<li><a href="https://support.apple.com/en-ge/guide/mac-help/mchl11ddd4b3/mac">macOS</a></li>
<li><a href="https://support.microsoft.com/en-us/office/use-color-and-contrast-for-accessibility-in-microsoft-365-bb11486d-fc7d-4cd9-b344-16e2bc2a2387#bkmk_invertwin11">Windows</a></li>
<li><a href="https://support.apple.com/en-ge/guide/iphone/iph3e2e1fb0/ios">iOS</a></li>
<li><a href="https://support.google.com/accessibility/android/answer/6151800?hl=en">Android</a></li>
</ul>
</td>
<td>
Expand All @@ -122,10 +122,10 @@ <h2>User Options for Adjusting Colors and Contrast</h2>
<th>Increase contrast</th>
<td>
<ul>
<li>macOS</li>
<li>Windows</li>
<li>iOS</li>
<li>Android</li>
<li><a href="https://support.apple.com/guide/mac-help/change-display-settings-for-accessibility-unac089/mac">macOS</a></li>
<li><a href="https://support.microsoft.com/en-us/windows/change-color-contrast-in-windows-fedc744c-90ac-69df-aed5-c8a90125e696">Windows</a></li>
<li><a href="https://support.apple.com/en-ge/guide/iphone/ipheed8d2fca/18.0/ios/18.0">iOS</a></li>
<li><a href="https://support.google.com/accessibility/android/answer/11183305?hl=en#zippy=%2Cuse-high-contrast-text">Android</a></li>
</ul>
</td>
<td>
Expand All @@ -147,10 +147,10 @@ <h2>User Options for Adjusting Colors and Contrast</h2>
</th>
<td>
<ul>
<li>macOS</li>
<li>Windows</li>
<li>iOS</li>
<li>Android</li>
<li><a href="https://support.apple.com/guide/mac-help/use-a-light-or-dark-appearance-mchl52e1c2d2/mac">macOS</a></li>
<li><a href="https://www.microsoft.com/en-us/windows/learning-center/when-to-use-dark-mode">Windows</a></li>
<li><a href="https://support.apple.com/en-ge/guide/iphone/iph60ba71065/18.0/ios/18.0#iph33fda3e85">iOS</a></li>
<li><a href="https://support.google.com/android/answer/9730472?hl=en">Android</a></li>
</ul>
</td>
<td>
Expand All @@ -171,7 +171,7 @@ <h2>User Options for Adjusting Colors and Contrast</h2>
Contrast Themes<br>
(AKA High Contrast Mode)
</th>
<td>Windows 10 and later.</td>
<td><a href="https://support.microsoft.com/en-us/windows/change-color-contrast-in-windows-fedc744c-90ac-69df-aed5-c8a90125e696">Windows 10 and later.</a></td>
<td>
This accessibility feature provides extra high contrast and user customizable color themes.
</td>
Expand Down

0 comments on commit 68f23b3

Please sign in to comment.