Skip to content

Commit

Permalink
Make enums case-insensitive (#1149)
Browse files Browse the repository at this point in the history
  • Loading branch information
christianliebel authored Nov 7, 2024
1 parent 1a06ac7 commit 40cf2c7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -492,6 +492,8 @@ <h3>
<li>[=Strip leading and trailing ASCII whitespace=] from
|json|["dir"].
</li>
<li>[=ASCII lowercase=] |json|["dir"].
</li>
<li>If [=text-direction list=] doesn't [=list/contain=]
|json|["dir"], return.
</li>
Expand Down Expand Up @@ -678,6 +680,8 @@ <h3>
<li>[=Strip leading and trailing ASCII whitespace=] from
|json|["display"].
</li>
<li>[=ASCII lowercase=] |json|["display"].
</li>
<li>If [=display modes list=] doesn't [=list/contain=]
|json|["display"], return.
</li>
Expand Down Expand Up @@ -740,6 +744,8 @@ <h3>
<li>[=Strip leading and trailing ASCII whitespace=] from
|json|["orientation"].
</li>
<li>[=ASCII lowercase=] |json|["orientation"].
</li>
<li>If |json|["orientation"] doesn't [=list/contain=] any of the
[=orientation values=], return.
</li>
Expand Down

0 comments on commit 40cf2c7

Please sign in to comment.