Skip to content

Commit b2dc10a

Browse files
Remove leftover references to Flash techniques (#3540)
A few references to FLASH5 and FLASH7 were missed when #1142 resolved #1140. The leftovers seem to have resulted in broken FLASH# links appearing in some of WCAG 2.1 and 2.2's understanding pages: * Understanding SC 2.4.4: Link Purpose (In Context) (Level A) * WCAG 2.1: https://www.w3.org/WAI/WCAG21/Understanding/link-purpose-in-context#sufficient * WCAG 2.2: https://www.w3.org/WAI/WCAG22/Understanding/link-purpose-in-context#sufficient * Understanding SC 2.4.9: Link Purpose (Link Only) (Level AAA) * WCAG 2.1: https://www.w3.org/WAI/WCAG21/Understanding/link-purpose-link-only.html#sufficient * WCAG 2.2: https://www.w3.org/WAI/WCAG22/Understanding/link-purpose-link-only.html#sufficient This should resolve it by removing the leftovers from the HTML and JSON versions of affected understanding pages. Closes #3928
1 parent 9a291c9 commit b2dc10a

File tree

3 files changed

+0
-56
lines changed

3 files changed

+0
-56
lines changed

guidelines/wcag.json

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -4765,14 +4765,6 @@
47654765
"title":
47664766
"Using scripts to change the link text"
47674767
}
4768-
,
4769-
{
4770-
"id":
4771-
"TECH:FLASH7"
4772-
,
4773-
"title":
4774-
""
4775-
}
47764768

47774769
]
47784770

@@ -4918,14 +4910,6 @@
49184910
,
49194911
{
49204912
"id":
4921-
"TECH:FLASH5"
4922-
,
4923-
"title":
4924-
""
4925-
}
4926-
,
4927-
{
4928-
"id":
49294913
"TECH:H80"
49304914
,
49314915
"title":
@@ -5319,14 +5303,6 @@
53195303
"title":
53205304
"Using scripts to change the link text"
53215305
}
5322-
,
5323-
{
5324-
"id":
5325-
"TECH:FLASH7"
5326-
,
5327-
"title":
5328-
""
5329-
}
53305306

53315307
]
53325308

@@ -5395,14 +5371,6 @@
53955371
,
53965372
{
53975373
"id":
5398-
"TECH:FLASH5"
5399-
,
5400-
"title":
5401-
""
5402-
}
5403-
,
5404-
{
5405-
"id":
54065374
"TECH:H33"
54075375
,
54085376
"title":

understanding/20/link-purpose-in-context.html

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -228,12 +228,6 @@ <h3>Sufficient Techniques for Link Purpose (In Context)</h3>
228228

229229
</li>
230230

231-
<li>
232-
233-
<a href="../Techniques/flash/FLASH7" class="flash">Using scripting to change control labels</a>
234-
235-
</li>
236-
237231
</ul>
238232

239233
</li>
@@ -365,12 +359,6 @@ <h3>Additional Techniques (Advisory) for Link Purpose (In Context)</h3>
365359

366360
</li>
367361

368-
<li>
369-
370-
<a href="../Techniques/flash/FLASH5" class="flash">Combining adjacent image and text buttons for the same resource</a>
371-
372-
</li>
373-
374362
<li>
375363

376364
<a href="../Techniques/html/H80" class="html">Identifying the purpose of a link using link text combined with the preceding heading

understanding/20/link-purpose-link-only.html

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -203,12 +203,6 @@ <h3>Sufficient Techniques for Link Purpose (Link Only)</h3>
203203

204204
</li>
205205

206-
<li>
207-
208-
<a href="../Techniques/flash/FLASH7" class="flash">Using scripting to change control labels</a>
209-
210-
</li>
211-
212206
</ul>
213207

214208
</li>
@@ -270,12 +264,6 @@ <h3>Additional Techniques (Advisory) for Link Purpose (Link Only)</h3>
270264

271265
</li>
272266

273-
<li>
274-
275-
<a href="../Techniques/flash/FLASH5" class="flash">Combining adjacent image and text buttons for the same resource</a>
276-
277-
</li>
278-
279267
<li>
280268

281269
<a href="../Techniques/html/H33" class="html">Supplementing link text with the title attribute</a>

0 commit comments

Comments
 (0)