Skip to content

Commit 4287a3b

Browse files
committed
fixup! Add "activate element" user intent
1 parent 188650a commit 4287a3b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

index.bs

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@ table tbody th:first-child { border-left: solid; }
3838
table td, table th { border-left: solid; border-right: solid; border-bottom: solid thin; vertical-align: top; padding: 0.2em; }
3939
</style>
4040

41+
<pre class=anchors>
42+
spec: HTML; urlPrefix: https://html.spec.whatwg.org/multipage/
43+
type: dfn
44+
text: focused area of the document; url: document-sequences.html#focused-area-of-the-document
45+
</pre>
46+
4147
Introduction {#intro}
4248
=====================
4349

@@ -845,6 +851,11 @@ The following <dfn>table of standard user intents</dfn> enumerates the user inte
845851

846852
A [=remote end=] has a <dfn for="remote end">table of extension user intents</dfn>, which is a mapping of zero or more string names of user intents and algorithms for simulating the named intents. Extension user intents' names must contain a "`:`" (colon) character, denoting an implementation specific namespace.
847853

854+
A [=remote end=] has a <dfn for="remote end">virtual cursor</dfn>, which describes the location of the user's focus.
855+
856+
Note: The [=virtual cursor=] is not necessarily synchronized with any given
857+
applications' concept of "focus" (e.g. [=focused area of the document=]).
858+
848859
<div algorithm>
849860

850861
Note: Each string in `KeyCombination` represents a "raw key" consisting of a

0 commit comments

Comments
 (0)