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