~alcinnz/rhapsode

8cfb4861448d9e26f79a072b82cdaa351948b337 — Adrian Cochrane 3 years ago eaf2f46
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"}