Skip to content

Commit 004d542

Browse files
authored
Remove duplicate links (#4009)
Removing duplicate information from several technique pages, where either links or entire sections were repeated.
1 parent 7c38fc9 commit 004d542

File tree

2 files changed

+0
-24
lines changed

2 files changed

+0
-24
lines changed

techniques/general/G141.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,6 @@ <h2>Related Techniques</h2>
7171
<section id="resources">
7272
<h2>Resources</h2>
7373
<ul>
74-
<li>
75-
<a href="https://webaim.org/techniques/semanticstructure/">WebAIM: Semantic Structure</a>
76-
</li>
7774
<li>
7875
<a href="https://webaim.org/techniques/semanticstructure/">WebAIM: Semantic Structure</a>
7976
</li>

techniques/html/H63.html

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -99,26 +99,5 @@ <h2>Resources</h2>
9999
</li>
100100
</ul>
101101
</section>
102-
<section id="related">
103-
<h2>Related Techniques</h2>
104-
<ul>
105-
<li><a href="../html/H43">H43</a></li>
106-
<li><a href="../html/H51">H51</a></li>
107-
</ul>
108-
</section>
109-
<section id="resources">
110-
<h2>Resources</h2>
111-
<ul>
112-
<li>
113-
<a href="https://html.spec.whatwg.org/multipage/tables.html#attr-th-scope">HTML - the <code class="att">scope</code> attribute</a>.
114-
</li>
115-
<li>
116-
<a href="https://html.spec.whatwg.org/multipage/tables.html#the-th-element">HTML - the <code class="el">th</code> element</a>.
117-
</li>
118-
<li>
119-
<a href="https://html.spec.whatwg.org/multipage/tables.html#the-td-element">HTML - the <code class="el">td</code> element</a>.
120-
</li>
121-
</ul>
122-
</section>
123102
</body>
124103
</html>

0 commit comments

Comments
 (0)