From 0d9de74c9cc918ee2c5ff58501d1be23854bcfc6 Mon Sep 17 00:00:00 2001 From: Melanie Richards Date: Wed, 22 May 2019 19:19:52 -0700 Subject: [PATCH] Make fallback table more robust for aria-valuenow on slider role --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 4782b4efe..9c15a7ce6 100644 --- a/index.html +++ b/index.html @@ -12119,7 +12119,7 @@

States and Properties

slider aria-valuenow - (aria-valuemax - aria-valuemin) / 2 + If missing or not a number,(aria-valuemax - aria-valuemin) / 2. If present but less than aria-valuemin, the value of aria-valuemin. If present but greater than aria-valuemax, the value of aria-valuemax. spinbutton