Use aria role to reduce rssTerminal verbosity.

This is a fix for http://mantis.tokeek.de/view.php?id=643
pull/53/head
luccioman 9 years ago
parent 6bf9c55584
commit 623bcc729a

@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta charset="UTF-8">
<title>rss terminal</title> <title>rss terminal</title>
<style type="text/css"> <style type="text/css">
@ -172,8 +172,8 @@ function init() {
<body onload="self.getURLparameters();init();"> <body onload="self.getURLparameters();init();">
<div id="feedbox"> <div id="feedbox">
<p id="content"></p> <p id="content" role="marquee"></p>
</div> </div>
</body> </body>
</html> </html>
Loading…
Cancel
Save