From 9f74c0229f61c3058a10e04622a87a5a958fa648 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20C=C3=A1ceres?= Date: Fri, 13 Oct 2023 05:55:56 +0000 Subject: [PATCH] Editorial: move Ryan Kanso to Former Editor SHA: c3867750f068f5a8e18c53b2f1b3b64f0cd113ec Reason: push, by marcoscaceres Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- index.html | 1801 ++++++++++++++++++++++++++-------------------------- 1 file changed, 892 insertions(+), 909 deletions(-) diff --git a/index.html b/index.html index 4e0078d..1e168e3 100644 --- a/index.html +++ b/index.html @@ -5,11 +5,10 @@ Contact Picker API - - + - - - - - + - - - - + - - +

Contact Picker API

-

Editor’s Draft,

+

Editor’s Draft,

More details about this document
@@ -612,14 +681,15 @@

Contact Picker API

Feedback:
public-device-apis@w3.org with subject line “[contact-picker] … message topic …” (archives)
GitHub -
Editors: +
Editor:
(Google) +
Former Editor:
(Google)
- +
@@ -646,7 +716,7 @@

Essential Claim(s) must disclose the information in accordance with section 6 of the W3C Patent Policy.

-

This document is governed by the 2 November 2021 W3C Process Document.

+

This document is governed by the 12 June 2023 W3C Process Document.

@@ -1138,20 +1208,22 @@

, like this:

Note, this is an informative note.

-

Conformant Algorithms

-

Requirements phrased in the imperative as part of algorithms +

+

Conformant Algorithms

+

Requirements phrased in the imperative as part of algorithms (such as "strip any leading space characters" or "return false and abort these steps") are to be interpreted with the meaning of the key word ("must", "should", "may", etc) used in introducing the algorithm.

-

Conformance requirements phrased as algorithms or specific steps +

Conformance requirements phrased as algorithms or specific steps can be implemented in any manner, so long as the end result is equivalent. In particular, the algorithms defined in this specification are intended to be easy to understand and are not intended to be performant. Implementers are encouraged to optimize.

+

Index

@@ -1240,335 +1312,68 @@

toJSON(), in § 5.3
  • user contact, in § 4.2 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

    Terms defined by reference

    • [FileAPI] defines the following terms:
        -
      • Blob -
      • type +
      • Blob +
      • type
    • [HTML] defines the following terms:
        -
      • HTMLButtonElement -
      • HTMLImageElement -
      • Navigator -
      • browsing context -
      • event loop -
      • in parallel -
      • origin -
      • queue a task -
      • relevant realm -
      • relevant settings object -
      • responsible event loop -
      • secure context -
      • task source -
      • top-level browsing context +
      • HTMLButtonElement +
      • HTMLImageElement +
      • Navigator +
      • browsing context +
      • event loop +
      • in parallel +
      • origin +
      • queue a task +
      • relevant realm +
      • relevant settings object +
      • responsible event loop +
      • secure context +
      • task source +
      • top-level browsing context
    • [INFRA] defines the following terms:
        -
      • append -
      • boolean -
      • contain -
      • empty -
      • for each -
      • item -
      • list +
      • append +
      • boolean +
      • contain +
      • empty +
      • for each +
      • item +
      • list
    • [MIMESNIFF] defines the following terms:
        -
      • image mime type +
      • image mime type
    • [WEBIDL] defines the following terms:
        -
      • DOMException -
      • DOMString -
      • Default -
      • Exposed -
      • FrozenArray -
      • InvalidStateError -
      • Promise -
      • SameObject -
      • SecureContext -
      • SecurityError -
      • TypeError -
      • a new promise -
      • a promise rejected with -
      • boolean -
      • object -
      • sequence -
      • this +
      • DOMException +
      • DOMString +
      • Default +
      • Exposed +
      • FrozenArray +
      • InvalidStateError +
      • Promise +
      • SameObject +
      • SecureContext +
      • SecurityError +
      • TypeError +
      • a new promise +
      • a promise rejected with +
      • boolean +
      • object +
      • sequence +
      • this

    References

    @@ -1636,342 +1441,68 @@

    I }; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - + + + \ No newline at end of file + function previousHighlightIndex(algoName, varName) { + return indexNames.get(algoName+"///"+varName); + } + function nameFromIndex(index) { + return "selected" + index; + } +} + \ No newline at end of file