Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
rubys committed Nov 29, 2014
1 parent ffb0766 commit 322212d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions url.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1539,7 +1539,7 @@ optionally with an <a>encoding</a>
<!-- https://simon.html5.org/test/url/url-encoding.html -->

<li><p>Set <var>buffer</var> to the result of
<a title=encode>encoding</a>
<a>encoding</a>
<var>buffer</var> using <var>encoding override</var>.

<li>
Expand Down Expand Up @@ -1943,7 +1943,7 @@ takes a list of name-value pairs <var>pairs</var>, optionally with an
<li><p>Let <var>outputPair</var> be a copy of <var>pair</var>.

<li><p>Replace <var>outputPair</var>'s name and value with the result of running
<a>encode</a> on them using
<a function>encode</a> on them using
<var>encoding override</var>, respectively.

<li><p>Replace <var>outputPair</var>'s name and value with their
Expand Down Expand Up @@ -2956,6 +2956,11 @@ document.addEventListener("DOMContentLoaded", function(event) {
"url": "https://dom.spec.whatwg.org/#dom-node-baseuri",
"shortname": "dom", "type": "dfn", "level": 1, "status": "current"
},
{
"linkingText": "encode",
"url": "https://encoding.spec.whatwg.org/#encode",
"shortname": "encode", "type": "function", "level": 1, "status": "current"
},
{
"linkingText": "encoding",
"url": "https://encoding.spec.whatwg.org/#encoding",
Expand Down
4 changes: 2 additions & 2 deletions url.html
Original file line number Diff line number Diff line change
Expand Up @@ -1550,7 +1550,7 @@ <h3 class="heading settled" data-level=4.2 id=url-parsing><span class=secno>4.2.


<li><p>Set <var>buffer</var> to the result of
<a data-link-type=dfn href=https://encoding.spec.whatwg.org/#encoding title=encode>encoding</a>
<a data-link-type=dfn href=https://encoding.spec.whatwg.org/#encoding>encoding</a>
<var>buffer</var> using <var>encoding override</var>.

<li>
Expand Down Expand Up @@ -1943,7 +1943,7 @@ <h3 class="heading settled" data-level=5.2 id=urlencoded-serializing><span class
<li><p>Let <var>outputPair</var> be a copy of <var>pair</var>.

<li><p>Replace <var>outputPair</var>’s name and value with the result of running
<a data-link-type=dfn href=https://encoding.spec.whatwg.org/#encoding>encode</a> on them using
<a class=css data-link-type=function href=https://encoding.spec.whatwg.org/#encode>encode</a> on them using
<var>encoding override</var>, respectively.

<li><p>Replace <var>outputPair</var>’s name and value with their
Expand Down

0 comments on commit 322212d

Please sign in to comment.