Skip to content

Commit

Permalink
Merge branch 'main' into high-contrast-practice
Browse files Browse the repository at this point in the history
  • Loading branch information
jongund committed Oct 17, 2024
2 parents 5329201 + 15b2c6c commit a4b8d01
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 5 additions & 1 deletion content/about/acknowledgements/acknowledgements.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,14 @@ <h2>Editors</h2>
<span class="p-name fn">Zoë Bijl</span> (<span class="p-org org h-org">Invited Expert</span>)
</dd>
<dd class="editor p-author h-card vcard" data-editor-id="34017">
<a class="u-url url p-name fn" href="https://www.w3.org/People/cooper/">Michael Cooper</a>
<a class="u-url url p-name fn" href="https://www.w3.org/staff/#dmontalvo">Daniel Montalvo</a>
(<span class="p-org org h-org">W3C</span>)
</dd>
<dt>Former editors:</dt>
<dd class="editor p-author h-card vcard" data-editor-id="34017">
<span class="p-name fn">Michael Cooper</span> (<span class="p-org org h-org">W3C</span>) - Until
<time datetime="2023-07-31">31 July 2023</time>
</dd>
<dd class="editor p-author h-card vcard" data-editor-id="42279">
<span class="p-name fn">Joseph Scheuhammer</span> (<span class="p-org org h-org">Inclusive Design
Research Centre, OCAD University</span>) - Until
Expand Down
6 changes: 2 additions & 4 deletions content/patterns/tooltip/tooltip-pattern.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,8 @@ <h2>Keyboard Interaction</h2>
<h3>Note</h3>
<ol>
<li>Focus stays on the triggering element while the tooltip is displayed.</li>
<li>
If the tooltip is invoked when the trigger element receives focus, then it is dismissed when it no longer has focus (onBlur).
If the tooltip is invoked with mouseIn, then it is dismissed with on mouseOut.
</li>
<li>If the tooltip is invoked when the trigger element receives focus, then it is dismissed when it no longer has focus (onBlur).</li>
<li>If the tooltip is invoked when a pointing cursor moves over the trigger element, then it remains open as long as the cursor is over the trigger or the tooltip.</li>
</ol>
</div>
</section>
Expand Down

0 comments on commit a4b8d01

Please sign in to comment.