Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add reference to the element #217

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7653,7 +7653,7 @@ <h2 class="heading settled" data-level="13" id="glossary"><span class="secno">13
system) and converts it to text.</p>
<dt data-md=""><dfn class="dfn-paneled" data-dfn-type="dfn" data-noexport="" id="topmost-event-target">topmost event target</dfn>
<dd data-md="">
<p>The <a data-link-type="dfn" href="#topmost-event-target" id="ref-for-topmost-event-target①③">topmost event target</a> MUST be the element highest in the rendering
<p>The <a data-link-type="dfn" href="#topmost-event-target" id="ref-for-topmost-event-target①③">topmost event target</a> MUST be the <a href="https://dom.spec.whatwg.org/#interface-element">element</a> highest in the rendering
order which is capable of being an <a data-link-type="dfn" href="#event-target" id="ref-for-event-target⑤⑨">event target</a>. In graphical user
interfaces this is the element under the user’s pointing device. A user
interface’s <q>hit testing</q> facility is used to determine the target. For
Expand Down Expand Up @@ -8062,6 +8062,7 @@ <h3 class="no-num no-ref heading settled" id="index-defined-elsewhere"><span cla
<li>
<a data-link-type="biblio">[HTML]</a> defines the following terms:
<ul>
<li><a href="https://dom.spec.whatwg.org/#interface-element">Element</a>
<li><a href="https://html.spec.whatwg.org/multipage/window-object.html#window">Window</a>
<li><a href="https://html.spec.whatwg.org/multipage/input.html#the-input-element">input</a>
<li><a href="https://html.spec.whatwg.org/multipage/form-elements.html#the-textarea-element">textarea</a>
Expand Down Expand Up @@ -10358,4 +10359,4 @@ <h2 class="no-num no-ref heading settled" id="idl-index"><span class="content">I
}

});
</script>
</script>