Hide visual layout tags from screen readers.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<hr>
|
||||
<hr aria-hidden="true">
|
||||
|
||||
<!--# if expr="$title" -->
|
||||
</article>
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
</main>
|
||||
|
||||
<footer>🔥🐄</footer>
|
||||
<footer aria-hidden="true">🔥🐄</footer>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user