Skip to content

Commit ae4028c

Browse files
committed
Renaming file and updating understanding doc.
1 parent 1b0719b commit ae4028c

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed
File renamed without changes.

understanding/21/content-on-hover-or-focus.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -115,20 +115,20 @@ <h2>Techniques</h2>
115115
<section id="sufficient">
116116
<h3>Sufficient</h3>
117117
<ul>
118-
<li>ARIA: Using role="tooltip"</li>
119-
<li>CSS: Using hover and focus pseudo classes</li>
118+
<li>@@ ARIA: Using role="tooltip"</li>
119+
<li>@@ CSS: Using hover and focus pseudo classes</li>
120120
</ul>
121121
</section>
122-
<section id="advisory">
122+
<!--<section id="advisory">
123123
<h2>Advisory</h2>
124-
</section>
124+
</section>-->
125125
<section id="failure">
126126
<h2>Failure</h2>
127-
<ul>
128-
<li>Failure to make content dismissable without moving pointer hover or keyboard focus</li>
129-
<li>Failure to have hover content hoverable</li>
130-
<li>Failure to meet by content on hover or focus not remaining visible until dismissed or invalid</li>
131-
</ul>
127+
<ul>
128+
<li><a href="../../techniques/failures/F95.html">F95</a></li>
129+
<li>@@ Failure to make content dismissable without moving pointer hover or keyboard focus</li>
130+
<li>@@ Failure to meet by content on hover or focus not remaining visible until dismissed or invalid</li>
131+
</ul>
132132
</section>
133133
</section>
134134
</body>

0 commit comments

Comments
 (0)