Skip to content

Commit 637c199

Browse files
scottaoharambgower
andauthored
Update F91 to remove unrelated techniques (#3821)
closes #3788 removes f46, g115 and g63 as they aren't directly related to not marking up table headers correctly. The issue said all but H43 should be removed, but H51 demonstrates how to build a table with correctly marked up headers, so i see no reason why this shouldn't still be linked. As it stands, support for the headers attribute is rather lack luster - so pointing to a generic use of setting up a table with correct usage of the th element is worth not removing. Co-authored-by: Mike Gower
1 parent 358f3a6 commit 637c199

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

techniques/failures/F91.html

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,7 @@

Headers not marked up appropriately

6464
ul>
6565
section>
6666
section><section id="related"><h2>Related Techniquesh2><ul>
67-
<li><a href="F46">F46a>li>
68-
<li><a href="../general/G63">G63a>li>
69-
<li><a href="../general/G115">G115a>li>
70-
<li><a href="../html/H43">H43a>li>
71-
<li><a href="../html/H51">H51a>li>
67+
<li><a href="../html/H43">H43a>li>
68+
<li><a href="../html/H51">H51a>li>
7269
ul>section>
73-
body>html>
70+
body>html>

0 commit comments

Comments
 (0)