diff options
Diffstat (limited to 'tests/gold/html/styled/index.html')
-rw-r--r-- | tests/gold/html/styled/index.html | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/tests/gold/html/styled/index.html b/tests/gold/html/styled/index.html index fe1b125a..77b2faca 100644 --- a/tests/gold/html/styled/index.html +++ b/tests/gold/html/styled/index.html @@ -16,7 +16,7 @@ </script> </head> <body class="indexfile"> -<div id="header"> +<header> <div class="content"> <h1>Coverage report: <span class="pc_cov">67%</span> @@ -26,8 +26,8 @@ <input id="filter" type="text" value="" placeholder="filter..." /> </form> </div> -</div> -<div class="help_panel"> +</header> +<aside class="help_panel"> <img id="panel_icon" src="keybd_open.png" alt="Hide keyboard shortcuts" /> <p class="legend">Hot-keys on this page</p> <div> @@ -39,8 +39,8 @@ <span class="key">c</span> change column sorting </p> </div> -</div> -<div id="index"> +</aside> +<main id="index"> <table class="index"> <thead> <tr class="tablehead" title="Click to sort"> @@ -73,14 +73,14 @@ <p id="no_rows"> No items found using the specified filter. </p> -</div> -<div id="footer"> +</main> +<footer> <div class="content"> <p> - <a class="nav" href="https://coverage.readthedocs.io/en/coverage-5.3.1a0">coverage.py v5.3.1a0</a>, - created at 2020-12-05 14:55 -0500 + <a class="nav" href="https://coverage.readthedocs.io/en/6.1a0">coverage.py v6.1a0</a>, + created at 2021-10-17 10:52 -0400 </p> </div> -</div> +</footer> </body> </html> |