Skip to content

Commit

Permalink
Update <dfn> link to "the body element"
Browse files Browse the repository at this point in the history
  • Loading branch information
garykac committed Dec 20, 2016
1 parent 763deea commit e464270
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ urlPrefix: https://html.spec.whatwg.org/multipage/interaction.html#; type: dfn;
text: drag data store mode
text: drag data item kind
text: drag data item type string
urlPrefix: http://www.w3.org/TR/html/sections.html#; type: dfn;
url: https://html.spec.whatwg.org/multipage/dom.html#the-body-element-2; type: dfn;
text: the body element
urlPrefix: http://www.w3.org/TR/html5/browsers.html#; type: dfn;
text: allowed to show a popup
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1808,13 +1808,13 @@ <h3 class="heading settled" data-level="4.2" id="processing-model"><span class="
<ol>
<li data-md="">
<p>Let <var>target</var> be the element that contains the
start of the selection in document order, or <a data-link-type="dfn" href="http://www.w3.org/TR/html/sections.html#the-body-element">the body element</a> if there is no selection or cursor.</p>
start of the selection in document order, or <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/dom.html#the-body-element-2">the body element</a> if there is no selection or cursor.</p>
</ol>
<li data-md="">
<p>Else, if the context is not editable</p>
<ol>
<li data-md="">
<p>Let <var>target</var> be the focused node, or <a data-link-type="dfn" href="http://www.w3.org/TR/html/sections.html#the-body-element">the body element</a> if no node has focus.</p>
<p>Let <var>target</var> be the focused node, or <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/dom.html#the-body-element-2">the body element</a> if no node has focus.</p>
</ol>
</ol>
<li data-md="">
Expand Down

0 comments on commit e464270

Please sign in to comment.