Skip to content

Commit

Permalink
Update F91 to remove unrelated techniques
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
scottaohara authored May 6, 2024
1 parent 619aa18 commit 14b1082
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions techniques/failures/F91.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,7 @@ <h3>Headers not marked up appropriately</h3>
</ul>
</section>
</section><section id="related"><h2>Related Techniques</h2><ul>
<li><a href="../html/H51">H51</a></li>
<li><a href="../failures/F46">F46</a></li>
<li><a href="../general/G115">G115</a></li>
<li><a href="../html/H43">H43</a></li>
<li><a href="../general/G63">G63</a></li>
<li><a href="../html/H43">H43</a></li>
<li><a href="../html/H51">H51</a></li>
</ul></section>
</body></html>
</body></html>

0 comments on commit 14b1082

Please sign in to comment.