From 90aef5e4ec84da83f601b0c9b0e1f96583c3657f Mon Sep 17 00:00:00 2001 From: Adrian Cochrane Date: Thu, 11 Jul 2019 16:51:03 +1200 Subject: [PATCH] Style text areas --- user-agent.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/user-agent.css b/user-agent.css index 4c21906..a904803 100644 --- a/user-agent.css +++ b/user-agent.css @@ -12,8 +12,9 @@ button::before, input[type=button]::before, input[type=submit]::before { } select::before, textarea::before, input::before {content: "Input"; pitch: high} output::before {content: "Output"; pitch: high} -button, select, input, output {pitch: low} +text-area, button, select, input, output {pitch: low} input, output {content: attr(value)} +text-area {speak-as: literal-punctuation} option:not([checked]) {speak: never} select[multiple] option {cue-before: url(bulletpoint.wav)} -- 2.30.2