Merge pull request #53 from luccioman/accessibility

Use aria role to reduce rssTerminal verbosity.
pull/54/head
Michael Peter Christen 9 years ago
commit 883a96f21a

@ -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