From 2a9aa47992c7fcec94fbeae8aeb55d23e2acbd0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20J=C3=A4genstedt?= Date: Thu, 28 May 2020 13:59:02 +0200 Subject: [PATCH] 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. --- index.html | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index 1a7048ea9..a644faf4a 100644 --- a/index.html +++ b/index.html @@ -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", @@ -5834,10 +5845,10 @@

Element Send Keys

Otherwise
    -
  1. If element does not currently have focus, +

  2. If element does not currently have focus, let current text length be the string length of element’s API value. - +

  3. Set the text insertion caret using set selection range using current text length for both the start and end parameters. @@ -9892,8 +9903,8 @@

    Index

    The following terms are defined in the Same Site Cookie specification: [[RFC6265bis]]

    The following terms are defined in