Skip to content

Commit 5cac417

Browse files
vkatsikarosshs96c
authored andcommitted
Convert some text to 'Fire an event' links
1 parent e7a6262 commit 5cac417

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

webdriver-spec.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ <h3>Dependencies</h3>
129129
<!-- Element --> <li><dfn data-lt=elements><a href=https://dom.spec.whatwg.org/#concept-element>Element</a></dfn>
130130
<!-- Equals --> <li><dfn><a href=https://dom.spec.whatwg.org/#concept-node-equals>Equals</a></dfn>
131131
<!-- Event --> <li><dfn><a href=https://dom.spec.whatwg.org/#event>Event</a></dfn>
132-
<!-- Fire an event --> <li><dfn data-lt="fire|fires|fired|event fires|event fired"><a href=https://dom.spec.whatwg.org/#concept-event-fire>Fire an event</a></dfn>
132+
<!-- Fire an event --> <li><dfn data-lt="fire|fires|fired|event fires|event fired|event firing"><a href=https://dom.spec.whatwg.org/#concept-event-fire>Fire an event</a></dfn>
133133
<!-- Get an attribute by name --> <li><dfn data-lt="getting an attribute by name"><a href=https://dom.spec.whatwg.org/#concept-element-attributes-get-by-name>Get an attribute by name</a></dfn>
134134
<!-- getAttribute --> <li><dfn><a href=https://dom.spec.whatwg.org/#dom-element-getattribute>getAttribute</a></dfn>
135135
<!-- getElementsByTagName --> <li><dfn><a href="https://dom.spec.whatwg.org/#dom-element-getelementsbytagname"><code>getElementsByTagName</code></a></dfn>
@@ -3139,7 +3139,7 @@ <h3>Back</h3>
31393139
for the <a>current browsing context</a>.
31403140

31413141
<li><p>If the previous step completed results in a <a><code>pageHide</code></a>
3142-
<a>event</a> firing, wait until <a><code>pageShow</code></a> <a>event fires</a>
3142+
<a>event firing</a>, wait until <a><code>pageShow</code></a> <a>event fires</a>
31433143
or for the <a>session page load timeout</a> milliseconds to pass,
31443144
whichever occurs sooner.
31453145

@@ -5276,7 +5276,7 @@ <h3>Element Clear</h3>
52765276
<li><p>Set <var>element</var>'s <a><code>innerHTML</code> IDL
52775277
attribute</a> to an empty string.
52785278

5279-
<li><p>Fire an <a><code>input</code> event</a>.
5279+
<li><p><a>Fire</a> an <a><code>input</code> event</a>.
52805280

52815281
<li><p>Run the <a>unfocusing steps</a> for the <var>element</var>.
52825282
</ol> <!-- /clearing a content editable element -->
@@ -5292,7 +5292,7 @@ <h3>Element Clear</h3>
52925292

52935293
<li><p>Run <var>element</var>'s <a>reset algorithm</a>.
52945294

5295-
<li><p>Fire an <a><code>input</code> event</a>.
5295+
<li><p><a>Fire</a> an <a><code>input</code> event</a>.
52965296

52975297
<li><p>Run the <a>unfocusing steps</a> for the <var>element</var>.
52985298
</ol> <!-- /clearing an editable element -->
@@ -5587,7 +5587,7 @@ <h3>Element Send Keys</h3>
55875587
is <code>true</code> <var>files</var> are be appended
55885588
to <var>element</var>'s <a>selected files</a>.
55895589

5590-
<li><p>Fire an <a><code>input</code> event</a>.
5590+
<li><p><a>Fire</a> an <a><code>input</code> event</a>.
55915591

55925592
<li><p>Jump to the last step in this overall set of steps.
55935593
</ol>

0 commit comments

Comments
 (0)