Skip to content

Commit

Permalink
Tweak F55 to fix broken/partial link text (#3874)
Browse files Browse the repository at this point in the history
Closes #3866

(need to actually test that it does, but the fix here is the only reason
I can think of why the link is shown as just "received" at the moment)
  • Loading branch information
patrickhlauke committed Jun 12, 2024
1 parent 0086e5e commit b2b5756
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions techniques/failures/F55.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,12 @@
<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">

<head>
<title>
Failure of Success Criteria 2.1.1, 2.4.7, 2.4.13, and 3.2.1 due to using script to remove focus when focus is
received</title>
<link rel="stylesheet" type="text/css" href="../../css/editors.css" class="remove">
</link>
<title>Failure of Success Criteria 2.1.1, 2.4.7, 2.4.13, and 3.2.1 due to using script to remove focus when focus is received</title>
<link rel="stylesheet" type="text/css" href="../../css/editors.css" class="remove"/>
</head>

<body>
<h1>
Failure of Success Criteria 2.1.1, 2.4.7, 2.4.13, and 3.2.1 due to using script to remove focus when focus is
received</h1>
<h1>Failure of Success Criteria 2.1.1, 2.4.7, 2.4.13, and 3.2.1 due to using script to remove focus when focus is received</h1>
<section class="meta">
<p class="id">ID: F55</p>
<p class="technology">Technology: failures</p>
Expand Down

0 comments on commit b2b5756

Please sign in to comment.