Skip to content

Commit

Permalink
Rephrase and capitalise
Browse files Browse the repository at this point in the history
  • Loading branch information
Alice Boxhall committed Mar 22, 2019
1 parent b9b3fb2 commit f1d35a4
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -72494,7 +72494,7 @@ END:VCARD</pre>

<ul>
<li>
<p>the user agent must not fire any of the following events on the node:</p>
<p>The user agent must not fire any of the following events on the node:</p>
<ul>
<li><p><code data-x="event-blur">blur</code></p></li>
<li><p><code data-x="event-focus">focus</code></p></li>
Expand Down Expand Up @@ -72526,9 +72526,10 @@ END:VCARD</pre>
</li>

<li>
<p>if the <span>inert</span> element is the <span data-x="topmost-event-target">topmost event
target</span> for one of the above events, which would be fired as a result of user input, an
alternative <span data-x="event-target">event target</span> must be found as follows:</p>
<p>If one of the following events would be fired as a result of user input, such that the
<span>inert</span> element would be the <span data-x="topmost-event-target">topmost event
target</span>, an alternative <span data-x="event-target">event target</span> must be found as
follows:</p>
<ol>
<li><p>Let <var>originalElement</var> be the <span data-x="topmost-event-target">topmost event
target</span> for the event.</p></li>
Expand All @@ -72550,10 +72551,10 @@ END:VCARD</pre>
</ol>
</li>

<li><p>the user agent may ignore the node for the purposes of text search user interfaces
<li><p>The user agent may ignore the node for the purposes of text search user interfaces
(commonly known as "find in page"); and</p></li>

<li><p>the user agent may prevent the user from selecting text in that node.</p></li>
<li><p>The user agent may prevent the user from selecting text in that node.</p></li>
</ul>

<p>User agents should allow the user to override the restrictions on search and text selection,
Expand Down

0 comments on commit f1d35a4

Please sign in to comment.