Skip to content

Commit

Permalink
updating testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jongund committed Jun 11, 2024
1 parent 4241863 commit d07dc26
Showing 1 changed file with 20 additions and 16 deletions.
36 changes: 20 additions & 16 deletions content/practices/high-contrast/high-contrast-practice.html
Original file line number Diff line number Diff line change
Expand Up @@ -285,33 +285,37 @@ <h3 id="chrome-high-contrast-options">Chrome High Contrast Options</h3>
<thead>
<tr>
<th>Option</th>
<th>Description</th>
<th>Canvas</th>
<th>Canvas Text</th>
<th>Link Text</th>
<th>Field Text</th>
<th>Transparent<br/>Content</th>

Check failure on line 292 in content/practices/high-contrast/high-contrast-practice.html

View workflow job for this annotation

GitHub Actions / lint-html

The empty tag : [ br ] must not use self closed syntax. [error/empty-tag-not-self-closed]

Check failure on line 292 in content/practices/high-contrast/high-contrast-practice.html

View workflow job for this annotation

GitHub Actions / lint-html

The empty tag : [ br ] must not use self closed syntax. [error/empty-tag-not-self-closed]
<th>Background<br/>Images</th>

Check failure on line 293 in content/practices/high-contrast/high-contrast-practice.html

View workflow job for this annotation

GitHub Actions / lint-html

The empty tag : [ br ] must not use self closed syntax. [error/empty-tag-not-self-closed]

Check failure on line 293 in content/practices/high-contrast/high-contrast-practice.html

View workflow job for this annotation

GitHub Actions / lint-html

The empty tag : [ br ] must not use self closed syntax. [error/empty-tag-not-self-closed]
</tr>
</thead>
<tbody>
<tr>
<td>
<a href="https://developer.chrome.com/docs/devtools/rendering/emulate-css">Chrome: Emulate <code>prefers-color-scheme: dark</code> and <code>forced-colors: active</code></a>
</td>
<td>
<ul>
<li>Text content is white on a black background</li>
<li>Links are yellow on a black background</li>
<li>Transparent content becomes visible (e.g. borders, ..) become visible (white)</li>
</ul>
</td>
<td>Black</td>
<td>White</td>
<td>Yellow</td>
<td>White</td>
<td>White</td>
<td>Disabled</td>
</tr>
<tr>
<td>
<a href="https://chromewebstore.google.com/detail/high-contrast/djcfdncoelnlbldjfhinnjlhdjlikmph?hl%3Den&pli=1">Chrome High Contrast Extension</a>
</td>
<td>
<ul>
<li></li>
<li></li>
<li></li>
</ul>
<a href="https://chromewebstore.google.com/detail/high-contrast/djcfdncoelnlbldjfhinnjlhdjlikmph?hl%3Den&pli=1">Chrome High Contrast Extension</a><br/>

Check failure on line 310 in content/practices/high-contrast/high-contrast-practice.html

View workflow job for this annotation

GitHub Actions / lint-html

The empty tag : [ br ] must not use self closed syntax. [error/empty-tag-not-self-closed]

Check failure on line 310 in content/practices/high-contrast/high-contrast-practice.html

View workflow job for this annotation

GitHub Actions / lint-html

The empty tag : [ br ] must not use self closed syntax. [error/empty-tag-not-self-closed]
(Using "Yellow on Black" option)
</td>
<td>Black</td>
<td>Yellow</td>
<td>Yellow</td>
<td>Yellow</td>
<td>Transparent</td>
<td>Enabled</td>
</tr>
</tbody>
</table>
Expand Down

0 comments on commit d07dc26

Please sign in to comment.