Hide visual layout tags from screen readers.

This commit is contained in:
Ian Gulliver
2019-04-25 03:29:30 +00:00
parent 8663055dd3
commit 3f0e9575ec
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -33,4 +33,4 @@
<h1><!--# echo var="title" --></h1> <h1><!--# echo var="title" --></h1>
<!--# endif --> <!--# endif -->
<hr> <hr aria-hidden="true">