[w3c/webauthn] d0a010: Fix #618 - Make PublicKeyCredential.isPlatformAuth...

  Branch: refs/heads/jeffh-fixup-algs-contd-3
  Home:   https://github.com/w3c/webauthn
  Commit: d0a010cd6a23b96044ae0708dd8bb33bff66dc78
      https://github.com/w3c/webauthn/commit/d0a010cd6a23b96044ae0708dd8bb33bff66dc78
  Author: J.C. Jones <jc@mozilla.com>
  Date:   2017-10-09 (Mon, 09 Oct 2017)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  Fix #618 - Make PublicKeyCredential.isPlatformAuthenticatorAvailable static

The example in the spec shows static usage of isPlatformAuthenticatorAvailable,
but isPlatformAuthenticatorAvailable is defined [Unscopable], which is a regular
operation which is defined as being not static.

I think the static method of using this is what we want, actually. Declaring
this as a non-static method on PublicKeyCredential means users need to obtain a
concrete PublicKeyCredential object on which to call
isPlatformAuthenticatorAvailable(). This leads to a situation where you have to
first complete a call to navigator.credentials.create() in order to call
isPlatformAuthenticatorAvailable().


  Commit: 8b23fb85f33c03e0420fb8182d9d774012546fd9
      https://github.com/w3c/webauthn/commit/8b23fb85f33c03e0420fb8182d9d774012546fd9
  Author: Jeffrey Yasskin <jyasskin@gmail.com>
  Date:   2017-10-11 (Wed, 11 Oct 2017)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  Rewrite Generating an Attestation Object as an algorithm. (#600)

This replaces the "first generate the authenticator data" step with an input
because that's how it's called.


  Commit: e65e43ed53dcdb411d34a9d75decfc14e768c503
      https://github.com/w3c/webauthn/commit/e65e43ed53dcdb411d34a9d75decfc14e768c503
  Author: Jeffrey Yasskin <jyasskin@gmail.com>
  Date:   2017-10-11 (Wed, 11 Oct 2017)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  Use || uniformly for concatenation. (#615)

Fixes #562.


  Commit: d89c5031770f673288c1f5cb320adf33cbf11463
      https://github.com/w3c/webauthn/commit/d89c5031770f673288c1f5cb320adf33cbf11463
  Author: Rolf Lindemann <rolf.lindemann@gmx.net>
  Date:   2017-10-11 (Wed, 11 Oct 2017)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  Sign counter alg clarification [see issue #507] (#539)

* added description for U2F attestation format

* more description added

* ...

* added RP processing rule for signature counter

* explanation added: why should you compare signature counter

* add explanation: where does signature come from

* changes as requested in the PR

* changes as requested in the PR

* changes as requested in the PR

* correction

* more corrections

* typo

* corrected phrase as indicated by equalsJeffH

* correction: bikeshed still wants spaces - not tabs

* updating signcounter consideration according to suggestion in comment

* synatax corrections

* synatax corrections

* more changes added

* more corrections according to the comments in the issue

* addressed second last comment

* removed signing procedure details and referred to CTAP2 section 7

* fixed indent issue

* fix typo


  Commit: b0a205bc0010df59ab4657f83429b33b932cf552
      https://github.com/w3c/webauthn/commit/b0a205bc0010df59ab4657f83429b33b932cf552
  Author: J.C. Jones <james.jc.jones@gmail.com>
  Date:   2017-10-11 (Wed, 11 Oct 2017)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  Merge pull request #619 from jcjones/618-isPlatformAuthenticatorAvailable

Fix #618 - Make PublicKeyCredential.isPlatformAuthenticatorAvailable static


  Commit: c4b96d2114d6f6f18fc04f90961dbcd4b8164696
      https://github.com/w3c/webauthn/commit/c4b96d2114d6f6f18fc04f90961dbcd4b8164696
  Author: Jeffrey Yasskin <jyasskin@chromium.org>
  Date:   2017-10-11 (Wed, 11 Oct 2017)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  Name the parameters and variables in authenticatorMakeCredential.


  Commit: c514c5af0539c6b847abf0051c0932d8b049370a
      https://github.com/w3c/webauthn/commit/c514c5af0539c6b847abf0051c0932d8b049370a
  Author: Jeffrey Yasskin <jyasskin@chromium.org>
  Date:   2017-10-11 (Wed, 11 Oct 2017)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  Link "item" and use tuple rather than pair syntax for keys.


  Commit: 29c00ca8a90ec4abc4547663df7bb13af6a394fe
      https://github.com/w3c/webauthn/commit/29c00ca8a90ec4abc4547663df7bb13af6a394fe
  Author: Jeffrey Yasskin <jyasskin@chromium.org>
  Date:   2017-10-11 (Wed, 11 Oct 2017)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  Improve the counter wording.


  Commit: 997e749a47c656e2d5671dcbd2d27d4282832b89
      https://github.com/w3c/webauthn/commit/997e749a47c656e2d5671dcbd2d27d4282832b89
  Author: Jeffrey Yasskin <jyasskin@chromium.org>
  Date:   2017-10-11 (Wed, 11 Oct 2017)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  Fix [=RP=] links that should be [=[RP]=].


  Commit: c16fafd18def10492d29162d1a7daa4a37983510
      https://github.com/w3c/webauthn/commit/c16fafd18def10492d29162d1a7daa4a37983510
  Author: Rolf Lindemann <rolf.lindemann@gmx.net>
  Date:   2017-10-11 (Wed, 11 Oct 2017)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  remove not needed closing bracket


  Commit: 2d3732b659a0b4fcd439097137a2618e3ebe4cd3
      https://github.com/w3c/webauthn/commit/2d3732b659a0b4fcd439097137a2618e3ebe4cd3
  Author: Mike Jones <Michael.Jones@microsoft.com>
  Date:   2017-10-12 (Thu, 12 Oct 2017)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  Require authenticators to implement the signature counter (#630)


  Commit: 1674caa4663e5fa1e3635d48be8b787e0c2d82ef
      https://github.com/w3c/webauthn/commit/1674caa4663e5fa1e3635d48be8b787e0c2d82ef
  Author: Rolf Lindemann <rolf.lindemann@gmx.net>
  Date:   2017-10-11 (Wed, 11 Oct 2017)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  updated the definition of authenticator (#607)

* updated the definition of authenticator

* updated according to comment


  Commit: 9598e1d11e4ab344387131ad908f0335512bebdb
      https://github.com/w3c/webauthn/commit/9598e1d11e4ab344387131ad908f0335512bebdb
  Author: balfanz <dirk@balfanz.net>
  Date:   2017-10-11 (Wed, 11 Oct 2017)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  Relaxing user prompt requirements in certain cases

Relaxing the requirement to prompt the user on key creation *if* the authenticator is built-in *and* the RP didn't supply an excludeList of credentials.


  Commit: 394c9c0b369232a9004f71e3638fcc958a8725e0
      https://github.com/w3c/webauthn/commit/394c9c0b369232a9004f71e3638fcc958a8725e0
  Author: balfanz <dirk@balfanz.net>
  Date:   2017-10-11 (Wed, 11 Oct 2017)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  Merge pull request #634 from w3c/balfanz-patch-3

Relaxing user prompt requirements in certain cases


  Commit: 490eeaf49490456b93755a0c82ac0e7811574f2c
      https://github.com/w3c/webauthn/commit/490eeaf49490456b93755a0c82ac0e7811574f2c
  Author: Emil Lundberg <lundberg.emil@gmail.com>
  Date:   2017-10-12 (Thu, 12 Oct 2017)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  Link attestation statement and -format in §6.1 step 10

As discussed in #561


  Commit: 527aaf67e45838baba4d325cf1267504717fc8fc
      https://github.com/w3c/webauthn/commit/527aaf67e45838baba4d325cf1267504717fc8fc
  Author: Jeffrey Yasskin <jyasskin@gmail.com>
  Date:   2017-10-11 (Wed, 11 Oct 2017)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  Add a Relying Party conformance class. (#604)

* Add a Relying Party conformance class.

Fixes #88.

* Link "Relying Party".


  Commit: ea38238bd75789a894ef7ab52abefeb8d5514c0c
      https://github.com/w3c/webauthn/commit/ea38238bd75789a894ef7ab52abefeb8d5514c0c
  Author: J.C. Jones <jc@mozilla.com>
  Date:   2017-10-11 (Wed, 11 Oct 2017)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  Fix merge conflicts


  Commit: 7fde1b973f3bcc17bca2ca30e92365d6cf1a0da7
      https://github.com/w3c/webauthn/commit/7fde1b973f3bcc17bca2ca30e92365d6cf1a0da7
  Author: J.C. Jones <jc@mozilla.com>
  Date:   2017-10-11 (Wed, 11 Oct 2017)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into jyasskin-name-authenticator-params


  Commit: f6c9ed6d04ae0d695a6bf2659c214404ef3b5e6f
      https://github.com/w3c/webauthn/commit/f6c9ed6d04ae0d695a6bf2659c214404ef3b5e6f
  Author: J.C. Jones <jc@mozilla.com>
  Date:   2017-10-11 (Wed, 11 Oct 2017)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  Merge branch 'jyasskin-name-authenticator-params'


  Commit: 95fd62a3844a95c6cd9065fee90d73e60583f3fc
      https://github.com/w3c/webauthn/commit/95fd62a3844a95c6cd9065fee90d73e60583f3fc
  Author: Christiaan Brand <christiaan@entersekt.com>
  Date:   2017-10-11 (Wed, 11 Oct 2017)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  Fix User.ID example

Make User.ID binary in example 2 in section 11. Closes #598


  Commit: b7613fa71c23d7f52bad394a2d4e8087f1e10453
      https://github.com/w3c/webauthn/commit/b7613fa71c23d7f52bad394a2d4e8087f1e10453
  Author: J.C. Jones <jc@mozilla.com>
  Date:   2017-10-11 (Wed, 11 Oct 2017)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  Fix #551 - Define a Store method for PublicKeyCredential.

The Store operation isn't defined for PublicKeyCredential, even though it
is inherited from Credential Management. This defines that operation as
always resolving with an error.


  Commit: fff646941a6b79ced149e1d42bc2f0c4a6f9752e
      https://github.com/w3c/webauthn/commit/fff646941a6b79ced149e1d42bc2f0c4a6f9752e
  Author: J.C. Jones <james.jc.jones@gmail.com>
  Date:   2017-10-11 (Wed, 11 Oct 2017)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  Merge pull request #631 from jcjones/551-store

Fix #551 - Define a Store method for PublicKeyCredential.


  Commit: 06d5468e5b70ff5476e87188941e87d0cec67c20
      https://github.com/w3c/webauthn/commit/06d5468e5b70ff5476e87188941e87d0cec67c20
  Author: J.C. Jones <james.jc.jones@gmail.com>
  Date:   2017-10-11 (Wed, 11 Oct 2017)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  Merge pull request #635 from emlun/issue-561

Link attestation statement and -format in §6.1 step 10


  Commit: 97e8af01a1115f589ec21272e258a7b338b09f6a
      https://github.com/w3c/webauthn/commit/97e8af01a1115f589ec21272e258a7b338b09f6a
  Author: Jeffrey Yasskin <jyasskin@gmail.com>
  Date:   2017-10-11 (Wed, 11 Oct 2017)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  Rewrite the "make an assertion" introduction to clarify how get() works. (#611)

* Rewrite the "make an assertion" introduction to clarify how get() works.

Fixes #566.

* Fix equalsJeffH's comments.

* Clarify the "user may decline" sentence per equalsJeffH.


  Commit: f94ed9180b06571bc0af59d605f56fa520072edf
      https://github.com/w3c/webauthn/commit/f94ed9180b06571bc0af59d605f56fa520072edf
  Author: =JeffH <Jeff.Hodges@KingsMountain.com>
  Date:   2017-10-11 (Wed, 11 Oct 2017)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  update CTAP ref with correct authors and URL (#638)


  Commit: 9a542186a04aab5ff2552647e394316d33e6f9fa
      https://github.com/w3c/webauthn/commit/9a542186a04aab5ff2552647e394316d33e6f9fa
  Author: Jeffrey Yasskin <jyasskin@chromium.org>
  Date:   2017-10-11 (Wed, 11 Oct 2017)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  Name the parameters and variables in authenticatorGetAssertion.


  Commit: 6594dc74bcd89bcfd218d307e054f0fbac3c6112
      https://github.com/w3c/webauthn/commit/6594dc74bcd89bcfd218d307e054f0fbac3c6112
  Author: Jeffrey Yasskin <jyasskin@chromium.org>
  Date:   2017-10-11 (Wed, 11 Oct 2017)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  s/ID/credential ID/


  Commit: 641949fd27a21a929fd17f2d3b95be1006120110
      https://github.com/w3c/webauthn/commit/641949fd27a21a929fd17f2d3b95be1006120110
  Author: J.C. Jones <james.jc.jones@gmail.com>
  Date:   2017-10-11 (Wed, 11 Oct 2017)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  Merge pull request #637 from w3c/christiaanbrand-patch-1

Fix User.ID example


  Commit: 1b4c2449d471358600fb1b61a73e523e927c475f
      https://github.com/w3c/webauthn/commit/1b4c2449d471358600fb1b61a73e523e927c475f
  Author: J.C. Jones <jc@mozilla.com>
  Date:   2017-10-12 (Thu, 12 Oct 2017)

  Changed paths:
    M .spec-data/anchors.data
    M .spec-data/biblio-keys.json
    M .spec-data/biblio/biblio-ac.data
    M .spec-data/biblio/biblio-am.data
    M .spec-data/biblio/biblio-ap.data
    M .spec-data/biblio/biblio-au.data
    M .spec-data/biblio/biblio-ba.data
    M .spec-data/biblio/biblio-bi.data
    M .spec-data/biblio/biblio-bo.data
    A .spec-data/biblio/biblio-bu.data
    M .spec-data/biblio/biblio-ca.data
    M .spec-data/biblio/biblio-ce.data
    M .spec-data/biblio/biblio-cl.data
    M .spec-data/biblio/biblio-co.data
    M .spec-data/biblio/biblio-cr.data
    M .spec-data/biblio/biblio-cs.data
    M .spec-data/biblio/biblio-da.data
    M .spec-data/biblio/biblio-dc.data
    M .spec-data/biblio/biblio-en.data
    M .spec-data/biblio/biblio-eo.data
    M .spec-data/biblio/biblio-ep.data
    M .spec-data/biblio/biblio-fi.data
    M .spec-data/biblio/biblio-fl.data
    M .spec-data/biblio/biblio-ge.data
    M .spec-data/biblio/biblio-gy.data
    A .spec-data/biblio/biblio-h-.data
    M .spec-data/biblio/biblio-hi.data
    M .spec-data/biblio/biblio-hr.data
    M .spec-data/biblio/biblio-ht.data
    M .spec-data/biblio/biblio-in.data
    M .spec-data/biblio/biblio-is.data
    M .spec-data/biblio/biblio-lo.data
    M .spec-data/biblio/biblio-lw.data
    M .spec-data/biblio/biblio-ma.data
    M .spec-data/biblio/biblio-me.data
    M .spec-data/biblio/biblio-mi.data
    M .spec-data/biblio/biblio-mm.data
    M .spec-data/biblio/biblio-mo.data
    M .spec-data/biblio/biblio-n4.data
    M .spec-data/biblio/biblio-na.data
    M .spec-data/biblio/biblio-ne.data
    M .spec-data/biblio/biblio-oa.data
    M .spec-data/biblio/biblio-od.data
    M .spec-data/biblio/biblio-or.data
    M .spec-data/biblio/biblio-ow.data
    M .spec-data/biblio/biblio-p0.data
    M .spec-data/biblio/biblio-pa.data
    M .spec-data/biblio/biblio-pe.data
    M .spec-data/biblio/biblio-pn.data
    M .spec-data/biblio/biblio-pp.data
    M .spec-data/biblio/biblio-pr.data
    M .spec-data/biblio/biblio-pu.data
    M .spec-data/biblio/biblio-qb.data
    M .spec-data/biblio/biblio-re.data
    M .spec-data/biblio/biblio-rf.data
    M .spec-data/biblio/biblio-rt.data
    M .spec-data/biblio/biblio-sc.data
    M .spec-data/biblio/biblio-sd.data
    M .spec-data/biblio/biblio-se.data
    M .spec-data/biblio/biblio-sh.data
    M .spec-data/biblio/biblio-sm.data
    M .spec-data/biblio/biblio-st.data
    M .spec-data/biblio/biblio-to.data
    M .spec-data/biblio/biblio-ts.data
    M .spec-data/biblio/biblio-ua.data
    M .spec-data/biblio/biblio-ui.data
    M .spec-data/biblio/biblio-un.data
    M .spec-data/biblio/biblio-ut.data
    A .spec-data/biblio/biblio-va.data
    M .spec-data/biblio/biblio-ve.data
    M .spec-data/biblio/biblio-vo.data
    A .spec-data/biblio/biblio-w3.data
    M .spec-data/biblio/biblio-wa.data
    M .spec-data/biblio/biblio-wc.data
    M .spec-data/biblio/biblio-we.data
    M .spec-data/biblio/biblio-wg.data
    M .spec-data/biblio/biblio-wi.data
    M .spec-data/biblio/biblio-wo.data
    M .spec-data/biblio/biblio-xf.data
    M .spec-data/biblio/biblio-xm.data
    M .spec-data/biblio/biblio-xp.data
    M .spec-data/caniuse.json
    M .spec-data/fors.json
    M .spec-data/headings.json
    M .spec-data/languages.json
    M .spec-data/methods.json
    M .spec-data/specs.json
    M .spec-data/test-suites.json

  Log Message:
  -----------
  Update to newest bikeshed state


  Commit: 6563f2209fba7bfd695080f15800ca9220374b0e
      https://github.com/w3c/webauthn/commit/6563f2209fba7bfd695080f15800ca9220374b0e
  Author: J.C. Jones <jc@mozilla.com>
  Date:   2017-10-12 (Thu, 12 Oct 2017)

  Changed paths:
    M .bikeshed-include/header.include
    M .bikeshed-include/status-ED.include
    M .bikeshed-include/status-WD.include
    M update-bikeshed-cache.sh

  Log Message:
  -----------
  Also update bikshed-include to fix the double-Abstract problem


  Commit: 4bb24bfe5ddfd676eafd408efb32f9078ec4733a
      https://github.com/w3c/webauthn/commit/4bb24bfe5ddfd676eafd408efb32f9078ec4733a
  Author: Jeffrey Yasskin <jyasskin@chromium.org>
  Date:   2017-10-12 (Thu, 12 Oct 2017)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  Link "extension identifier" as requested in #602

https://github.com/w3c/webauthn/pull/602#discussion_r144167932


  Commit: 8fe61c685eae5892ac1c31d96d845a86abdccb7a
      https://github.com/w3c/webauthn/commit/8fe61c685eae5892ac1c31d96d845a86abdccb7a
  Author: JeffH <Jeff.Hodges@PayPal.com>
  Date:   2017-10-13 (Fri, 13 Oct 2017)

  Changed paths:
    M .bikeshed-include/header.include
    M .bikeshed-include/status-ED.include
    M .bikeshed-include/status-WD.include
    M .spec-data/anchors.data
    M .spec-data/biblio-keys.json
    M .spec-data/biblio/biblio-ac.data
    M .spec-data/biblio/biblio-am.data
    M .spec-data/biblio/biblio-ap.data
    M .spec-data/biblio/biblio-au.data
    M .spec-data/biblio/biblio-ba.data
    M .spec-data/biblio/biblio-bi.data
    M .spec-data/biblio/biblio-bo.data
    A .spec-data/biblio/biblio-bu.data
    M .spec-data/biblio/biblio-ca.data
    M .spec-data/biblio/biblio-ce.data
    M .spec-data/biblio/biblio-cl.data
    M .spec-data/biblio/biblio-co.data
    M .spec-data/biblio/biblio-cr.data
    M .spec-data/biblio/biblio-cs.data
    M .spec-data/biblio/biblio-da.data
    M .spec-data/biblio/biblio-dc.data
    M .spec-data/biblio/biblio-en.data
    M .spec-data/biblio/biblio-eo.data
    M .spec-data/biblio/biblio-ep.data
    M .spec-data/biblio/biblio-fi.data
    M .spec-data/biblio/biblio-fl.data
    M .spec-data/biblio/biblio-ge.data
    M .spec-data/biblio/biblio-gy.data
    A .spec-data/biblio/biblio-h-.data
    M .spec-data/biblio/biblio-hi.data
    M .spec-data/biblio/biblio-hr.data
    M .spec-data/biblio/biblio-ht.data
    M .spec-data/biblio/biblio-in.data
    M .spec-data/biblio/biblio-is.data
    M .spec-data/biblio/biblio-lo.data
    M .spec-data/biblio/biblio-lw.data
    M .spec-data/biblio/biblio-ma.data
    M .spec-data/biblio/biblio-me.data
    M .spec-data/biblio/biblio-mi.data
    M .spec-data/biblio/biblio-mm.data
    M .spec-data/biblio/biblio-mo.data
    M .spec-data/biblio/biblio-n4.data
    M .spec-data/biblio/biblio-na.data
    M .spec-data/biblio/biblio-ne.data
    M .spec-data/biblio/biblio-oa.data
    M .spec-data/biblio/biblio-od.data
    M .spec-data/biblio/biblio-or.data
    M .spec-data/biblio/biblio-ow.data
    M .spec-data/biblio/biblio-p0.data
    M .spec-data/biblio/biblio-pa.data
    M .spec-data/biblio/biblio-pe.data
    M .spec-data/biblio/biblio-pn.data
    M .spec-data/biblio/biblio-pp.data
    M .spec-data/biblio/biblio-pr.data
    M .spec-data/biblio/biblio-pu.data
    M .spec-data/biblio/biblio-qb.data
    M .spec-data/biblio/biblio-re.data
    M .spec-data/biblio/biblio-rf.data
    M .spec-data/biblio/biblio-rt.data
    M .spec-data/biblio/biblio-sc.data
    M .spec-data/biblio/biblio-sd.data
    M .spec-data/biblio/biblio-se.data
    M .spec-data/biblio/biblio-sh.data
    M .spec-data/biblio/biblio-sm.data
    M .spec-data/biblio/biblio-st.data
    M .spec-data/biblio/biblio-to.data
    M .spec-data/biblio/biblio-ts.data
    M .spec-data/biblio/biblio-ua.data
    M .spec-data/biblio/biblio-ui.data
    M .spec-data/biblio/biblio-un.data
    M .spec-data/biblio/biblio-ut.data
    A .spec-data/biblio/biblio-va.data
    M .spec-data/biblio/biblio-ve.data
    M .spec-data/biblio/biblio-vo.data
    A .spec-data/biblio/biblio-w3.data
    M .spec-data/biblio/biblio-wa.data
    M .spec-data/biblio/biblio-wc.data
    M .spec-data/biblio/biblio-we.data
    M .spec-data/biblio/biblio-wg.data
    M .spec-data/biblio/biblio-wi.data
    M .spec-data/biblio/biblio-wo.data
    M .spec-data/biblio/biblio-xf.data
    M .spec-data/biblio/biblio-xm.data
    M .spec-data/biblio/biblio-xp.data
    M .spec-data/caniuse.json
    M .spec-data/fors.json
    M .spec-data/headings.json
    M .spec-data/languages.json
    M .spec-data/methods.json
    M .spec-data/specs.json
    M .spec-data/test-suites.json
    M index.bs
    M update-bikeshed-cache.sh

  Log Message:
  -----------
  merge from master fix conflicts


Compare: https://github.com/w3c/webauthn/compare/622d11a860e2...8fe61c685eae

Received on Friday, 13 October 2017 19:42:50 UTC