Skip to content

Define RFC6265bis in localBiblio #1507

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 28, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 16 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,18 @@
{value: "#webdriver on irc.w3.org", href: "https://www.w3.org/wiki/IRC"},
]
}],

localBiblio: {
"RFC6265bis": {
"authors": [
"M. West",
"J. Wilander"
],
"href": "https://tools.ietf.org/html/draft-ietf-httpbis-rfc6265bis-05",
"title": "Cookies: HTTP State Management Mechanism",
"status": "Draft",
"publisher": "IETF"
}
},
wg: "Browser Testing and Tools Working Group",
wgURI: "https://www.w3.org/testing/browser/",
wgPublicList: "public-browser-tools-testing",
Expand Down Expand Up @@ -5834,10 +5845,10 @@ <h4><dfn>Element Send Keys</dfn></h4>
<dt>Otherwise
<dd>
<ol>
<li><p>If <var>element</var> does not currently have focus,
<li><p>If <var>element</var> does not currently have focus,
let <var>current text length</var> be the
<a>string length</a> of <var><a>element</a></var>’s <a>API value</a>.

<li><p>Set the text insertion caret using <a>set selection range</a>
using <var>current text length</var> for both the <code>start</code>
and <code>end</code> parameters.
Expand Down Expand Up @@ -9892,8 +9903,8 @@ <h2>Index</h2>

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

<dd><p>The following terms are defined in
Expand Down