Skip to content

Commit

Permalink
Fix markup error 😟
Browse files Browse the repository at this point in the history
  • Loading branch information
annevk committed Oct 6, 2015
1 parent 2793476 commit 5e0ed32
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -20588,16 +20588,16 @@ interface <dfn>HTMLHyperlinkElementUtils</dfn> {

<dt><var>hyperlink</var> . <code subdfn data-x="dom-hyperlink-search">search</code></dt>
<dd>
<p>Returns the hyperlink's URL's query (includes leading "<code data-x"">?</code>" if
<p>Returns the hyperlink's URL's query (includes leading "<code data-x="">?</code>" if
non-empty).</p>
<p>Can be set, to change the URL's query (ignores leading "<code data-x"">?</code>").</p>
<p>Can be set, to change the URL's query (ignores leading "<code data-x="">?</code>").</p>
</dd>

<dt><var>hyperlink</var> . <code subdfn data-x="dom-hyperlink-hash">hash</code></dt>
<dd>
<p>Returns the hyperlink's URL's fragment (includes leading "<code data-x"">#</code>" if
<p>Returns the hyperlink's URL's fragment (includes leading "<code data-x="">#</code>" if
non-empty).</p>
<p>Can be set, to change the URL's fragment (ignores leading "<code data-x"">#</code>").</p>
<p>Can be set, to change the URL's fragment (ignores leading "<code data-x="">#</code>").</p>
</dd>
</dl>

Expand Down

0 comments on commit 5e0ed32

Please sign in to comment.