Skip to content

Commit

Permalink
Update unknowns
Browse files Browse the repository at this point in the history
  • Loading branch information
snuggs committed Jan 6, 2025
1 parent 4383b30 commit 7782e59
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions styles/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2682,8 +2682,8 @@ <h2>Forms</h2>

<header>Indeterminate</header>
<meter tabindex=0>Unknown</meter>
<meter tabindex=0 max=2></meter>
<meter tabindex=0 min=1 max=3></meter>
<meter tabindex=0 max=2>Unknown</meter>
<meter tabindex=0 min=1 max=3>Unknown</meter>
<meter tabindex=0 low=1 optimal=2 high=3>2</meter>
<meter tabindex=0 min=1 low=2 optimal=3 high=4 max=5>3</meter>

Expand Down Expand Up @@ -2722,7 +2722,7 @@ <h2>Forms</h2>

<header>Indeterminate</header>
<progress tabindex=0>Unknown</progress>
<progress tabindex=0 max=2></progress>
<progress tabindex=0 max=2>Unknown</progress>

<header>With <var>value</var></header>
<progress aria-valuenow=0,5 value=0.5>0.5</progress>
Expand Down

0 comments on commit 7782e59

Please sign in to comment.