editorial: link to urlencoded serializer (#92) · w3c/web-share-target@a8d4a5d
marcoscacere
·
2020-06-05
·
via Recent Commits to web-share-target:main
This repository was archived by the owner on Jun 30, 2026. It is now read-only.
| Original file line number | Diff line number | Diff line change |
|---|
@@ -546,8 +546,8 @@ <h3>
|
546 | 546 | <li>If <var>method</var> is <code>"GET"</code>: |
547 | 547 | <ol> |
548 | 548 | <li>Let <var>query</var> be the result of running the |
549 | | -<a data-cite="url">application/x-www-form-urlencoded</a> |
550 | | -serializer with <var>entry list</var> and no encoding override. |
| 549 | +[=urlencoded serializer=] with <var>entry list</var> and no |
| 550 | + encoding override. |
551 | 551 | </li> |
552 | 552 | <li>Set <var>url</var>'s <a data-cite= |
553 | 553 | "!URL#concept-url-query">query</a> component to <var>query</var>. |
@@ -559,9 +559,8 @@ <h3>
|
559 | 559 | <li>Otherwise, if <var>method</var> is <code>"POST"</code> and <var> |
560 | 560 | enctype</var> is <code>"application/x-www-form-urlencoded"</code>: |
561 | 561 | <ol> |
562 | | -<li>Let <var>body</var> be the result of running the |
563 | | -<a data-cite="url">application/x-www-form-urlencoded</a> |
564 | | - serializer with <var>entry list</var> and no encoding override. |
| 562 | +<li>Let <var>body</var> be the result of running the [=urlencoded |
| 563 | + serializer=] with <var>entry list</var> and no encoding override. |
565 | 564 | </li> |
566 | 565 | <li>Set <var>body</var> to the result of [=UTF-8 encode=] |
567 | 566 | <var>body</var>. |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。