Skip to content

Commit 40cf2c7

Browse files
Make enums case-insensitive (#1149)
1 parent 1a06ac7 commit 40cf2c7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

index.html

+6
Original file line numberDiff line numberDiff line change
@@ -492,6 +492,8 @@ <h3>
492492
<li>[=Strip leading and trailing ASCII whitespace=] from
493493
|json|["dir"].
494494
</li>
495+
<li>[=ASCII lowercase=] |json|["dir"].
496+
</li>
495497
<li>If [=text-direction list=] doesn't [=list/contain=]
496498
|json|["dir"], return.
497499
</li>
@@ -678,6 +680,8 @@ <h3>
678680
<li>[=Strip leading and trailing ASCII whitespace=] from
679681
|json|["display"].
680682
</li>
683+
<li>[=ASCII lowercase=] |json|["display"].
684+
</li>
681685
<li>If [=display modes list=] doesn't [=list/contain=]
682686
|json|["display"], return.
683687
</li>
@@ -740,6 +744,8 @@ <h3>
740744
<li>[=Strip leading and trailing ASCII whitespace=] from
741745
|json|["orientation"].
742746
</li>
747+
<li>[=ASCII lowercase=] |json|["orientation"].
748+
</li>
743749
<li>If |json|["orientation"] doesn't [=list/contain=] any of the
744750
[=orientation values=], return.
745751
</li>

0 commit comments

Comments
 (0)