Add support for <form title>/<form alt>
1 files changed, 3 insertions(+), 0 deletions(-) M useragent.css
M useragent.css => useragent.css +3 -0
@@ 12,6 12,9 @@ button, select, textarea, input, output {speak: never} /* Leave to special form button[type=submit] {speak: always} input[type=submit][value] {speak: always; content: attr(value)} form[title] {content: attr(title)} /* Ideal UX for (inline) <form>s. */ form[alt] {content: attr(alt)} /** Tables **/ table::before {content: "Table"; voice-volume: x-soft} table:lang(hu)::before {content: "táblázat"}