File tree 1 file changed +12
-2
lines changed
1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,14 @@ spec: html; urlPrefix: https://html.spec.whatwg.org/multipage/;
38
38
type: dfn;
39
39
text:DOM anchor
40
40
text:focused area of the document
41
+ text:active match; url: fip-active-match
42
+ urlPrefix: form-control-infrastructure.html
43
+ type: dfn;
44
+ text:mutable; url: concept-fe-mutable
45
+ spec: html; urlPrefix: https://w3c.github.io/editing/docs/execCommand/;
46
+ urlPrefix: index.html
47
+ type: dfn;
48
+ text:editable
41
49
</pre>
42
50
43
51
<h2 id=intro>
@@ -113,8 +121,10 @@ following criteria:
113
121
114
122
Some elements are considered to be <dfn
115
123
id="anchor-priority-candidates"> priority candidates</dfn> for anchor selection:
116
- 1. The [=DOM anchor=] of the [=focused area of the document=] .
117
- 2. An element containing the current active selected match of the
124
+ 1. The [=DOM anchor=] of the [=focused area of the document=] , if such an anchor
125
+ is text editable ([=editable=] , [=editing host=] , [=mutable=] <{textarea}> , or
126
+ [=mutable=] <{input}> with a type that allows text entry).
127
+ 2. An element containing the current [=active match=] of the
118
128
find-in-page user-agent algorithm. If the match spans multiple elements, then
119
129
consider only the first such element.
120
130
You can’t perform that action at this time.
0 commit comments