Skip to content

Commit

Permalink
Make enums case-insensitive
Browse files Browse the repository at this point in the history
  • Loading branch information
christianliebel committed Oct 15, 2024
1 parent 22b2259 commit 0e4717f
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 @@ -496,6 +496,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 @@ -682,6 +684,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 @@ -744,6 +748,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 0e4717f

Please sign in to comment.