mirror of
https://github.com/yacy/yacy_search_server.git
synced 2025-07-21 09:04:37 -04:00
Merge pull request #53 from luccioman/accessibility
Use aria role to reduce rssTerminal verbosity.
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<meta charset="UTF-8">
|
||||
<title>rss terminal</title>
|
||||
<style type="text/css">
|
||||
|
||||
@ -172,8 +172,8 @@ function init() {
|
||||
|
||||
<body onload="self.getURLparameters();init();">
|
||||
<div id="feedbox">
|
||||
<p id="content"></p>
|
||||
<p id="content" role="marquee"></p>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
Reference in New Issue
Block a user