Skip to content

Commit

Permalink
[Spec] Fix typo in previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
bokand committed Dec 2, 2019
1 parent ccdddb6 commit d919662
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ asynchronous task to find and set the indicated part of the document.
</div>

Amend the [[html#read-html|page load processing model for HTML files]] to insert
a step after step 1:
these steps after step 1:

2. Let <em>is user activated</em> be true if the current navigation was <a
href="https://html.spec.whatwg.org/#triggered-by-user-activation"> triggered
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1803,7 +1803,7 @@ <h4 class="heading settled" data-level="2.3.4" id="allow-text-fragment-directive
the invocation will occur as part of the <a href="https://html.spec.whatwg.org/multipage/#scroll-to-the-fragment-identifier">scroll to the fragment</a> steps which
can happen outside the context of a navigation. </div>
<p>Amend the <a href="https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-html">page load processing model for HTML files</a> to insert
a step after step 1:</p>
these steps after step 1:</p>
<ol start="2">
<li data-md>
<p>Let <em>is user activated</em> be true if the current navigation was <a href="https://html.spec.whatwg.org/#triggered-by-user-activation"> triggered
Expand Down

0 comments on commit d919662

Please sign in to comment.