From c65d3891b8adc06348a8abda4d0d8e8d8d9e6a00 Mon Sep 17 00:00:00 2001 From: Adrian Cochrane Date: Thu, 11 Jul 2019 16:35:45 +1200 Subject: [PATCH] Update user-agent.css --- user-agent.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/user-agent.css b/user-agent.css index 0197309..4c21906 100644 --- a/user-agent.css +++ b/user-agent.css @@ -6,7 +6,10 @@ datalist {speak: never} button[type=button] {speak: never} button[formaction] {speak: always} -button::before {content: "Button"; pitch: high} +button::before, input[type=button]::before, input[type=submit]::before { + content: "Button"; + pitch: high; +} select::before, textarea::before, input::before {content: "Input"; pitch: high} output::before {content: "Output"; pitch: high} button, select, input, output {pitch: low} -- 2.30.2