From 40cf2c73ce6d8d9a795f345491a0ae5e97cd17cb Mon Sep 17 00:00:00 2001 From: Christian Liebel Date: Thu, 7 Nov 2024 12:27:40 +0100 Subject: [PATCH] Make enums case-insensitive (#1149) --- index.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/index.html b/index.html index eb96c60f..4f7b93b8 100644 --- a/index.html +++ b/index.html @@ -492,6 +492,8 @@

  • [=Strip leading and trailing ASCII whitespace=] from |json|["dir"].
  • +
  • [=ASCII lowercase=] |json|["dir"]. +
  • If [=text-direction list=] doesn't [=list/contain=] |json|["dir"], return.
  • @@ -678,6 +680,8 @@

  • [=Strip leading and trailing ASCII whitespace=] from |json|["display"].
  • +
  • [=ASCII lowercase=] |json|["display"]. +
  • If [=display modes list=] doesn't [=list/contain=] |json|["display"], return.
  • @@ -740,6 +744,8 @@

  • [=Strip leading and trailing ASCII whitespace=] from |json|["orientation"].
  • +
  • [=ASCII lowercase=] |json|["orientation"]. +
  • If |json|["orientation"] doesn't [=list/contain=] any of the [=orientation values=], return.