|
35 | 35 | {value: "#webdriver on irc.w3.org", href: "https://www.w3.org/wiki/IRC"},
|
36 | 36 | ]
|
37 | 37 | }],
|
38 |
| - |
| 38 | + localBiblio: { |
| 39 | + "RFC6265bis": { |
| 40 | + "authors": [ |
| 41 | + "M. West", |
| 42 | + "J. Wilander" |
| 43 | + ], |
| 44 | + "href": "https://tools.ietf.org/html/draft-ietf-httpbis-rfc6265bis-05", |
| 45 | + "title": "Cookies: HTTP State Management Mechanism", |
| 46 | + "status": "Draft", |
| 47 | + "publisher": "IETF" |
| 48 | + } |
| 49 | + }, |
39 | 50 | wg: "Browser Testing and Tools Working Group",
|
40 | 51 | wgURI: "https://www.w3.org/testing/browser/",
|
41 | 52 | wgPublicList: "public-browser-tools-testing",
|
@@ -5834,10 +5845,10 @@ <h4><dfn>Element Send Keys</dfn></h4>
|
5834 | 5845 | <dt>Otherwise
|
5835 | 5846 | <dd>
|
5836 | 5847 | <ol>
|
5837 |
| - <li><p>If <var>element</var> does not currently have focus, |
| 5848 | + <li><p>If <var>element</var> does not currently have focus, |
5838 | 5849 | let <var>current text length</var> be the
|
5839 | 5850 | <a>string length</a> of <var><a>element</a></var>’s <a>API value</a>.
|
5840 |
| - |
| 5851 | + |
5841 | 5852 | <li><p>Set the text insertion caret using <a>set selection range</a>
|
5842 | 5853 | using <var>current text length</var> for both the <code>start</code>
|
5843 | 5854 | and <code>end</code> parameters.
|
@@ -9892,8 +9903,8 @@ <h2>Index</h2>
|
9892 | 9903 |
|
9893 | 9904 | <dd><p>The following terms are defined in the Same Site Cookie specification: [[RFC6265bis]]
|
9894 | 9905 | <ul>
|
9895 |
| - <!-- lax --> <li><dfn><a href="https://tools.ietf.org/html/draft-ietf-httpbis-cookie-same-site-00#section-4.1"><code>lax</code></a></dfn> |
9896 |
| - <!-- strict --> <li><dfn><a href="https://tools.ietf.org/html/draft-ietf-httpbis-cookie-same-site-00#section-4.1"><code>strict</code></a></dfn> |
| 9906 | + <!-- lax --> <li><dfn><a href="https://tools.ietf.org/html/draft-ietf-httpbis-rfc6265bis-06#section-4.1.2.7"><code>lax</code></a></dfn> |
| 9907 | + <!-- strict --> <li><dfn><a href="https://tools.ietf.org/html/draft-ietf-httpbis-rfc6265bis-06#section-4.1.2.7"><code>strict</code></a></dfn> |
9897 | 9908 | </ul>
|
9898 | 9909 |
|
9899 | 9910 | <dd><p>The following terms are defined in
|
|
0 commit comments