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