~alcinnz/rhapsode

c65d3891b8adc06348a8abda4d0d8e8d8d9e6a00 — Adrian Cochrane 4 years ago b2a95a4
Update user-agent.css
1 files changed, 4 insertions(+), 1 deletions(-)

M user-agent.css
M user-agent.css => user-agent.css +4 -1
@@ 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}