|
73 | 73 | choosing.
|
74 | 74 | </p>
|
75 | 75 | </section>
|
76 |
| - <section id="sotd"> |
77 |
| - </section> |
| 76 | + <section id="sotd"></section> |
78 | 77 | <section>
|
79 | 78 | <h2>
|
80 | 79 | Prerequisites
|
@@ -269,10 +268,10 @@ <h2>
|
269 | 268 | </li>
|
270 | 269 | </ul>
|
271 | 270 | <p>
|
272 |
| - As with HTML forms, replying to a POST request with a |
273 |
| - <a data-cite="!RFC7231#section-6.4.4">303 See Other</a> redirect |
274 |
| - is highly recommended, as it avoids the POST being submitted a |
275 |
| - second time if the user requests a page refresh. |
| 271 | + As with HTML forms, replying to a POST request with a <a data-cite= |
| 272 | + "!RFC7231#section-6.4.4">303 See Other</a> redirect is highly |
| 273 | + recommended, as it avoids the POST being submitted a second time if the |
| 274 | + user requests a page refresh. |
276 | 275 | </p>
|
277 | 276 | </section>
|
278 | 277 | <section data-link-for="WebAppManifest">
|
@@ -515,6 +514,10 @@ <h3>
|
515 | 514 | performs a side-effect without any user interaction,
|
516 | 515 | <code>POST</code> requests should be used.
|
517 | 516 | </p>
|
| 517 | + <p class="warning"> |
| 518 | + The user agent MAY truncate the share data if <var>method</var> is |
| 519 | + <code>"GET"</code> and an entry in the share data exceeds 2000 bytes. |
| 520 | + </p> |
518 | 521 | <p>
|
519 | 522 | The <dfn>enctype</dfn> member specifies how the share data is encoded
|
520 | 523 | in the request.
|
@@ -737,6 +740,10 @@ <h3>
|
737 | 740 | </li>
|
738 | 741 | <li>If <var>value</var> is <code>undefined</code>, then continue.
|
739 | 742 | </li>
|
| 743 | + <li>If <var>method</var> is <code>"GET"</code> and |
| 744 | + <var>value</var> exceeds 2000 bytes in length, the user agent MAY |
| 745 | + set <var>value</var> to the first 2000 bytes of <var>value</var>. |
| 746 | + </li> |
740 | 747 | <li>
|
741 | 748 | <a data-cite="!INFRA#list-append">Append</a> to <var>entry
|
742 | 749 | list</var> a tuple with <var>name</var> and <var>value</var>.
|
|
0 commit comments