Skip to content

Commit 7d31b6a

Browse files
foolipAutomatedTester
authored andcommitted
Define RFC6265bis in localBiblio
Documentation of this mechanism: https://github.com/w3c/respec/wiki/localBiblio While in the area, update to the latest draft version.
1 parent f66dd0e commit 7d31b6a

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

index.html

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,18 @@
3535
{value: "#webdriver on irc.w3.org", href: "https://www.w3.org/wiki/IRC"},
3636
]
3737
}],
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+
},
3950
wg: "Browser Testing and Tools Working Group",
4051
wgURI: "https://www.w3.org/testing/browser/",
4152
wgPublicList: "public-browser-tools-testing",
@@ -5834,10 +5845,10 @@ <h4><dfn>Element Send Keys</dfn></h4>
58345845
<dt>Otherwise
58355846
<dd>
58365847
<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,
58385849
let <var>current text length</var> be the
58395850
<a>string length</a> of <var><a>element</a></var>’s <a>API value</a>.
5840-
5851+
58415852
<li><p>Set the text insertion caret using <a>set selection range</a>
58425853
using <var>current text length</var> for both the <code>start</code>
58435854
and <code>end</code> parameters.
@@ -9892,8 +9903,8 @@ <h2>Index</h2>
98929903

98939904
<dd><p>The following terms are defined in the Same Site Cookie specification: [[RFC6265bis]]
98949905
<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>
98979908
</ul>
98989909

98999910
<dd><p>The following terms are defined in

0 commit comments

Comments
 (0)