- From: Adam Langley <noreply@github.com>
- Date: Fri, 07 Oct 2022 13:05:39 -0700
- To: public-webauthn@w3.org
Branch: refs/heads/main
Home: https://github.com/w3c/webauthn
Commit: 6719e054e8d27e04286d3e975d69371a3b135225
https://github.com/w3c/webauthn/commit/6719e054e8d27e04286d3e975d69371a3b135225
Author: JeffH <jdhodges@google.com>
Date: 2021-04-16 (Fri, 16 Apr 2021)
Changed paths:
M index.bs
Log Message:
-----------
device-bound Public Key pair extension
This PR instantiates the `getDevicePublicKey` extension.
RPs desiring to have a guaranteed device-bound public key returned on `create()` and `get()` need to simply include this extension on their `create()` and `get()` calls.
On `create()`, a device-bound public key pair is created in addition to the [credential key pair](https://www.w3.org/TR/webauthn-2/#credential-key-pair), and the extension result conveys the devicePublicKey to the RP.
On `get()`, a device-bound public key pair is created if one does not yet exist, and the resulting devicePublicKey is conveyed in the extension result to the RP.
Commit: 4a6b8fe837eb3b74b7cd481c2b360fcfd06c2497
https://github.com/w3c/webauthn/commit/4a6b8fe837eb3b74b7cd481c2b360fcfd06c2497
Author: JeffH <jdhodges@google.com>
Date: 2021-04-21 (Wed, 21 Apr 2021)
Changed paths:
M index.bs
Log Message:
-----------
further hacking...
Commit: 5d1662d6ca14f7bc01ed056ee7d245cc3fe7d72c
https://github.com/w3c/webauthn/commit/5d1662d6ca14f7bc01ed056ee7d245cc3fe7d72c
Author: JeffH <jdhodges@google.com>
Date: 2021-04-28 (Wed, 28 Apr 2021)
Changed paths:
M index.bs
Log Message:
-----------
nearly complete tho likely needs to be re-worked to include attestation of dbPK
Commit: 1622df27e3c595b6e69a40771fb1659b2ae9b665
https://github.com/w3c/webauthn/commit/1622df27e3c595b6e69a40771fb1659b2ae9b665
Author: JeffH <jdhodges@google.com>
Date: 2021-04-30 (Fri, 30 Apr 2021)
Changed paths:
M index.bs
Log Message:
-----------
add 'device-bound key'
Commit: 5e684aab30af5cdb106209b77b8e60e8fbaf5efe
https://github.com/w3c/webauthn/commit/5e684aab30af5cdb106209b77b8e60e8fbaf5efe
Author: JeffH <jdhodges@google.com>
Date: 2021-05-06 (Thu, 06 May 2021)
Changed paths:
M index.bs
Log Message:
-----------
in-progress updates...
Commit: 71afdbe64b067cc535cf791b3a17ee2ba499da15
https://github.com/w3c/webauthn/commit/71afdbe64b067cc535cf791b3a17ee2ba499da15
Author: JeffH <jdhodges@google.com>
Date: 2021-05-06 (Thu, 06 May 2021)
Changed paths:
M index.bs
Log Message:
-----------
further in-progress updates...
Commit: 8040d13725a0769517c71780b38de9a08ceeb113
https://github.com/w3c/webauthn/commit/8040d13725a0769517c71780b38de9a08ceeb113
Author: JeffH <jdhodges@google.com>
Date: 2021-05-07 (Fri, 07 May 2021)
Changed paths:
M index.bs
Log Message:
-----------
further in-progress updates...
Commit: 38131e6da3ebbe37d9b399c961324782c2da8f3c
https://github.com/w3c/webauthn/commit/38131e6da3ebbe37d9b399c961324782c2da8f3c
Author: JeffH <jdhodges@google.com>
Date: 2021-05-07 (Fri, 07 May 2021)
Changed paths:
M .bikeshed-include/status-WD.include
M .travis.yml
M PubStatus.md
M README.md
M images/fido-attestation-structures.svg
M index.bs
Log Message:
-----------
Merge branch 'main' into jeffh-fix-1546-second-key-extension
Commit: ad71ff141aec2cd1db0b72eb00d1a3546fa21c4f
https://github.com/w3c/webauthn/commit/ad71ff141aec2cd1db0b72eb00d1a3546fa21c4f
Author: JeffH <jdhodges@google.com>
Date: 2021-05-07 (Fri, 07 May 2021)
Changed paths:
M index.bs
Log Message:
-----------
devicePublicKey extension section functionally complete
Commit: 094d38589d84a20939d3e15105435ec1a883d863
https://github.com/w3c/webauthn/commit/094d38589d84a20939d3e15105435ec1a883d863
Author: JeffH <jdhodges@google.com>
Date: 2021-05-07 (Fri, 07 May 2021)
Changed paths:
M index.bs
Log Message:
-----------
further edits...
Commit: e66eb2d8ea502970ec6350e8df0415b134207be9
https://github.com/w3c/webauthn/commit/e66eb2d8ea502970ec6350e8df0415b134207be9
Author: JeffH <jdhodges@google.com>
Date: 2021-05-07 (Fri, 07 May 2021)
Changed paths:
M index.bs
Log Message:
-----------
cleanup trailing whitespace...
Commit: 618b2de767d72e15d623cd15939a0b463f5cfae2
https://github.com/w3c/webauthn/commit/618b2de767d72e15d623cd15939a0b463f5cfae2
Author: JeffH <jdhodges@google.com>
Date: 2021-06-08 (Tue, 08 Jun 2021)
Changed paths:
A device-bound-key-pair.pv
Log Message:
-----------
Device-bound public key ProVerif model
This adds a ProVerif model for the device-bound public key (device-bound key pair) extension.
Commit: 1e97952446f0768de27f5e16c00b03dc9ce697f9
https://github.com/w3c/webauthn/commit/1e97952446f0768de27f5e16c00b03dc9ce697f9
Author: JeffH <jdhodges@google.com>
Date: 2021-06-09 (Wed, 09 Jun 2021)
Changed paths:
M device-bound-key-pair.pv
Log Message:
-----------
who-signs-what musings...
Commit: 8f0d66dc6ad2256d9f6736a7fd96d6f3f8105dfa
https://github.com/w3c/webauthn/commit/8f0d66dc6ad2256d9f6736a7fd96d6f3f8105dfa
Author: JeffH <jdhodges@google.com>
Date: 2021-06-14 (Mon, 14 Jun 2021)
Changed paths:
M device-bound-key-pair.pv
Log Message:
-----------
editorial polishing
Commit: 43e03c8250598eb4b73372b650a4c19ee7ed19dd
https://github.com/w3c/webauthn/commit/43e03c8250598eb4b73372b650a4c19ee7ed19dd
Author: JeffH <jdhodges@google.com>
Date: 2021-06-14 (Mon, 14 Jun 2021)
Changed paths:
M device-bound-key-pair.pv
Log Message:
-----------
editorial polishing
Commit: 503a0271378e3237b70cc42853150186fe042501
https://github.com/w3c/webauthn/commit/503a0271378e3237b70cc42853150186fe042501
Author: JeffH <jdhodges@google.com>
Date: 2021-06-15 (Tue, 15 Jun 2021)
Changed paths:
M device-bound-key-pair.pv
Log Message:
-----------
major reorg & clarifications
Commit: 87340d797855e780b3d1296e74529f284b57b5e0
https://github.com/w3c/webauthn/commit/87340d797855e780b3d1296e74529f284b57b5e0
Author: JeffH <jdhodges@google.com>
Date: 2021-06-17 (Thu, 17 Jun 2021)
Changed paths:
M device-bound-key-pair.pv
Log Message:
-----------
further reorg & polish
Commit: cbb066f1faa4f278b04583e80780f70b3278ffcd
https://github.com/w3c/webauthn/commit/cbb066f1faa4f278b04583e80780f70b3278ffcd
Author: JeffH <jdhodges@google.com>
Date: 2021-06-17 (Thu, 17 Jun 2021)
Changed paths:
M device-bound-key-pair.pv
Log Message:
-----------
proverif model cleanup
Commit: 1e72a00a870cff78f50bf74b49cdf3ca6adb1af7
https://github.com/w3c/webauthn/commit/1e72a00a870cff78f50bf74b49cdf3ca6adb1af7
Author: JeffH <jdhodges@google.com>
Date: 2021-06-18 (Fri, 18 Jun 2021)
Changed paths:
M device-bound-key-pair.pv
Log Message:
-----------
remove unused 'cert'
Commit: 99a6b79f90fb92015dea310023c4afea8693ee85
https://github.com/w3c/webauthn/commit/99a6b79f90fb92015dea310023c4afea8693ee85
Author: JeffH <jdhodges@google.com>
Date: 2021-06-18 (Fri, 18 Jun 2021)
Changed paths:
M device-bound-key-pair.pv
Log Message:
-----------
revise/correct objects hierarchy
Commit: e9db5235ba5bb78f7b7176f60326cb16c96e32f6
https://github.com/w3c/webauthn/commit/e9db5235ba5bb78f7b7176f60326cb16c96e32f6
Author: JeffH <jdhodges@google.com>
Date: 2021-06-21 (Mon, 21 Jun 2021)
Changed paths:
M device-bound-key-pair.pv
Log Message:
-----------
clarifications
Commit: 68ebaa257639a21bda4221a28b1e21c0e56b00cf
https://github.com/w3c/webauthn/commit/68ebaa257639a21bda4221a28b1e21c0e56b00cf
Author: JeffH <jdhodges@google.com>
Date: 2021-06-21 (Mon, 21 Jun 2021)
Changed paths:
M device-bound-key-pair.pv
Log Message:
-----------
clarifications
Commit: 8b5702c5d2ef597dd31a5612d65722e629702788
https://github.com/w3c/webauthn/commit/8b5702c5d2ef597dd31a5612d65722e629702788
Author: JeffH <jdhodges@google.com>
Date: 2021-06-21 (Mon, 21 Jun 2021)
Changed paths:
M device-bound-key-pair.pv
Log Message:
-----------
clarifications
Commit: da82c2e6192f1bf484ddc01d8907523c5ce1049d
https://github.com/w3c/webauthn/commit/da82c2e6192f1bf484ddc01d8907523c5ce1049d
Author: JeffH <jdhodges@google.com>
Date: 2021-06-21 (Mon, 21 Jun 2021)
Changed paths:
M device-bound-key-pair.pv
Log Message:
-----------
switch model starting-point to webauthn-basic.pv
Commit: f84069bc7d10dfff48179e811bd15832dfc23487
https://github.com/w3c/webauthn/commit/f84069bc7d10dfff48179e811bd15832dfc23487
Author: JeffH <jdhodges@google.com>
Date: 2021-06-21 (Mon, 21 Jun 2021)
Changed paths:
M device-bound-key-pair.pv
Log Message:
-----------
clarifications
Commit: f6663cbabff780bc8c967304a47429368816a2b2
https://github.com/w3c/webauthn/commit/f6663cbabff780bc8c967304a47429368816a2b2
Author: JeffH <jdhodges@google.com>
Date: 2021-06-22 (Tue, 22 Jun 2021)
Changed paths:
M device-bound-key-pair.pv
Log Message:
-----------
clarifications to both DPK stuff and PV model
Commit: 22e325d51a07388d8da2d0ddbbfe33a8dd2872d6
https://github.com/w3c/webauthn/commit/22e325d51a07388d8da2d0ddbbfe33a8dd2872d6
Author: JeffH <jdhodges@google.com>
Date: 2021-06-24 (Thu, 24 Jun 2021)
Changed paths:
M device-bound-key-pair.pv
Log Message:
-----------
revise model significantly
revise model to have discrete message components and to leverage named_tuples.pvl and crypto.pvl.
Commit: a3ed05bfa659f01e7c5bb3b913b00b62983c78b0
https://github.com/w3c/webauthn/commit/a3ed05bfa659f01e7c5bb3b913b00b62983c78b0
Author: JeffH <jdhodges@google.com>
Date: 2021-06-25 (Fri, 25 Jun 2021)
Changed paths:
M device-bound-key-pair.pv
Log Message:
-----------
further clarifications and musings
this is the stage of development I first shared with internal colleagues post the original hand-wavy prose writeup.
Commit: 6382444f375e8cbd1d502e0f0e8991c7318e588b
https://github.com/w3c/webauthn/commit/6382444f375e8cbd1d502e0f0e8991c7318e588b
Author: JeffH <jdhodges@google.com>
Date: 2021-06-25 (Fri, 25 Jun 2021)
Changed paths:
M device-bound-key-pair.pv
Log Message:
-----------
editorial
Commit: 768d90067f3bdee5b38e700264f617798c143f97
https://github.com/w3c/webauthn/commit/768d90067f3bdee5b38e700264f617798c143f97
Author: JeffH <jdhodges@google.com>
Date: 2021-06-25 (Fri, 25 Jun 2021)
Changed paths:
M device-bound-key-pair.pv
Log Message:
-----------
revised dpk syntax per agl review
Commit: fd9ea008dffdb5588cdc1a6bc3d032ccf47a7697
https://github.com/w3c/webauthn/commit/fd9ea008dffdb5588cdc1a6bc3d032ccf47a7697
Author: JeffH <jdhodges@google.com>
Date: 2021-06-28 (Mon, 28 Jun 2021)
Changed paths:
M device-bound-key-pair.pv
Log Message:
-----------
further refined dpk syntax per feedback
Commit: a34b48938ffd24e645017139aa7c37a3edb28367
https://github.com/w3c/webauthn/commit/a34b48938ffd24e645017139aa7c37a3edb28367
Author: JeffH <jdhodges@google.com>
Date: 2021-06-30 (Wed, 30 Jun 2021)
Changed paths:
M device-bound-key-pair.pv
Log Message:
-----------
select the more simple AttObjForDevicePublicKey
Commit: 2832b5e5f36181e2b67b804a88ff04a8a03098f5
https://github.com/w3c/webauthn/commit/2832b5e5f36181e2b67b804a88ff04a8a03098f5
Author: JeffH <jdhodges@google.com>
Date: 2021-07-01 (Thu, 01 Jul 2021)
Changed paths:
M device-bound-key-pair.pv
M index.bs
Log Message:
-----------
begin reworking devicePubKey extension
Commit: e47c5f8ed448e0025d6388d9e098c1813f0bec4e
https://github.com/w3c/webauthn/commit/e47c5f8ed448e0025d6388d9e098c1813f0bec4e
Author: JeffH <jdhodges@google.com>
Date: 2021-07-01 (Thu, 01 Jul 2021)
Changed paths:
M device-bound-key-pair.pv
Log Message:
-----------
editorial
Commit: 75c8f251574709c98b8800809cae0fc564a5d7ad
https://github.com/w3c/webauthn/commit/75c8f251574709c98b8800809cae0fc564a5d7ad
Author: JeffH <jdhodges@google.com>
Date: 2021-07-01 (Thu, 01 Jul 2021)
Changed paths:
R device-bound-key-pair.pv
A device-bound-key-pair.txt
Log Message:
-----------
device-bound-key-pair.pv -> device-bound-key-pair.txt
Commit: 4515d630af96ad939b7cffa0e72eef2887960f68
https://github.com/w3c/webauthn/commit/4515d630af96ad939b7cffa0e72eef2887960f68
Author: JeffH <jdhodges@google.com>
Date: 2021-07-01 (Thu, 01 Jul 2021)
Changed paths:
A webauthn.pv
Log Message:
-----------
add separate webauthn.pv file
Commit: c208e19e149dd98544521eead0beafe71c1e2756
https://github.com/w3c/webauthn/commit/c208e19e149dd98544521eead0beafe71c1e2756
Author: JeffH <jdhodges@google.com>
Date: 2021-07-01 (Thu, 01 Jul 2021)
Changed paths:
M webauthn.pv
Log Message:
-----------
editorial
Commit: 591cded71ff574ca776642fb0c1e1d6620463abd
https://github.com/w3c/webauthn/commit/591cded71ff574ca776642fb0c1e1d6620463abd
Author: JeffH <jdhodges@google.com>
Date: 2021-07-01 (Thu, 01 Jul 2021)
Changed paths:
R .deploy-output.sh
A .github/workflows/build-validate-publish.yml
R .spec-data/anchors.data
R .spec-data/anchors/anchors-1s.data
R .spec-data/anchors/anchors-2n.data
R .spec-data/anchors/anchors-2x.data
R .spec-data/anchors/anchors-3d.data
R .spec-data/anchors/anchors-3r.data
R .spec-data/anchors/anchors-4t.data
R .spec-data/anchors/anchors-4x.data
R .spec-data/anchors/anchors-6d.data
R .spec-data/anchors/anchors-__.data
R .spec-data/anchors/anchors-a3.data
R .spec-data/anchors/anchors-a4.data
R .spec-data/anchors/anchors-a5.data
R .spec-data/anchors/anchors-a9.data
R .spec-data/anchors/anchors-a_.data
R .spec-data/anchors/anchors-aa.data
R .spec-data/anchors/anchors-ab.data
R .spec-data/anchors/anchors-ac.data
R .spec-data/anchors/anchors-ad.data
R .spec-data/anchors/anchors-ae.data
R .spec-data/anchors/anchors-af.data
R .spec-data/anchors/anchors-ag.data
R .spec-data/anchors/anchors-al.data
R .spec-data/anchors/anchors-am.data
R .spec-data/anchors/anchors-an.data
R .spec-data/anchors/anchors-ap.data
R .spec-data/anchors/anchors-aq.data
R .spec-data/anchors/anchors-ar.data
R .spec-data/anchors/anchors-as.data
R .spec-data/anchors/anchors-at.data
R .spec-data/anchors/anchors-au.data
R .spec-data/anchors/anchors-av.data
R .spec-data/anchors/anchors-ax.data
R .spec-data/anchors/anchors-ay.data
R .spec-data/anchors/anchors-az.data
R .spec-data/anchors/anchors-b4.data
R .spec-data/anchors/anchors-b5.data
R .spec-data/anchors/anchors-b_.data
R .spec-data/anchors/anchors-ba.data
R .spec-data/anchors/anchors-be.data
R .spec-data/anchors/anchors-bg.data
R .spec-data/anchors/anchors-bi.data
R .spec-data/anchors/anchors-bl.data
R .spec-data/anchors/anchors-bo.data
R .spec-data/anchors/anchors-br.data
R .spec-data/anchors/anchors-bu.data
R .spec-data/anchors/anchors-by.data
R .spec-data/anchors/anchors-c_.data
R .spec-data/anchors/anchors-ca.data
R .spec-data/anchors/anchors-cc.data
R .spec-data/anchors/anchors-cd.data
R .spec-data/anchors/anchors-ce.data
R .spec-data/anchors/anchors-ch.data
R .spec-data/anchors/anchors-ci.data
R .spec-data/anchors/anchors-cl.data
R .spec-data/anchors/anchors-cm.data
R .spec-data/anchors/anchors-cn.data
R .spec-data/anchors/anchors-co.data
R .spec-data/anchors/anchors-cp.data
R .spec-data/anchors/anchors-cr.data
R .spec-data/anchors/anchors-cs.data
R .spec-data/anchors/anchors-cu.data
R .spec-data/anchors/anchors-cx.data
R .spec-data/anchors/anchors-cy.data
R .spec-data/anchors/anchors-d_.data
R .spec-data/anchors/anchors-da.data
R .spec-data/anchors/anchors-de.data
R .spec-data/anchors/anchors-di.data
R .spec-data/anchors/anchors-dn.data
R .spec-data/anchors/anchors-do.data
R .spec-data/anchors/anchors-dp.data
R .spec-data/anchors/anchors-dq.data
R .spec-data/anchors/anchors-dr.data
R .spec-data/anchors/anchors-dt.data
R .spec-data/anchors/anchors-du.data
R .spec-data/anchors/anchors-dx.data
R .spec-data/anchors/anchors-dy.data
R .spec-data/anchors/anchors-e_.data
R .spec-data/anchors/anchors-ea.data
R .spec-data/anchors/anchors-ec.data
R .spec-data/anchors/anchors-ed.data
R .spec-data/anchors/anchors-ef.data
R .spec-data/anchors/anchors-el.data
R .spec-data/anchors/anchors-em.data
R .spec-data/anchors/anchors-en.data
R .spec-data/anchors/anchors-eq.data
R .spec-data/anchors/anchors-er.data
R .spec-data/anchors/anchors-es.data
R .spec-data/anchors/anchors-eu.data
R .spec-data/anchors/anchors-ev.data
R .spec-data/anchors/anchors-ew.data
R .spec-data/anchors/anchors-ex.data
R .spec-data/anchors/anchors-ey.data
R .spec-data/anchors/anchors-fa.data
R .spec-data/anchors/anchors-fe.data
R .spec-data/anchors/anchors-ff.data
R .spec-data/anchors/anchors-fi.data
R .spec-data/anchors/anchors-fl.data
R .spec-data/anchors/anchors-fo.data
R .spec-data/anchors/anchors-fr.data
R .spec-data/anchors/anchors-fu.data
R .spec-data/anchors/anchors-fx.data
R .spec-data/anchors/anchors-fy.data
R .spec-data/anchors/anchors-g_.data
R .spec-data/anchors/anchors-ga.data
R .spec-data/anchors/anchors-gb.data
R .spec-data/anchors/anchors-ge.data
R .spec-data/anchors/anchors-gh.data
R .spec-data/anchors/anchors-gl.data
R .spec-data/anchors/anchors-go.data
R .spec-data/anchors/anchors-gr.data
R .spec-data/anchors/anchors-gu.data
R .spec-data/anchors/anchors-h_.data
R .spec-data/anchors/anchors-ha.data
R .spec-data/anchors/anchors-he.data
R .spec-data/anchors/anchors-hi.data
R .spec-data/anchors/anchors-hk.data
R .spec-data/anchors/anchors-hm.data
R .spec-data/anchors/anchors-ho.data
R .spec-data/anchors/anchors-hr.data
R .spec-data/anchors/anchors-hs.data
R .spec-data/anchors/anchors-ht.data
R .spec-data/anchors/anchors-hu.data
R .spec-data/anchors/anchors-hw.data
R .spec-data/anchors/anchors-hy.data
R .spec-data/anchors/anchors-hz.data
R .spec-data/anchors/anchors-ia.data
R .spec-data/anchors/anchors-ic.data
R .spec-data/anchors/anchors-id.data
R .spec-data/anchors/anchors-if.data
R .spec-data/anchors/anchors-ig.data
R .spec-data/anchors/anchors-ii.data
R .spec-data/anchors/anchors-il.data
R .spec-data/anchors/anchors-im.data
R .spec-data/anchors/anchors-in.data
R .spec-data/anchors/anchors-io.data
R .spec-data/anchors/anchors-ir.data
R .spec-data/anchors/anchors-is.data
R .spec-data/anchors/anchors-it.data
R .spec-data/anchors/anchors-iv.data
R .spec-data/anchors/anchors-ja.data
R .spec-data/anchors/anchors-ji.data
R .spec-data/anchors/anchors-jo.data
R .spec-data/anchors/anchors-js.data
R .spec-data/anchors/anchors-ju.data
R .spec-data/anchors/anchors-jw.data
R .spec-data/anchors/anchors-k_.data
R .spec-data/anchors/anchors-ke.data
R .spec-data/anchors/anchors-kh.data
R .spec-data/anchors/anchors-ki.data
R .spec-data/anchors/anchors-kn.data
R .spec-data/anchors/anchors-kr.data
R .spec-data/anchors/anchors-kt.data
R .spec-data/anchors/anchors-l_.data
R .spec-data/anchors/anchors-la.data
R .spec-data/anchors/anchors-lc.data
R .spec-data/anchors/anchors-le.data
R .spec-data/anchors/anchors-lh.data
R .spec-data/anchors/anchors-li.data
R .spec-data/anchors/anchors-lo.data
R .spec-data/anchors/anchors-lt.data
R .spec-data/anchors/anchors-ma.data
R .spec-data/anchors/anchors-me.data
R .spec-data/anchors/anchors-mf.data
R .spec-data/anchors/anchors-mi.data
R .spec-data/anchors/anchors-mm.data
R .spec-data/anchors/anchors-mo.data
R .spec-data/anchors/anchors-mq.data
R .spec-data/anchors/anchors-ms.data
R .spec-data/anchors/anchors-mt.data
R .spec-data/anchors/anchors-mu.data
R .spec-data/anchors/anchors-n_.data
R .spec-data/anchors/anchors-na.data
R .spec-data/anchors/anchors-ne.data
R .spec-data/anchors/anchors-nf.data
R .spec-data/anchors/anchors-no.data
R .spec-data/anchors/anchors-nr.data
R .spec-data/anchors/anchors-ns.data
R .spec-data/anchors/anchors-nt.data
R .spec-data/anchors/anchors-nu.data
R .spec-data/anchors/anchors-nw.data
R .spec-data/anchors/anchors-ny.data
R .spec-data/anchors/anchors-ob.data
R .spec-data/anchors/anchors-oc.data
R .spec-data/anchors/anchors-of.data
R .spec-data/anchors/anchors-ol.data
R .spec-data/anchors/anchors-on.data
R .spec-data/anchors/anchors-op.data
R .spec-data/anchors/anchors-or.data
R .spec-data/anchors/anchors-os.data
R .spec-data/anchors/anchors-ot.data
R .spec-data/anchors/anchors-ou.data
R .spec-data/anchors/anchors-ov.data
R .spec-data/anchors/anchors-ow.data
R .spec-data/anchors/anchors-p1.data
R .spec-data/anchors/anchors-p2.data
R .spec-data/anchors/anchors-p3.data
R .spec-data/anchors/anchors-p4.data
R .spec-data/anchors/anchors-p_.data
R .spec-data/anchors/anchors-pa.data
R .spec-data/anchors/anchors-pb.data
R .spec-data/anchors/anchors-pc.data
R .spec-data/anchors/anchors-pe.data
R .spec-data/anchors/anchors-ph.data
R .spec-data/anchors/anchors-pi.data
R .spec-data/anchors/anchors-pk.data
R .spec-data/anchors/anchors-pl.data
R .spec-data/anchors/anchors-pm.data
R .spec-data/anchors/anchors-po.data
R .spec-data/anchors/anchors-pr.data
R .spec-data/anchors/anchors-ps.data
R .spec-data/anchors/anchors-pt.data
R .spec-data/anchors/anchors-pu.data
R .spec-data/anchors/anchors-px.data
R .spec-data/anchors/anchors-q_.data
R .spec-data/anchors/anchors-qi.data
R .spec-data/anchors/anchors-qp.data
R .spec-data/anchors/anchors-qu.data
R .spec-data/anchors/anchors-qv.data
R .spec-data/anchors/anchors-r_.data
R .spec-data/anchors/anchors-ra.data
R .spec-data/anchors/anchors-rb.data
R .spec-data/anchors/anchors-rd.data
R .spec-data/anchors/anchors-re.data
R .spec-data/anchors/anchors-rf.data
R .spec-data/anchors/anchors-rg.data
R .spec-data/anchors/anchors-ri.data
R .spec-data/anchors/anchors-rk.data
R .spec-data/anchors/anchors-rl.data
R .spec-data/anchors/anchors-ro.data
R .spec-data/anchors/anchors-rr.data
R .spec-data/anchors/anchors-rs.data
R .spec-data/anchors/anchors-rt.data
R .spec-data/anchors/anchors-ru.data
R .spec-data/anchors/anchors-rx.data
R .spec-data/anchors/anchors-ry.data
R .spec-data/anchors/anchors-s_.data
R .spec-data/anchors/anchors-sa.data
R .spec-data/anchors/anchors-sc.data
R .spec-data/anchors/anchors-sd.data
R .spec-data/anchors/anchors-se.data
R .spec-data/anchors/anchors-sh.data
R .spec-data/anchors/anchors-si.data
R .spec-data/anchors/anchors-sk.data
R .spec-data/anchors/anchors-sl.data
R .spec-data/anchors/anchors-sm.data
R .spec-data/anchors/anchors-sn.data
R .spec-data/anchors/anchors-so.data
R .spec-data/anchors/anchors-sp.data
R .spec-data/anchors/anchors-sq.data
R .spec-data/anchors/anchors-sr.data
R .spec-data/anchors/anchors-ss.data
R .spec-data/anchors/anchors-st.data
R .spec-data/anchors/anchors-su.data
R .spec-data/anchors/anchors-sv.data
R .spec-data/anchors/anchors-sw.data
R .spec-data/anchors/anchors-sx.data
R .spec-data/anchors/anchors-sy.data
R .spec-data/anchors/anchors-t_.data
R .spec-data/anchors/anchors-ta.data
R .spec-data/anchors/anchors-tc.data
R .spec-data/anchors/anchors-te.data
R .spec-data/anchors/anchors-tf.data
R .spec-data/anchors/anchors-th.data
R .spec-data/anchors/anchors-ti.data
R .spec-data/anchors/anchors-tl.data
R .spec-data/anchors/anchors-to.data
R .spec-data/anchors/anchors-tr.data
R .spec-data/anchors/anchors-ts.data
R .spec-data/anchors/anchors-tt.data
R .spec-data/anchors/anchors-tu.data
R .spec-data/anchors/anchors-tv.data
R .spec-data/anchors/anchors-tw.data
R .spec-data/anchors/anchors-tx.data
R .spec-data/anchors/anchors-ty.data
R .spec-data/anchors/anchors-ua.data
R .spec-data/anchors/anchors-ud.data
R .spec-data/anchors/anchors-ui.data
R .spec-data/anchors/anchors-ul.data
R .spec-data/anchors/anchors-un.data
R .spec-data/anchors/anchors-up.data
R .spec-data/anchors/anchors-ur.data
R .spec-data/anchors/anchors-us.data
R .spec-data/anchors/anchors-ut.data
R .spec-data/anchors/anchors-uv.data
R .spec-data/anchors/anchors-va.data
R .spec-data/anchors/anchors-vb.data
R .spec-data/anchors/anchors-ve.data
R .spec-data/anchors/anchors-vh.data
R .spec-data/anchors/anchors-vi.data
R .spec-data/anchors/anchors-vl.data
R .spec-data/anchors/anchors-vm.data
R .spec-data/anchors/anchors-vo.data
R .spec-data/anchors/anchors-vs.data
R .spec-data/anchors/anchors-vw.data
R .spec-data/anchors/anchors-w_.data
R .spec-data/anchors/anchors-wa.data
R .spec-data/anchors/anchors-we.data
R .spec-data/anchors/anchors-wh.data
R .spec-data/anchors/anchors-wi.data
R .spec-data/anchors/anchors-wo.data
R .spec-data/anchors/anchors-wq.data
R .spec-data/anchors/anchors-wr.data
R .spec-data/anchors/anchors-x1.data
R .spec-data/anchors/anchors-x2.data
R .spec-data/anchors/anchors-x_.data
R .spec-data/anchors/anchors-xf.data
R .spec-data/anchors/anchors-xh.data
R .spec-data/anchors/anchors-xl.data
R .spec-data/anchors/anchors-xm.data
R .spec-data/anchors/anchors-xp.data
R .spec-data/anchors/anchors-xr.data
R .spec-data/anchors/anchors-xs.data
R .spec-data/anchors/anchors-xu.data
R .spec-data/anchors/anchors-xw.data
R .spec-data/anchors/anchors-xx.data
R .spec-data/anchors/anchors-xy.data
R .spec-data/anchors/anchors-y1.data
R .spec-data/anchors/anchors-y2.data
R .spec-data/anchors/anchors-y_.data
R .spec-data/anchors/anchors-ye.data
R .spec-data/anchors/anchors-yo.data
R .spec-data/anchors/anchors-yu.data
R .spec-data/anchors/anchors-z_.data
R .spec-data/anchors/anchors-ze.data
R .spec-data/anchors/anchors-zh.data
R .spec-data/anchors/anchors-zi.data
R .spec-data/anchors/anchors-zo.data
R .spec-data/anchors/anchors-zu.data
R .spec-data/biblio-keys.json
R .spec-data/biblio-numeric-suffixes.json
R .spec-data/biblio.data
R .spec-data/biblio/biblio-2d.data
R .spec-data/biblio/biblio-3g.data
R .spec-data/biblio/biblio-aa.data
R .spec-data/biblio/biblio-ab.data
R .spec-data/biblio/biblio-ac.data
R .spec-data/biblio/biblio-ad.data
R .spec-data/biblio/biblio-ae.data
R .spec-data/biblio/biblio-ag.data
R .spec-data/biblio/biblio-al.data
R .spec-data/biblio/biblio-am.data
R .spec-data/biblio/biblio-an.data
R .spec-data/biblio/biblio-ao.data
R .spec-data/biblio/biblio-ap.data
R .spec-data/biblio/biblio-ar.data
R .spec-data/biblio/biblio-as.data
R .spec-data/biblio/biblio-at.data
R .spec-data/biblio/biblio-au.data
R .spec-data/biblio/biblio-av.data
R .spec-data/biblio/biblio-ax.data
R .spec-data/biblio/biblio-ba.data
R .spec-data/biblio/biblio-bb.data
R .spec-data/biblio/biblio-bc.data
R .spec-data/biblio/biblio-be.data
R .spec-data/biblio/biblio-bi.data
R .spec-data/biblio/biblio-bl.data
R .spec-data/biblio/biblio-bo.data
R .spec-data/biblio/biblio-br.data
R .spec-data/biblio/biblio-bu.data
R .spec-data/biblio/biblio-c1.data
R .spec-data/biblio/biblio-ca.data
R .spec-data/biblio/biblio-cc.data
R .spec-data/biblio/biblio-cd.data
R .spec-data/biblio/biblio-ce.data
R .spec-data/biblio/biblio-cg.data
R .spec-data/biblio/biblio-ch.data
R .spec-data/biblio/biblio-ci.data
R .spec-data/biblio/biblio-cj.data
R .spec-data/biblio/biblio-cl.data
R .spec-data/biblio/biblio-cm.data
R .spec-data/biblio/biblio-co.data
R .spec-data/biblio/biblio-cp.data
R .spec-data/biblio/biblio-cr.data
R .spec-data/biblio/biblio-cs.data
R .spec-data/biblio/biblio-ct.data
R .spec-data/biblio/biblio-cu.data
R .spec-data/biblio/biblio-cv.data
R .spec-data/biblio/biblio-cw.data
R .spec-data/biblio/biblio-cx.data
R .spec-data/biblio/biblio-d0.data
R .spec-data/biblio/biblio-d1.data
R .spec-data/biblio/biblio-d2.data
R .spec-data/biblio/biblio-d4.data
R .spec-data/biblio/biblio-da.data
R .spec-data/biblio/biblio-dc.data
R .spec-data/biblio/biblio-dd.data
R .spec-data/biblio/biblio-de.data
R .spec-data/biblio/biblio-df.data
R .spec-data/biblio/biblio-di.data
R .spec-data/biblio/biblio-dm.data
R .spec-data/biblio/biblio-dn.data
R .spec-data/biblio/biblio-do.data
R .spec-data/biblio/biblio-dp.data
R .spec-data/biblio/biblio-dr.data
R .spec-data/biblio/biblio-ds.data
R .spec-data/biblio/biblio-dt.data
R .spec-data/biblio/biblio-dv.data
R .spec-data/biblio/biblio-dw.data
R .spec-data/biblio/biblio-dx.data
R .spec-data/biblio/biblio-e..data
R .spec-data/biblio/biblio-ea.data
R .spec-data/biblio/biblio-eb.data
R .spec-data/biblio/biblio-ec.data
R .spec-data/biblio/biblio-ed.data
R .spec-data/biblio/biblio-eg.data
R .spec-data/biblio/biblio-el.data
R .spec-data/biblio/biblio-em.data
R .spec-data/biblio/biblio-en.data
R .spec-data/biblio/biblio-eo.data
R .spec-data/biblio/biblio-ep.data
R .spec-data/biblio/biblio-er.data
R .spec-data/biblio/biblio-es.data
R .spec-data/biblio/biblio-et.data
R .spec-data/biblio/biblio-eu.data
R .spec-data/biblio/biblio-ev.data
R .spec-data/biblio/biblio-ew.data
R .spec-data/biblio/biblio-ex.data
R .spec-data/biblio/biblio-fe.data
R .spec-data/biblio/biblio-fi.data
R .spec-data/biblio/biblio-fl.data
R .spec-data/biblio/biblio-fo.data
R .spec-data/biblio/biblio-fr.data
R .spec-data/biblio/biblio-fs.data
R .spec-data/biblio/biblio-fu.data
R .spec-data/biblio/biblio-ga.data
R .spec-data/biblio/biblio-gd.data
R .spec-data/biblio/biblio-ge.data
R .spec-data/biblio/biblio-gi.data
R .spec-data/biblio/biblio-gm.data
R .spec-data/biblio/biblio-go.data
R .spec-data/biblio/biblio-gr.data
R .spec-data/biblio/biblio-gs.data
R .spec-data/biblio/biblio-gt.data
R .spec-data/biblio/biblio-gu.data
R .spec-data/biblio/biblio-gy.data
R .spec-data/biblio/biblio-h-.data
R .spec-data/biblio/biblio-ha.data
R .spec-data/biblio/biblio-hb.data
R .spec-data/biblio/biblio-hc.data
R .spec-data/biblio/biblio-hg.data
R .spec-data/biblio/biblio-hi.data
R .spec-data/biblio/biblio-hl.data
R .spec-data/biblio/biblio-hm.data
R .spec-data/biblio/biblio-hn.data
R .spec-data/biblio/biblio-hr.data
R .spec-data/biblio/biblio-hs.data
R .spec-data/biblio/biblio-ht.data
R .spec-data/biblio/biblio-hu.data
R .spec-data/biblio/biblio-i1.data
R .spec-data/biblio/biblio-ia.data
R .spec-data/biblio/biblio-ic.data
R .spec-data/biblio/biblio-id.data
R .spec-data/biblio/biblio-ie.data
R .spec-data/biblio/biblio-il.data
R .spec-data/biblio/biblio-im.data
R .spec-data/biblio/biblio-in.data
R .spec-data/biblio/biblio-ip.data
R .spec-data/biblio/biblio-ir.data
R .spec-data/biblio/biblio-is.data
R .spec-data/biblio/biblio-it.data
R .spec-data/biblio/biblio-ja.data
R .spec-data/biblio/biblio-je.data
R .spec-data/biblio/biblio-jf.data
R .spec-data/biblio/biblio-ji.data
R .spec-data/biblio/biblio-jl.data
R .spec-data/biblio/biblio-jp.data
R .spec-data/biblio/biblio-js.data
R .spec-data/biblio/biblio-ju.data
R .spec-data/biblio/biblio-jw.data
R .spec-data/biblio/biblio-ke.data
R .spec-data/biblio/biblio-kh.data
R .spec-data/biblio/biblio-kl.data
R .spec-data/biblio/biblio-kn.data
R .spec-data/biblio/biblio-ku.data
R .spec-data/biblio/biblio-kv.data
R .spec-data/biblio/biblio-la.data
R .spec-data/biblio/biblio-lb.data
R .spec-data/biblio/biblio-ld.data
R .spec-data/biblio/biblio-le.data
R .spec-data/biblio/biblio-li.data
R .spec-data/biblio/biblio-ll.data
R .spec-data/biblio/biblio-lo.data
R .spec-data/biblio/biblio-lp.data
R .spec-data/biblio/biblio-lt.data
R .spec-data/biblio/biblio-lw.data
R .spec-data/biblio/biblio-ma.data
R .spec-data/biblio/biblio-mb.data
R .spec-data/biblio/biblio-mc.data
R .spec-data/biblio/biblio-md.data
R .spec-data/biblio/biblio-me.data
R .spec-data/biblio/biblio-mf.data
R .spec-data/biblio/biblio-mi.data
R .spec-data/biblio/biblio-ml.data
R .spec-data/biblio/biblio-mm.data
R .spec-data/biblio/biblio-mn.data
R .spec-data/biblio/biblio-mo.data
R .spec-data/biblio/biblio-mp.data
R .spec-data/biblio/biblio-mr.data
R .spec-data/biblio/biblio-ms.data
R .spec-data/biblio/biblio-mu.data
R .spec-data/biblio/biblio-mw.data
R .spec-data/biblio/biblio-n-.data
R .spec-data/biblio/biblio-n1.data
R .spec-data/biblio/biblio-n2.data
R .spec-data/biblio/biblio-n3.data
R .spec-data/biblio/biblio-n4.data
R .spec-data/biblio/biblio-na.data
R .spec-data/biblio/biblio-ne.data
R .spec-data/biblio/biblio-nf.data
R .spec-data/biblio/biblio-ng.data
R .spec-data/biblio/biblio-nl.data
R .spec-data/biblio/biblio-no.data
R .spec-data/biblio/biblio-np.data
R .spec-data/biblio/biblio-ns.data
R .spec-data/biblio/biblio-nt.data
R .spec-data/biblio/biblio-nv.data
R .spec-data/biblio/biblio-oa.data
R .spec-data/biblio/biblio-oc.data
R .spec-data/biblio/biblio-od.data
R .spec-data/biblio/biblio-oe.data
R .spec-data/biblio/biblio-of.data
R .spec-data/biblio/biblio-og.data
R .spec-data/biblio/biblio-oi.data
R .spec-data/biblio/biblio-om.data
R .spec-data/biblio/biblio-op.data
R .spec-data/biblio/biblio-or.data
R .spec-data/biblio/biblio-ow.data
R .spec-data/biblio/biblio-p0.data
R .spec-data/biblio/biblio-p1.data
R .spec-data/biblio/biblio-p2.data
R .spec-data/biblio/biblio-p3.data
R .spec-data/biblio/biblio-pa.data
R .spec-data/biblio/biblio-pd.data
R .spec-data/biblio/biblio-pe.data
R .spec-data/biblio/biblio-pf.data
R .spec-data/biblio/biblio-pg.data
R .spec-data/biblio/biblio-ph.data
R .spec-data/biblio/biblio-pi.data
R .spec-data/biblio/biblio-pk.data
R .spec-data/biblio/biblio-pl.data
R .spec-data/biblio/biblio-pn.data
R .spec-data/biblio/biblio-po.data
R .spec-data/biblio/biblio-pp.data
R .spec-data/biblio/biblio-pr.data
R .spec-data/biblio/biblio-ps.data
R .spec-data/biblio/biblio-pt.data
R .spec-data/biblio/biblio-pu.data
R .spec-data/biblio/biblio-pw.data
R .spec-data/biblio/biblio-qa.data
R .spec-data/biblio/biblio-qb.data
R .spec-data/biblio/biblio-qn.data
R .spec-data/biblio/biblio-qu.data
R .spec-data/biblio/biblio-r2.data
R .spec-data/biblio/biblio-ra.data
R .spec-data/biblio/biblio-rd.data
R .spec-data/biblio/biblio-re.data
R .spec-data/biblio/biblio-rf.data
R .spec-data/biblio/biblio-ri.data
R .spec-data/biblio/biblio-ro.data
R .spec-data/biblio/biblio-rt.data
R .spec-data/biblio/biblio-ru.data
R .spec-data/biblio/biblio-s6.data
R .spec-data/biblio/biblio-sa.data
R .spec-data/biblio/biblio-sc.data
R .spec-data/biblio/biblio-sd.data
R .spec-data/biblio/biblio-se.data
R .spec-data/biblio/biblio-sf.data
R .spec-data/biblio/biblio-sg.data
R .spec-data/biblio/biblio-sh.data
R .spec-data/biblio/biblio-si.data
R .spec-data/biblio/biblio-sk.data
R .spec-data/biblio/biblio-sm.data
R .spec-data/biblio/biblio-sn.data
R .spec-data/biblio/biblio-so.data
R .spec-data/biblio/biblio-sp.data
R .spec-data/biblio/biblio-sr.data
R .spec-data/biblio/biblio-ss.data
R .spec-data/biblio/biblio-st.data
R .spec-data/biblio/biblio-su.data
R .spec-data/biblio/biblio-sv.data
R .spec-data/biblio/biblio-sw.data
R .spec-data/biblio/biblio-sx.data
R .spec-data/biblio/biblio-sy.data
R .spec-data/biblio/biblio-ta.data
R .spec-data/biblio/biblio-tc.data
R .spec-data/biblio/biblio-te.data
R .spec-data/biblio/biblio-th.data
R .spec-data/biblio/biblio-ti.data
R .spec-data/biblio/biblio-tl.data
R .spec-data/biblio/biblio-to.data
R .spec-data/biblio/biblio-tp.data
R .spec-data/biblio/biblio-tr.data
R .spec-data/biblio/biblio-ts.data
R .spec-data/biblio/biblio-tt.data
R .spec-data/biblio/biblio-tu.data
R .spec-data/biblio/biblio-tv.data
R .spec-data/biblio/biblio-ty.data
R .spec-data/biblio/biblio-tz.data
R .spec-data/biblio/biblio-ua.data
R .spec-data/biblio/biblio-uc.data
R .spec-data/biblio/biblio-uf.data
R .spec-data/biblio/biblio-ui.data
R .spec-data/biblio/biblio-um.data
R .spec-data/biblio/biblio-un.data
R .spec-data/biblio/biblio-up.data
R .spec-data/biblio/biblio-ur.data
R .spec-data/biblio/biblio-us.data
R .spec-data/biblio/biblio-ut.data
R .spec-data/biblio/biblio-uw.data
R .spec-data/biblio/biblio-va.data
R .spec-data/biblio/biblio-vb.data
R .spec-data/biblio/biblio-vc.data
R .spec-data/biblio/biblio-ve.data
R .spec-data/biblio/biblio-vi.data
R .spec-data/biblio/biblio-vm.data
R .spec-data/biblio/biblio-vo.data
R .spec-data/biblio/biblio-vt.data
R .spec-data/biblio/biblio-vx.data
R .spec-data/biblio/biblio-w3.data
R .spec-data/biblio/biblio-wa.data
R .spec-data/biblio/biblio-wb.data
R .spec-data/biblio/biblio-wc.data
R .spec-data/biblio/biblio-wd.data
R .spec-data/biblio/biblio-we.data
R .spec-data/biblio/biblio-wf.data
R .spec-data/biblio/biblio-wg.data
R .spec-data/biblio/biblio-wh.data
R .spec-data/biblio/biblio-wi.data
R .spec-data/biblio/biblio-wm.data
R .spec-data/biblio/biblio-wo.data
R .spec-data/biblio/biblio-wp.data
R .spec-data/biblio/biblio-ws.data
R .spec-data/biblio/biblio-ww.data
R .spec-data/biblio/biblio-x1.data
R .spec-data/biblio/biblio-x5.data
R .spec-data/biblio/biblio-x6.data
R .spec-data/biblio/biblio-xa.data
R .spec-data/biblio/biblio-xb.data
R .spec-data/biblio/biblio-xd.data
R .spec-data/biblio/biblio-xe.data
R .spec-data/biblio/biblio-xf.data
R .spec-data/biblio/biblio-xh.data
R .spec-data/biblio/biblio-xi.data
R .spec-data/biblio/biblio-xk.data
R .spec-data/biblio/biblio-xl.data
R .spec-data/biblio/biblio-xm.data
R .spec-data/biblio/biblio-xo.data
R .spec-data/biblio/biblio-xp.data
R .spec-data/biblio/biblio-xq.data
R .spec-data/biblio/biblio-xs.data
R .spec-data/biblio/biblio-xt.data
R .spec-data/biblio/biblio-xu.data
R .spec-data/biblio/biblio-ya.data
R .spec-data/biblio/biblio-ze.data
R .spec-data/biblio/biblio-zh.data
R .spec-data/biblio/biblio-zi.data
R .spec-data/bikeshed-version.txt
R .spec-data/caniuse.json
R .spec-data/caniuse/data.json
R .spec-data/caniuse/feature-aac.json
R .spec-data/caniuse/feature-abortcontroller.json
R .spec-data/caniuse/feature-accelerometer.json
R .spec-data/caniuse/feature-addeventlistener.json
R .spec-data/caniuse/feature-ambient-light.json
R .spec-data/caniuse/feature-apng.json
R .spec-data/caniuse/feature-array-find-index.json
R .spec-data/caniuse/feature-array-find.json
R .spec-data/caniuse/feature-array-flat.json
R .spec-data/caniuse/feature-array-includes.json
R .spec-data/caniuse/feature-arrow-functions.json
R .spec-data/caniuse/feature-asmjs.json
R .spec-data/caniuse/feature-async-functions.json
R .spec-data/caniuse/feature-atob-btoa.json
R .spec-data/caniuse/feature-audio-api.json
R .spec-data/caniuse/feature-audio.json
R .spec-data/caniuse/feature-audiotracks.json
R .spec-data/caniuse/feature-autofocus.json
R .spec-data/caniuse/feature-auxclick.json
R .spec-data/caniuse/feature-av1.json
R .spec-data/caniuse/feature-avif.json
R .spec-data/caniuse/feature-background-attachment.json
R .spec-data/caniuse/feature-background-img-opts.json
R .spec-data/caniuse/feature-background-position-x-y.json
R .spec-data/caniuse/feature-background-repeat-round-space.json
R .spec-data/caniuse/feature-background-sync.json
R .spec-data/caniuse/feature-battery-status.json
R .spec-data/caniuse/feature-beacon.json
R .spec-data/caniuse/feature-beforeafterprint.json
R .spec-data/caniuse/feature-bigint.json
R .spec-data/caniuse/feature-blobbuilder.json
R .spec-data/caniuse/feature-bloburls.json
R .spec-data/caniuse/feature-border-image.json
R .spec-data/caniuse/feature-border-radius.json
R .spec-data/caniuse/feature-broadcastchannel.json
R .spec-data/caniuse/feature-brotli.json
R .spec-data/caniuse/feature-calc.json
R .spec-data/caniuse/feature-canvas-blending.json
R .spec-data/caniuse/feature-canvas-text.json
R .spec-data/caniuse/feature-canvas.json
R .spec-data/caniuse/feature-ch-unit.json
R .spec-data/caniuse/feature-chacha20-poly1305.json
R .spec-data/caniuse/feature-channel-messaging.json
R .spec-data/caniuse/feature-childnode-remove.json
R .spec-data/caniuse/feature-classlist.json
R .spec-data/caniuse/feature-client-hints-dpr-width-viewport.json
R .spec-data/caniuse/feature-clipboard.json
R .spec-data/caniuse/feature-comparedocumentposition.json
R .spec-data/caniuse/feature-console-basic.json
R .spec-data/caniuse/feature-console-time.json
R .spec-data/caniuse/feature-const.json
R .spec-data/caniuse/feature-constraint-validation.json
R .spec-data/caniuse/feature-contenteditable.json
R .spec-data/caniuse/feature-contentsecuritypolicy.json
R .spec-data/caniuse/feature-contentsecuritypolicy2.json
R .spec-data/caniuse/feature-cors.json
R .spec-data/caniuse/feature-createimagebitmap.json
R .spec-data/caniuse/feature-credential-management.json
R .spec-data/caniuse/feature-cryptography.json
R .spec-data/caniuse/feature-css-all.json
R .spec-data/caniuse/feature-css-animation.json
R .spec-data/caniuse/feature-css-any-link.json
R .spec-data/caniuse/feature-css-appearance.json
R .spec-data/caniuse/feature-css-apply-rule.json
R .spec-data/caniuse/feature-css-at-counter-style.json
R .spec-data/caniuse/feature-css-backdrop-filter.json
R .spec-data/caniuse/feature-css-background-offsets.json
R .spec-data/caniuse/feature-css-backgroundblendmode.json
R .spec-data/caniuse/feature-css-boxdecorationbreak.json
R .spec-data/caniuse/feature-css-boxshadow.json
R .spec-data/caniuse/feature-css-canvas.json
R .spec-data/caniuse/feature-css-caret-color.json
R .spec-data/caniuse/feature-css-case-insensitive.json
R .spec-data/caniuse/feature-css-clip-path.json
R .spec-data/caniuse/feature-css-color-adjust.json
R .spec-data/caniuse/feature-css-color-function.json
R .spec-data/caniuse/feature-css-conic-gradients.json
R .spec-data/caniuse/feature-css-containment.json
R .spec-data/caniuse/feature-css-content-visibility.json
R .spec-data/caniuse/feature-css-counters.json
R .spec-data/caniuse/feature-css-crisp-edges.json
R .spec-data/caniuse/feature-css-cross-fade.json
R .spec-data/caniuse/feature-css-default-pseudo.json
R .spec-data/caniuse/feature-css-descendant-gtgt.json
R .spec-data/caniuse/feature-css-deviceadaptation.json
R .spec-data/caniuse/feature-css-dir-pseudo.json
R .spec-data/caniuse/feature-css-display-contents.json
R .spec-data/caniuse/feature-css-element-function.json
R .spec-data/caniuse/feature-css-env-function.json
R .spec-data/caniuse/feature-css-exclusions.json
R .spec-data/caniuse/feature-css-featurequeries.json
R .spec-data/caniuse/feature-css-filter-function.json
R .spec-data/caniuse/feature-css-filters.json
R .spec-data/caniuse/feature-css-first-letter.json
R .spec-data/caniuse/feature-css-first-line.json
R .spec-data/caniuse/feature-css-fixed.json
R .spec-data/caniuse/feature-css-focus-visible.json
R .spec-data/caniuse/feature-css-focus-within.json
R .spec-data/caniuse/feature-css-font-rendering-controls.json
R .spec-data/caniuse/feature-css-font-stretch.json
R .spec-data/caniuse/feature-css-gencontent.json
R .spec-data/caniuse/feature-css-gradients.json
R .spec-data/caniuse/feature-css-grid.json
R .spec-data/caniuse/feature-css-hanging-punctuation.json
R .spec-data/caniuse/feature-css-has.json
R .spec-data/caniuse/feature-css-hyphens.json
R .spec-data/caniuse/feature-css-image-orientation.json
R .spec-data/caniuse/feature-css-image-set.json
R .spec-data/caniuse/feature-css-in-out-of-range.json
R .spec-data/caniuse/feature-css-indeterminate-pseudo.json
R .spec-data/caniuse/feature-css-initial-letter.json
R .spec-data/caniuse/feature-css-initial-value.json
R .spec-data/caniuse/feature-css-letter-spacing.json
R .spec-data/caniuse/feature-css-line-clamp.json
R .spec-data/caniuse/feature-css-logical-props.json
R .spec-data/caniuse/feature-css-marker-pseudo.json
R .spec-data/caniuse/feature-css-masks.json
R .spec-data/caniuse/feature-css-matches-pseudo.json
R .spec-data/caniuse/feature-css-math-functions.json
R .spec-data/caniuse/feature-css-media-interaction.json
R .spec-data/caniuse/feature-css-media-resolution.json
R .spec-data/caniuse/feature-css-mediaqueries.json
R .spec-data/caniuse/feature-css-mixblendmode.json
R .spec-data/caniuse/feature-css-motion-paths.json
R .spec-data/caniuse/feature-css-namespaces.json
R .spec-data/caniuse/feature-css-not-sel-list.json
R .spec-data/caniuse/feature-css-nth-child-of.json
R .spec-data/caniuse/feature-css-opacity.json
R .spec-data/caniuse/feature-css-optional-pseudo.json
R .spec-data/caniuse/feature-css-overflow-anchor.json
R .spec-data/caniuse/feature-css-overflow.json
R .spec-data/caniuse/feature-css-overscroll-behavior.json
R .spec-data/caniuse/feature-css-page-break.json
R .spec-data/caniuse/feature-css-paged-media.json
R .spec-data/caniuse/feature-css-paint-api.json
R .spec-data/caniuse/feature-css-placeholder-shown.json
R .spec-data/caniuse/feature-css-placeholder.json
R .spec-data/caniuse/feature-css-read-only-write.json
R .spec-data/caniuse/feature-css-rebeccapurple.json
R .spec-data/caniuse/feature-css-reflections.json
R .spec-data/caniuse/feature-css-regions.json
R .spec-data/caniuse/feature-css-repeating-gradients.json
R .spec-data/caniuse/feature-css-resize.json
R .spec-data/caniuse/feature-css-revert-value.json
R .spec-data/caniuse/feature-css-rrggbbaa.json
R .spec-data/caniuse/feature-css-scroll-behavior.json
R .spec-data/caniuse/feature-css-scrollbar.json
R .spec-data/caniuse/feature-css-sel2.json
R .spec-data/caniuse/feature-css-sel3.json
R .spec-data/caniuse/feature-css-selection.json
R .spec-data/caniuse/feature-css-shapes.json
R .spec-data/caniuse/feature-css-snappoints.json
R .spec-data/caniuse/feature-css-sticky.json
R .spec-data/caniuse/feature-css-subgrid.json
R .spec-data/caniuse/feature-css-supports-api.json
R .spec-data/caniuse/feature-css-table.json
R .spec-data/caniuse/feature-css-text-align-last.json
R .spec-data/caniuse/feature-css-text-indent.json
R .spec-data/caniuse/feature-css-text-justify.json
R .spec-data/caniuse/feature-css-text-orientation.json
R .spec-data/caniuse/feature-css-textshadow.json
R .spec-data/caniuse/feature-css-touch-action.json
R .spec-data/caniuse/feature-css-transitions.json
R .spec-data/caniuse/feature-css-unset-value.json
R .spec-data/caniuse/feature-css-variables.json
R .spec-data/caniuse/feature-css-widows-orphans.json
R .spec-data/caniuse/feature-css-writing-mode.json
R .spec-data/caniuse/feature-css-zoom.json
R .spec-data/caniuse/feature-css3-attr.json
R .spec-data/caniuse/feature-css3-boxsizing.json
R .spec-data/caniuse/feature-css3-colors.json
R .spec-data/caniuse/feature-css3-cursors-grab.json
R .spec-data/caniuse/feature-css3-cursors-newer.json
R .spec-data/caniuse/feature-css3-cursors.json
R .spec-data/caniuse/feature-css3-tabsize.json
R .spec-data/caniuse/feature-currentcolor.json
R .spec-data/caniuse/feature-custom-elements.json
R .spec-data/caniuse/feature-custom-elementsv1.json
R .spec-data/caniuse/feature-customevent.json
R .spec-data/caniuse/feature-datalist.json
R .spec-data/caniuse/feature-dataset.json
R .spec-data/caniuse/feature-datauri.json
R .spec-data/caniuse/feature-date-tolocaledatestring.json
R .spec-data/caniuse/feature-details.json
R .spec-data/caniuse/feature-deviceorientation.json
R .spec-data/caniuse/feature-devicepixelratio.json
R .spec-data/caniuse/feature-dialog.json
R .spec-data/caniuse/feature-dispatchevent.json
R .spec-data/caniuse/feature-dnssec.json
R .spec-data/caniuse/feature-do-not-track.json
R .spec-data/caniuse/feature-document-currentscript.json
R .spec-data/caniuse/feature-document-evaluate-xpath.json
R .spec-data/caniuse/feature-document-execcommand.json
R .spec-data/caniuse/feature-document-policy.json
R .spec-data/caniuse/feature-document-scrollingelement.json
R .spec-data/caniuse/feature-documenthead.json
R .spec-data/caniuse/feature-dom-manip-convenience.json
R .spec-data/caniuse/feature-dom-range.json
R .spec-data/caniuse/feature-domcontentloaded.json
R .spec-data/caniuse/feature-dommatrix.json
R .spec-data/caniuse/feature-download.json
R .spec-data/caniuse/feature-dragndrop.json
R .spec-data/caniuse/feature-element-closest.json
R .spec-data/caniuse/feature-element-from-point.json
R .spec-data/caniuse/feature-element-scroll-methods.json
R .spec-data/caniuse/feature-eme.json
R .spec-data/caniuse/feature-eot.json
R .spec-data/caniuse/feature-es5.json
R .spec-data/caniuse/feature-es6-class.json
R .spec-data/caniuse/feature-es6-generators.json
R .spec-data/caniuse/feature-es6-module-dynamic-import.json
R .spec-data/caniuse/feature-es6-module.json
R .spec-data/caniuse/feature-es6-number.json
R .spec-data/caniuse/feature-es6-string-includes.json
R .spec-data/caniuse/feature-es6.json
R .spec-data/caniuse/feature-eventsource.json
R .spec-data/caniuse/feature-extended-system-fonts.json
R .spec-data/caniuse/feature-feature-policy.json
R .spec-data/caniuse/feature-fetch.json
R .spec-data/caniuse/feature-fieldset-disabled.json
R .spec-data/caniuse/feature-fileapi.json
R .spec-data/caniuse/feature-filereader.json
R .spec-data/caniuse/feature-filereadersync.json
R .spec-data/caniuse/feature-filesystem.json
R .spec-data/caniuse/feature-flac.json
R .spec-data/caniuse/feature-flexbox-gap.json
R .spec-data/caniuse/feature-flexbox.json
R .spec-data/caniuse/feature-flow-root.json
R .spec-data/caniuse/feature-focusin-focusout-events.json
R .spec-data/caniuse/feature-font-family-system-ui.json
R .spec-data/caniuse/feature-font-feature.json
R .spec-data/caniuse/feature-font-kerning.json
R .spec-data/caniuse/feature-font-loading.json
R .spec-data/caniuse/feature-font-size-adjust.json
R .spec-data/caniuse/feature-font-smooth.json
R .spec-data/caniuse/feature-font-unicode-range.json
R .spec-data/caniuse/feature-font-variant-alternates.json
R .spec-data/caniuse/feature-font-variant-numeric.json
R .spec-data/caniuse/feature-fontface.json
R .spec-data/caniuse/feature-form-attribute.json
R .spec-data/caniuse/feature-form-submit-attributes.json
R .spec-data/caniuse/feature-form-validation.json
R .spec-data/caniuse/feature-forms.json
R .spec-data/caniuse/feature-fullscreen.json
R .spec-data/caniuse/feature-gamepad.json
R .spec-data/caniuse/feature-geolocation.json
R .spec-data/caniuse/feature-getboundingclientrect.json
R .spec-data/caniuse/feature-getcomputedstyle.json
R .spec-data/caniuse/feature-getelementsbyclassname.json
R .spec-data/caniuse/feature-getrandomvalues.json
R .spec-data/caniuse/feature-gyroscope.json
R .spec-data/caniuse/feature-hardwareconcurrency.json
R .spec-data/caniuse/feature-hashchange.json
R .spec-data/caniuse/feature-heif.json
R .spec-data/caniuse/feature-hevc.json
R .spec-data/caniuse/feature-hidden.json
R .spec-data/caniuse/feature-high-resolution-time.json
R .spec-data/caniuse/feature-history.json
R .spec-data/caniuse/feature-html-media-capture.json
R .spec-data/caniuse/feature-html5semantic.json
R .spec-data/caniuse/feature-http-live-streaming.json
R .spec-data/caniuse/feature-http2.json
R .spec-data/caniuse/feature-http3.json
R .spec-data/caniuse/feature-iframe-sandbox.json
R .spec-data/caniuse/feature-iframe-seamless.json
R .spec-data/caniuse/feature-iframe-srcdoc.json
R .spec-data/caniuse/feature-ime.json
R .spec-data/caniuse/feature-img-naturalwidth-naturalheight.json
R .spec-data/caniuse/feature-import-maps.json
R .spec-data/caniuse/feature-imports.json
R .spec-data/caniuse/feature-indeterminate-checkbox.json
R .spec-data/caniuse/feature-indexeddb.json
R .spec-data/caniuse/feature-indexeddb2.json
R .spec-data/caniuse/feature-inline-block.json
R .spec-data/caniuse/feature-innertext.json
R .spec-data/caniuse/feature-input-autocomplete-onoff.json
R .spec-data/caniuse/feature-input-color.json
R .spec-data/caniuse/feature-input-datetime.json
R .spec-data/caniuse/feature-input-email-tel-url.json
R .spec-data/caniuse/feature-input-event.json
R .spec-data/caniuse/feature-input-file-accept.json
R .spec-data/caniuse/feature-input-file-directory.json
R .spec-data/caniuse/feature-input-file-multiple.json
R .spec-data/caniuse/feature-input-inputmode.json
R .spec-data/caniuse/feature-input-minlength.json
R .spec-data/caniuse/feature-input-number.json
R .spec-data/caniuse/feature-input-pattern.json
R .spec-data/caniuse/feature-input-placeholder.json
R .spec-data/caniuse/feature-input-range.json
R .spec-data/caniuse/feature-input-search.json
R .spec-data/caniuse/feature-input-selection.json
R .spec-data/caniuse/feature-insert-adjacent.json
R .spec-data/caniuse/feature-insertadjacenthtml.json
R .spec-data/caniuse/feature-internationalization.json
R .spec-data/caniuse/feature-intersectionobserver-v2.json
R .spec-data/caniuse/feature-intersectionobserver.json
R .spec-data/caniuse/feature-intl-pluralrules.json
R .spec-data/caniuse/feature-intrinsic-width.json
R .spec-data/caniuse/feature-jpeg2000.json
R .spec-data/caniuse/feature-jpegxr.json
R .spec-data/caniuse/feature-js-regexp-lookbehind.json
R .spec-data/caniuse/feature-json.json
R .spec-data/caniuse/feature-justify-content-space-evenly.json
R .spec-data/caniuse/feature-kerning-pairs-ligatures.json
R .spec-data/caniuse/feature-keyboardevent-charcode.json
R .spec-data/caniuse/feature-keyboardevent-code.json
R .spec-data/caniuse/feature-keyboardevent-getmodifierstate.json
R .spec-data/caniuse/feature-keyboardevent-key.json
R .spec-data/caniuse/feature-keyboardevent-location.json
R .spec-data/caniuse/feature-keyboardevent-which.json
R .spec-data/caniuse/feature-lazyload.json
R .spec-data/caniuse/feature-let.json
R .spec-data/caniuse/feature-link-icon-png.json
R .spec-data/caniuse/feature-link-icon-svg.json
R .spec-data/caniuse/feature-link-rel-dns-prefetch.json
R .spec-data/caniuse/feature-link-rel-modulepreload.json
R .spec-data/caniuse/feature-link-rel-preconnect.json
R .spec-data/caniuse/feature-link-rel-prefetch.json
R .spec-data/caniuse/feature-link-rel-preload.json
R .spec-data/caniuse/feature-link-rel-prerender.json
R .spec-data/caniuse/feature-loading-lazy-attr.json
R .spec-data/caniuse/feature-localecompare.json
R .spec-data/caniuse/feature-magnetometer.json
R .spec-data/caniuse/feature-matchesselector.json
R .spec-data/caniuse/feature-matchmedia.json
R .spec-data/caniuse/feature-mathml.json
R .spec-data/caniuse/feature-maxlength.json
R .spec-data/caniuse/feature-media-fragments.json
R .spec-data/caniuse/feature-mediacapture-fromelement.json
R .spec-data/caniuse/feature-mediarecorder.json
R .spec-data/caniuse/feature-mediasource.json
R .spec-data/caniuse/feature-menu.json
R .spec-data/caniuse/feature-meta-theme-color.json
R .spec-data/caniuse/feature-meter.json
R .spec-data/caniuse/feature-midi.json
R .spec-data/caniuse/feature-minmaxwh.json
R .spec-data/caniuse/feature-mp3.json
R .spec-data/caniuse/feature-mpeg-dash.json
R .spec-data/caniuse/feature-mpeg4.json
R .spec-data/caniuse/feature-multibackgrounds.json
R .spec-data/caniuse/feature-multicolumn.json
R .spec-data/caniuse/feature-mutation-events.json
R .spec-data/caniuse/feature-mutationobserver.json
R .spec-data/caniuse/feature-namevalue-storage.json
R .spec-data/caniuse/feature-native-filesystem-api.json
R .spec-data/caniuse/feature-nav-timing.json
R .spec-data/caniuse/feature-netinfo.json
R .spec-data/caniuse/feature-notifications.json
R .spec-data/caniuse/feature-object-entries.json
R .spec-data/caniuse/feature-object-fit.json
R .spec-data/caniuse/feature-object-observe.json
R .spec-data/caniuse/feature-object-values.json
R .spec-data/caniuse/feature-objectrtc.json
R .spec-data/caniuse/feature-offline-apps.json
R .spec-data/caniuse/feature-offscreencanvas.json
R .spec-data/caniuse/feature-ogg-vorbis.json
R .spec-data/caniuse/feature-ogv.json
R .spec-data/caniuse/feature-ol-reversed.json
R .spec-data/caniuse/feature-once-event-listener.json
R .spec-data/caniuse/feature-online-status.json
R .spec-data/caniuse/feature-opus.json
R .spec-data/caniuse/feature-orientation-sensor.json
R .spec-data/caniuse/feature-outline.json
R .spec-data/caniuse/feature-pad-start-end.json
R .spec-data/caniuse/feature-page-transition-events.json
R .spec-data/caniuse/feature-pagevisibility.json
R .spec-data/caniuse/feature-passive-event-listener.json
R .spec-data/caniuse/feature-path2d.json
R .spec-data/caniuse/feature-payment-request.json
R .spec-data/caniuse/feature-pdf-viewer.json
R .spec-data/caniuse/feature-permissions-api.json
R .spec-data/caniuse/feature-permissions-policy.json
R .spec-data/caniuse/feature-picture-in-picture.json
R .spec-data/caniuse/feature-picture.json
R .spec-data/caniuse/feature-ping.json
R .spec-data/caniuse/feature-png-alpha.json
R .spec-data/caniuse/feature-pointer-events.json
R .spec-data/caniuse/feature-pointer.json
R .spec-data/caniuse/feature-pointerlock.json
R .spec-data/caniuse/feature-portals.json
R .spec-data/caniuse/feature-prefers-color-scheme.json
R .spec-data/caniuse/feature-prefers-reduced-motion.json
R .spec-data/caniuse/feature-progress.json
R .spec-data/caniuse/feature-promise-finally.json
R .spec-data/caniuse/feature-promises.json
R .spec-data/caniuse/feature-proximity.json
R .spec-data/caniuse/feature-proxy.json
R .spec-data/caniuse/feature-publickeypinning.json
R .spec-data/caniuse/feature-push-api.json
R .spec-data/caniuse/feature-queryselector.json
R .spec-data/caniuse/feature-readonly-attr.json
R .spec-data/caniuse/feature-referrer-policy.json
R .spec-data/caniuse/feature-registerprotocolhandler.json
R .spec-data/caniuse/feature-rel-noopener.json
R .spec-data/caniuse/feature-rel-noreferrer.json
R .spec-data/caniuse/feature-rellist.json
R .spec-data/caniuse/feature-rem.json
R .spec-data/caniuse/feature-requestanimationframe.json
R .spec-data/caniuse/feature-requestidlecallback.json
R .spec-data/caniuse/feature-resizeobserver.json
R .spec-data/caniuse/feature-resource-timing.json
R .spec-data/caniuse/feature-rest-parameters.json
R .spec-data/caniuse/feature-rtcpeerconnection.json
R .spec-data/caniuse/feature-ruby.json
R .spec-data/caniuse/feature-run-in.json
R .spec-data/caniuse/feature-same-site-cookie-attribute.json
R .spec-data/caniuse/feature-screen-orientation.json
R .spec-data/caniuse/feature-script-async.json
R .spec-data/caniuse/feature-script-defer.json
R .spec-data/caniuse/feature-scrollintoview.json
R .spec-data/caniuse/feature-scrollintoviewifneeded.json
R .spec-data/caniuse/feature-sdch.json
R .spec-data/caniuse/feature-selection-api.json
R .spec-data/caniuse/feature-server-timing.json
R .spec-data/caniuse/feature-serviceworkers.json
R .spec-data/caniuse/feature-setimmediate.json
R .spec-data/caniuse/feature-shadowdom.json
R .spec-data/caniuse/feature-shadowdomv1.json
R .spec-data/caniuse/feature-sharedarraybuffer.json
R .spec-data/caniuse/feature-sharedworkers.json
R .spec-data/caniuse/feature-sni.json
R .spec-data/caniuse/feature-spdy.json
R .spec-data/caniuse/feature-speech-recognition.json
R .spec-data/caniuse/feature-speech-synthesis.json
R .spec-data/caniuse/feature-spellcheck-attribute.json
R .spec-data/caniuse/feature-sql-storage.json
R .spec-data/caniuse/feature-srcset.json
R .spec-data/caniuse/feature-stream.json
R .spec-data/caniuse/feature-streams.json
R .spec-data/caniuse/feature-stricttransportsecurity.json
R .spec-data/caniuse/feature-style-scoped.json
R .spec-data/caniuse/feature-subresource-integrity.json
R .spec-data/caniuse/feature-svg-css.json
R .spec-data/caniuse/feature-svg-filters.json
R .spec-data/caniuse/feature-svg-fonts.json
R .spec-data/caniuse/feature-svg-fragment.json
R .spec-data/caniuse/feature-svg-html.json
R .spec-data/caniuse/feature-svg-html5.json
R .spec-data/caniuse/feature-svg-img.json
R .spec-data/caniuse/feature-svg-smil.json
R .spec-data/caniuse/feature-svg.json
R .spec-data/caniuse/feature-sxg.json
R .spec-data/caniuse/feature-tabindex-attr.json
R .spec-data/caniuse/feature-template-literals.json
R .spec-data/caniuse/feature-template.json
R .spec-data/caniuse/feature-text-decoration.json
R .spec-data/caniuse/feature-text-emphasis.json
R .spec-data/caniuse/feature-text-overflow.json
R .spec-data/caniuse/feature-text-size-adjust.json
R .spec-data/caniuse/feature-text-stroke.json
R .spec-data/caniuse/feature-textcontent.json
R .spec-data/caniuse/feature-textencoder.json
R .spec-data/caniuse/feature-tls1-1.json
R .spec-data/caniuse/feature-tls1-2.json
R .spec-data/caniuse/feature-tls1-3.json
R .spec-data/caniuse/feature-touch.json
R .spec-data/caniuse/feature-transforms2d.json
R .spec-data/caniuse/feature-transforms3d.json
R .spec-data/caniuse/feature-trusted-types.json
R .spec-data/caniuse/feature-ttf.json
R .spec-data/caniuse/feature-typedarrays.json
R .spec-data/caniuse/feature-u2f.json
R .spec-data/caniuse/feature-unhandledrejection.json
R .spec-data/caniuse/feature-upgradeinsecurerequests.json
R .spec-data/caniuse/feature-url-scroll-to-text-fragment.json
R .spec-data/caniuse/feature-url.json
R .spec-data/caniuse/feature-urlsearchparams.json
R .spec-data/caniuse/feature-use-strict.json
R .spec-data/caniuse/feature-user-select-none.json
R .spec-data/caniuse/feature-user-timing.json
R .spec-data/caniuse/feature-variable-fonts.json
R .spec-data/caniuse/feature-vibration.json
R .spec-data/caniuse/feature-video.json
R .spec-data/caniuse/feature-videotracks.json
R .spec-data/caniuse/feature-viewport-units.json
R .spec-data/caniuse/feature-wai-aria.json
R .spec-data/caniuse/feature-wake-lock.json
R .spec-data/caniuse/feature-wasm.json
R .spec-data/caniuse/feature-wav.json
R .spec-data/caniuse/feature-wbr-element.json
R .spec-data/caniuse/feature-web-animation.json
R .spec-data/caniuse/feature-web-app-manifest.json
R .spec-data/caniuse/feature-web-bluetooth.json
R .spec-data/caniuse/feature-web-share.json
R .spec-data/caniuse/feature-webauthn.json
R .spec-data/caniuse/feature-webgl.json
R .spec-data/caniuse/feature-webgl2.json
R .spec-data/caniuse/feature-webgpu.json
R .spec-data/caniuse/feature-webhid.json
R .spec-data/caniuse/feature-webm.json
R .spec-data/caniuse/feature-webnfc.json
R .spec-data/caniuse/feature-webp.json
R .spec-data/caniuse/feature-websockets.json
R .spec-data/caniuse/feature-webusb.json
R .spec-data/caniuse/feature-webvr.json
R .spec-data/caniuse/feature-webvtt.json
R .spec-data/caniuse/feature-webworkers.json
R .spec-data/caniuse/feature-webxr.json
R .spec-data/caniuse/feature-will-change.json
R .spec-data/caniuse/feature-woff.json
R .spec-data/caniuse/feature-woff2.json
R .spec-data/caniuse/feature-word-break.json
R .spec-data/caniuse/feature-wordwrap.json
R .spec-data/caniuse/feature-x-doc-messaging.json
R .spec-data/caniuse/feature-x-frame-options.json
R .spec-data/caniuse/feature-xhr2.json
R .spec-data/caniuse/feature-xhtml.json
R .spec-data/caniuse/feature-xhtmlsmil.json
R .spec-data/caniuse/feature-xml-serializer.json
R .spec-data/fors.json
R .spec-data/github-issues.json
R .spec-data/headings.json
R .spec-data/headings/headings-appmanifest.json
R .spec-data/headings/headings-box-tree-api-1.json
R .spec-data/headings/headings-compat-1.json
R .spec-data/headings/headings-compositing-1.json
R .spec-data/headings/headings-compositing-2.json
R .spec-data/headings/headings-console-1.json
R .spec-data/headings/headings-credential-management-1.json
R .spec-data/headings/headings-csp3.json
R .spec-data/headings/headings-css-2007.json
R .spec-data/headings/headings-css-2010.json
R .spec-data/headings/headings-css-2015.json
R .spec-data/headings/headings-css-2017.json
R .spec-data/headings/headings-css-2018.json
R .spec-data/headings/headings-css-2020.json
R .spec-data/headings/headings-css-align-3.json
R .spec-data/headings/headings-css-animation-worklet-1.json
R .spec-data/headings/headings-css-animations-1.json
R .spec-data/headings/headings-css-animations-2.json
R .spec-data/headings/headings-css-animationworklet-1.json
R .spec-data/headings/headings-css-backgrounds-3.json
R .spec-data/headings/headings-css-backgrounds-4.json
R .spec-data/headings/headings-css-box-3.json
R .spec-data/headings/headings-css-box-4.json
R .spec-data/headings/headings-css-break-3.json
R .spec-data/headings/headings-css-break-4.json
R .spec-data/headings/headings-css-cascade-3.json
R .spec-data/headings/headings-css-cascade-4.json
R .spec-data/headings/headings-css-cascade-5.json
R .spec-data/headings/headings-css-color-3.json
R .spec-data/headings/headings-css-color-4.json
R .spec-data/headings/headings-css-color-5.json
R .spec-data/headings/headings-css-color-adjust-1.json
R .spec-data/headings/headings-css-conditional-3.json
R .spec-data/headings/headings-css-conditional-4.json
R .spec-data/headings/headings-css-contain-1.json
R .spec-data/headings/headings-css-contain-2.json
R .spec-data/headings/headings-css-content-3.json
R .spec-data/headings/headings-css-counter-styles-3.json
R .spec-data/headings/headings-css-device-adapt-1.json
R .spec-data/headings/headings-css-display-3.json
R .spec-data/headings/headings-css-easing-1.json
R .spec-data/headings/headings-css-egg-1.json
R .spec-data/headings/headings-css-env-1.json
R .spec-data/headings/headings-css-exclusions-1.json
R .spec-data/headings/headings-css-extensions-1.json
R .spec-data/headings/headings-css-flexbox-1.json
R .spec-data/headings/headings-css-font-loading-3.json
R .spec-data/headings/headings-css-fonts-3.json
R .spec-data/headings/headings-css-fonts-4.json
R .spec-data/headings/headings-css-forms-1.json
R .spec-data/headings/headings-css-gcpm-3.json
R .spec-data/headings/headings-css-gcpm-4.json
R .spec-data/headings/headings-css-grid-1.json
R .spec-data/headings/headings-css-grid-2.json
R .spec-data/headings/headings-css-grid-3.json
R .spec-data/headings/headings-css-highlight-api-1.json
R .spec-data/headings/headings-css-images-3.json
R .spec-data/headings/headings-css-images-4.json
R .spec-data/headings/headings-css-inline-3.json
R .spec-data/headings/headings-css-layout-api-1.json
R .spec-data/headings/headings-css-line-grid-1.json
R .spec-data/headings/headings-css-lists-3.json
R .spec-data/headings/headings-css-logical-1.json
R .spec-data/headings/headings-css-marquee-3.json
R .spec-data/headings/headings-css-masking-1.json
R .spec-data/headings/headings-css-mobile.json
R .spec-data/headings/headings-css-multicol-1.json
R .spec-data/headings/headings-css-multicol-2.json
R .spec-data/headings/headings-css-namespaces-3.json
R .spec-data/headings/headings-css-nav-1.json
R .spec-data/headings/headings-css-nesting-1.json
R .spec-data/headings/headings-css-overflow-3.json
R .spec-data/headings/headings-css-overflow-4.json
R .spec-data/headings/headings-css-overscroll-1.json
R .spec-data/headings/headings-css-page-3.json
R .spec-data/headings/headings-css-page-4.json
R .spec-data/headings/headings-css-page-floats-3.json
R .spec-data/headings/headings-css-page-template-1.json
R .spec-data/headings/headings-css-paint-api-1.json
R .spec-data/headings/headings-css-parser-api-1.json
R .spec-data/headings/headings-css-position-3.json
R .spec-data/headings/headings-css-preslev-1.json
R .spec-data/headings/headings-css-print.json
R .spec-data/headings/headings-css-properties-values-api-1.json
R .spec-data/headings/headings-css-pseudo-4.json
R .spec-data/headings/headings-css-regions-1.json
R .spec-data/headings/headings-css-rhythm-1.json
R .spec-data/headings/headings-css-round-display-1.json
R .spec-data/headings/headings-css-ruby-1.json
R .spec-data/headings/headings-css-scoping-1.json
R .spec-data/headings/headings-css-scroll-anchoring-1.json
R .spec-data/headings/headings-css-scroll-snap-1.json
R .spec-data/headings/headings-css-scrollbars-1.json
R .spec-data/headings/headings-css-shadow-parts-1.json
R .spec-data/headings/headings-css-shapes-1.json
R .spec-data/headings/headings-css-shapes-2.json
R .spec-data/headings/headings-css-size-adjust-1.json
R .spec-data/headings/headings-css-sizing-3.json
R .spec-data/headings/headings-css-sizing-4.json
R .spec-data/headings/headings-css-speech-1.json
R .spec-data/headings/headings-css-style-attr-1.json
R .spec-data/headings/headings-css-syntax-3.json
R .spec-data/headings/headings-css-tables-3.json
R .spec-data/headings/headings-css-template-1.json
R .spec-data/headings/headings-css-text-3.json
R .spec-data/headings/headings-css-text-4.json
R .spec-data/headings/headings-css-text-decor-3.json
R .spec-data/headings/headings-css-text-decor-4.json
R .spec-data/headings/headings-css-transforms-1.json
R .spec-data/headings/headings-css-transforms-2.json
R .spec-data/headings/headings-css-transitions-1.json
R .spec-data/headings/headings-css-transitions-2.json
R .spec-data/headings/headings-css-tv-1.json
R .spec-data/headings/headings-css-typed-om-1.json
R .spec-data/headings/headings-css-typed-om-2.json
R .spec-data/headings/headings-css-ui-3.json
R .spec-data/headings/headings-css-ui-4.json
R .spec-data/headings/headings-css-values-3.json
R .spec-data/headings/headings-css-values-4.json
R .spec-data/headings/headings-css-variables-1.json
R .spec-data/headings/headings-css-viewport-1.json
R .spec-data/headings/headings-css-will-change-1.json
R .spec-data/headings/headings-css-writing-modes-3.json
R .spec-data/headings/headings-css-writing-modes-4.json
R .spec-data/headings/headings-css1.json
R .spec-data/headings/headings-css2.json
R .spec-data/headings/headings-cssom-1.json
R .spec-data/headings/headings-cssom-view-1.json
R .spec-data/headings/headings-custom-1.json
R .spec-data/headings/headings-dom-level-2-style.json
R .spec-data/headings/headings-dom.json
R .spec-data/headings/headings-encoding-1.json
R .spec-data/headings/headings-feature-policy.json
R .spec-data/headings/headings-fetch.json
R .spec-data/headings/headings-fileapi-1.json
R .spec-data/headings/headings-fill-stroke-3.json
R .spec-data/headings/headings-filter-effects-1.json
R .spec-data/headings/headings-filter-effects-2.json
R .spec-data/headings/headings-fingerprinting-guidance-1.json
R .spec-data/headings/headings-font-metrics-api-1.json
R .spec-data/headings/headings-fullscreen.json
R .spec-data/headings/headings-generic-sensor-1.json
R .spec-data/headings/headings-geometry-1.json
R .spec-data/headings/headings-hr-time-2.json
R .spec-data/headings/headings-html.json
R .spec-data/headings/headings-image-resource-1.json
R .spec-data/headings/headings-indexeddb-2.json
R .spec-data/headings/headings-infra.json
R .spec-data/headings/headings-intersection-observer-1.json
R .spec-data/headings/headings-json-ld11-api.json
R .spec-data/headings/headings-matrix.json
R .spec-data/headings/headings-mediacapture-streams.json
R .spec-data/headings/headings-mediaqueries-3.json
R .spec-data/headings/headings-mediaqueries-4.json
R .spec-data/headings/headings-mediaqueries-5.json
R .spec-data/headings/headings-mimesniff.json
R .spec-data/headings/headings-mixed-content-1.json
R .spec-data/headings/headings-motion-1.json
R .spec-data/headings/headings-navigation-timing-1.json
R .spec-data/headings/headings-navigation-timing-2.json
R .spec-data/headings/headings-network-error-logging-1.json
R .spec-data/headings/headings-page-visibility-2.json
R .spec-data/headings/headings-payment-method-basic-card-1.json
R .spec-data/headings/headings-payment-method-id-1.json
R .spec-data/headings/headings-payment-request-1.json
R .spec-data/headings/headings-permissions-1.json
R .spec-data/headings/headings-permissions-policy.json
R .spec-data/headings/headings-permissions-request-1.json
R .spec-data/headings/headings-permissions-revoke-1.json
R .spec-data/headings/headings-pointerevents3.json
R .spec-data/headings/headings-promises-guide-1.json
R .spec-data/headings/headings-quirks-1.json
R .spec-data/headings/headings-referrer-policy-1.json
R .spec-data/headings/headings-reporting-1.json
R .spec-data/headings/headings-resize-observer-1.json
R .spec-data/headings/headings-screen-orientation-1.json
R .spec-data/headings/headings-scroll-animations-1.json
R .spec-data/headings/headings-scroll-customization-api-1.json
R .spec-data/headings/headings-secure-contexts-1.json
R .spec-data/headings/headings-selectors-3.json
R .spec-data/headings/headings-selectors-4.json
R .spec-data/headings/headings-selectors-nonelement-1.json
R .spec-data/headings/headings-service-workers.json
R .spec-data/headings/headings-sms-one-time-codes-1.json
R .spec-data/headings/headings-sri-1.json
R .spec-data/headings/headings-storage.json
R .spec-data/headings/headings-streams.json
R .spec-data/headings/headings-svg.json
R .spec-data/headings/headings-svg2.json
R .spec-data/headings/headings-ui-events-1.json
R .spec-data/headings/headings-upgrade-insecure-requests-1.json
R .spec-data/headings/headings-url.json
R .spec-data/headings/headings-web-animations-1.json
R .spec-data/headings/headings-web-background-sync-1.json
R .spec-data/headings/headings-web-bluetooth-1.json
R .spec-data/headings/headings-web-share-1.json
R .spec-data/headings/headings-webappsec-fetch-metadata-1.json
R .spec-data/headings/headings-webaudio.json
R .spec-data/headings/headings-webauthn-1.json
R .spec-data/headings/headings-webcryptoapi-1.json
R .spec-data/headings/headings-webidl.json
R .spec-data/headings/headings-webrtc-1.json
R .spec-data/headings/headings-webrtc-stats-1.json
R .spec-data/headings/headings-webusb-1.json
R .spec-data/headings/headings-webxr-1.json
R .spec-data/headings/headings-webxr-ar-module-1.json
R .spec-data/headings/headings-webxr-dom-overlays-1.json
R .spec-data/headings/headings-webxr-gamepads-module-1.json
R .spec-data/headings/headings-webxr-hand-input-1.json
R .spec-data/headings/headings-webxr-hit-test-1.json
R .spec-data/headings/headings-webxr-layers-1.json
R .spec-data/headings/headings-woff2.json
R .spec-data/headings/headings-worklets-1.json
R .spec-data/headings/headings-xhr.json
R .spec-data/languages.json
R .spec-data/link-defaults.infotree
R .spec-data/manifest.txt
R .spec-data/mdn.json
R .spec-data/mdn/accelerometer.json
R .spec-data/mdn/ambient-light.json
R .spec-data/mdn/animation-timing.json
R .spec-data/mdn/appmanifest.json
R .spec-data/mdn/audio-output.json
R .spec-data/mdn/background-sync.json
R .spec-data/mdn/battery.json
R .spec-data/mdn/beacon.json
R .spec-data/mdn/budget-api.json
R .spec-data/mdn/clipboard-apis.json
R .spec-data/mdn/compat.json
R .spec-data/mdn/compositing-1.json
R .spec-data/mdn/console.json
R .spec-data/mdn/content-index.json
R .spec-data/mdn/controls-list.json
R .spec-data/mdn/credential-management-1.json
R .spec-data/mdn/csp-2.json
R .spec-data/mdn/csp-3.json
R .spec-data/mdn/csp-embedded-enforcement.json
R .spec-data/mdn/css-2.json
R .spec-data/mdn/css-align-3.json
R .spec-data/mdn/css-animations-1.json
R .spec-data/mdn/css-backgrounds-3.json
R .spec-data/mdn/css-backgrounds-4.json
R .spec-data/mdn/css-box-3.json
R .spec-data/mdn/css-box-4.json
R .spec-data/mdn/css-break-3.json
R .spec-data/mdn/css-cascade-3.json
R .spec-data/mdn/css-cascade-4.json
R .spec-data/mdn/css-color-3.json
R .spec-data/mdn/css-color-4.json
R .spec-data/mdn/css-color-adjust-1.json
R .spec-data/mdn/css-conditional-3.json
R .spec-data/mdn/css-conditional-4.json
R .spec-data/mdn/css-contain-1.json
R .spec-data/mdn/css-contain-2.json
R .spec-data/mdn/css-content-3.json
R .spec-data/mdn/css-counter-styles-3.json
R .spec-data/mdn/css-device-adapt-1.json
R .spec-data/mdn/css-display-3.json
R .spec-data/mdn/css-easing-1.json
R .spec-data/mdn/css-env-1.json
R .spec-data/mdn/css-flexbox-1.json
R .spec-data/mdn/css-font-loading-3.json
R .spec-data/mdn/css-fonts-3.json
R .spec-data/mdn/css-fonts-4.json
R .spec-data/mdn/css-grid-1.json
R .spec-data/mdn/css-grid-2.json
R .spec-data/mdn/css-grid-3.json
R .spec-data/mdn/css-images-3.json
R .spec-data/mdn/css-images-4.json
R .spec-data/mdn/css-inline-3.json
R .spec-data/mdn/css-lists-3.json
R .spec-data/mdn/css-logical-1.json
R .spec-data/mdn/css-masking-1.json
R .spec-data/mdn/css-mediaqueries-3.json
R .spec-data/mdn/css-multicol-1.json
R .spec-data/mdn/css-namespaces-3.json
R .spec-data/mdn/css-overflow-3.json
R .spec-data/mdn/css-overflow-4.json
R .spec-data/mdn/css-overscroll-1.json
R .spec-data/mdn/css-page-3.json
R .spec-data/mdn/css-paint-api-1.json
R .spec-data/mdn/css-position-3.json
R .spec-data/mdn/css-properties-values-api-1.json
R .spec-data/mdn/css-pseudo-4.json
R .spec-data/mdn/css-regions-1.json
R .spec-data/mdn/css-rhythm-1.json
R .spec-data/mdn/css-round-display-1.json
R .spec-data/mdn/css-ruby-1.json
R .spec-data/mdn/css-scoping-1.json
R .spec-data/mdn/css-scroll-anchoring.json
R .spec-data/mdn/css-scroll-snap-1.json
R .spec-data/mdn/css-scrollbars-1.json
R .spec-data/mdn/css-shadow-parts-1.json
R .spec-data/mdn/css-shapes-1.json
R .spec-data/mdn/css-shapes-2.json
R .spec-data/mdn/css-size-adjust.json
R .spec-data/mdn/css-sizing-3.json
R .spec-data/mdn/css-sizing-4.json
R .spec-data/mdn/css-text-3.json
R .spec-data/mdn/css-text-4.json
R .spec-data/mdn/css-text-decor-3.json
R .spec-data/mdn/css-text-decor-4.json
R .spec-data/mdn/css-transforms-1.json
R .spec-data/mdn/css-transforms-2.json
R .spec-data/mdn/css-transitions-1.json
R .spec-data/mdn/css-typed-om-1.json
R .spec-data/mdn/css-ui-3.json
R .spec-data/mdn/css-ui-4.json
R .spec-data/mdn/css-values-3.json
R .spec-data/mdn/css-values-4.json
R .spec-data/mdn/css-variables-1.json
R .spec-data/mdn/css-will-change-1.json
R .spec-data/mdn/css-writing-modes-3.json
R .spec-data/mdn/css-writing-modes-4.json
R .spec-data/mdn/cssom-1.json
R .spec-data/mdn/cssom-view-1.json
R .spec-data/mdn/device-memory-1.json
R .spec-data/mdn/dom-level-3-xpath.json
R .spec-data/mdn/dom-parsing.json
R .spec-data/mdn/dom.json
R .spec-data/mdn/draft-grigorik-http-client-hints.json
R .spec-data/mdn/draft-thomson-hybi-http-timeout.json
R .spec-data/mdn/ecma-402.json
R .spec-data/mdn/ecmascript.json
R .spec-data/mdn/encoding.json
R .spec-data/mdn/encrypted-media.json
R .spec-data/mdn/entries-api.json
R .spec-data/mdn/feature-policy.json
R .spec-data/mdn/fetch-metadata.json
R .spec-data/mdn/fetch.json
R .spec-data/mdn/fileapi.json
R .spec-data/mdn/filter-effects-2.json
R .spec-data/mdn/filter-effects.json
R .spec-data/mdn/frame-timing.json
R .spec-data/mdn/fullscreen.json
R .spec-data/mdn/gamepad-extensions.json
R .spec-data/mdn/gamepad.json
R .spec-data/mdn/generic-sensor.json
R .spec-data/mdn/geolocation-api.json
R .spec-data/mdn/geometry-1.json
R .spec-data/mdn/gyroscope.json
R .spec-data/mdn/hr-time-1.json
R .spec-data/mdn/hr-time-2.json
R .spec-data/mdn/html-media-capture.json
R .spec-data/mdn/html.json
R .spec-data/mdn/image-capture.json
R .spec-data/mdn/indexeddb-2.json
R .spec-data/mdn/indexeddb-3.json
R .spec-data/mdn/indexeddb.json
R .spec-data/mdn/input-device-capabilities.json
R .spec-data/mdn/input-events-1.json
R .spec-data/mdn/intersection-observer.json
R .spec-data/mdn/keyboard-lock.json
R .spec-data/mdn/keyboard-map.json
R .spec-data/mdn/longtasks-1.json
R .spec-data/mdn/magnetometer.json
R .spec-data/mdn/mathml-3.json
R .spec-data/mdn/mathml-core.json
R .spec-data/mdn/media-capabilities.json
R .spec-data/mdn/media-playback-quality.json
R .spec-data/mdn/media-source.json
R .spec-data/mdn/mediacapture-fromelement.json
R .spec-data/mdn/mediacapture-screen-share.json
R .spec-data/mdn/mediacapture-streams.json
R .spec-data/mdn/mediaqueries-4.json
R .spec-data/mdn/mediaqueries-5.json
R .spec-data/mdn/mediasession.json
R .spec-data/mdn/mediastream-recording.json
R .spec-data/mdn/mixed-content.json
R .spec-data/mdn/motion-1.json
R .spec-data/mdn/navigation-timing-2.json
R .spec-data/mdn/netinfo.json
R .spec-data/mdn/network-error-logging.json
R .spec-data/mdn/notifications.json
R .spec-data/mdn/orientation-event.json
R .spec-data/mdn/orientation-sensor.json
R .spec-data/mdn/page-visibility.json
R .spec-data/mdn/paint-timing.json
R .spec-data/mdn/payment-handler.json
R .spec-data/mdn/payment-method-basic-card.json
R .spec-data/mdn/payment-request.json
R .spec-data/mdn/performance-timeline-2.json
R .spec-data/mdn/performance-timeline.json
R .spec-data/mdn/periodic-background-sync.json
R .spec-data/mdn/permissions-policy.json
R .spec-data/mdn/permissions.json
R .spec-data/mdn/pointerevents-1.json
R .spec-data/mdn/pointerevents-2.json
R .spec-data/mdn/pointerevents-3.json
R .spec-data/mdn/pointerlock.json
R .spec-data/mdn/preload.json
R .spec-data/mdn/presentation-api.json
R .spec-data/mdn/proposal-class-fields.json
R .spec-data/mdn/proposal-dynamic-import.json
R .spec-data/mdn/proposal-import-meta.json
R .spec-data/mdn/proposal-intl-datetimeformat-formatrange.json
R .spec-data/mdn/proposal-intl-displaynames.json
R .spec-data/mdn/proposal-intl-list-format.json
R .spec-data/mdn/proposal-logical-assignment.json
R .spec-data/mdn/proposal-nullish-coalescing.json
R .spec-data/mdn/proposal-optional-chaining.json
R .spec-data/mdn/proposal-pipeline-operator.json
R .spec-data/mdn/proposal-promise-allsettled.json
R .spec-data/mdn/proposal-promise-any.json
R .spec-data/mdn/proposal-string-replaceall.json
R .spec-data/mdn/proposal-top-level-await.json
R .spec-data/mdn/proposal-weakrefs.json
R .spec-data/mdn/push-api.json
R .spec-data/mdn/referrer-policy.json
R .spec-data/mdn/remote-playback.json
R .spec-data/mdn/reporting.json
R .spec-data/mdn/resize-observer.json
R .spec-data/mdn/resource-timing-1.json
R .spec-data/mdn/resource-timing-2.json
R .spec-data/mdn/resource-timing.json
R .spec-data/mdn/rfc2046.json
R .spec-data/mdn/rfc2324.json
R .spec-data/mdn/rfc2616.json
R .spec-data/mdn/rfc6265.json
R .spec-data/mdn/rfc6454.json
R .spec-data/mdn/rfc7230.json
R .spec-data/mdn/rfc7231.json
R .spec-data/mdn/rfc7232.json
R .spec-data/mdn/rfc7233.json
R .spec-data/mdn/rfc7234.json
R .spec-data/mdn/rfc7235.json
R .spec-data/mdn/rfc7239.json
R .spec-data/mdn/rfc7538.json
R .spec-data/mdn/rfc7540.json
R .spec-data/mdn/rfc8470.json
R .spec-data/mdn/savedata.json
R .spec-data/mdn/screen-orientation.json
R .spec-data/mdn/screen-wake-lock.json
R .spec-data/mdn/secure-contexts.json
R .spec-data/mdn/selection-api.json
R .spec-data/mdn/selectors-3.json
R .spec-data/mdn/selectors-4.json
R .spec-data/mdn/server-timing.json
R .spec-data/mdn/service-workers.json
R .spec-data/mdn/setimmediate.json
R .spec-data/mdn/spec.json
R .spec-data/mdn/speech-api.json
R .spec-data/mdn/storage.json
R .spec-data/mdn/streams.json
R .spec-data/mdn/svg-11.json
R .spec-data/mdn/svg-2.json
R .spec-data/mdn/svg-animations.json
R .spec-data/mdn/svg-markers.json
R .spec-data/mdn/svg-paths.json
R .spec-data/mdn/touch-events-2.json
R .spec-data/mdn/touch-events.json
R .spec-data/mdn/tracking-dnt.json
R .spec-data/mdn/uievents.json
R .spec-data/mdn/upgrade-insecure-requests.json
R .spec-data/mdn/url.json
R .spec-data/mdn/user-timing-2.json
R .spec-data/mdn/user-timing-3.json
R .spec-data/mdn/visual-viewport.json
R .spec-data/mdn/wasm-js-api-1.json
R .spec-data/mdn/wasm-web-embedding.json
R .spec-data/mdn/web-animations-1.json
R .spec-data/mdn/web-animations-2.json
R .spec-data/mdn/web-animations.json
R .spec-data/mdn/web-background-sync.json
R .spec-data/mdn/web-bluetooth.json
R .spec-data/mdn/web-locks.json
R .spec-data/mdn/web-nfc.json
R .spec-data/mdn/web-share-2.json
R .spec-data/mdn/web-share.json
R .spec-data/mdn/webaudio.json
R .spec-data/mdn/webauthn.json
R .spec-data/mdn/webcryptoapi.json
R .spec-data/mdn/webdriver.json
R .spec-data/mdn/webgl-1.json
R .spec-data/mdn/webgl-2.json
R .spec-data/mdn/webidl.json
R .spec-data/mdn/webmidi.json
R .spec-data/mdn/webrtc-extensions.json
R .spec-data/mdn/webrtc-identity.json
R .spec-data/mdn/webrtc-stats.json
R .spec-data/mdn/webrtc.json
R .spec-data/mdn/webusb.json
R .spec-data/mdn/webvtt.json
R .spec-data/mdn/webxr-ar-module.json
R .spec-data/mdn/webxr.json
R .spec-data/mdn/worklets-1.json
R .spec-data/mdn/xhr.json
R .spec-data/mdn/xml.json
R .spec-data/mdn/xpath-10.json
R .spec-data/mdn/xpath-20.json
R .spec-data/mdn/xpath-30.json
R .spec-data/mdn/xpath-31.json
R .spec-data/mdn/xslt-10.json
R .spec-data/mdn/xslt-20.json
R .spec-data/mdn/xslt-30.json
R .spec-data/methods.json
R .spec-data/readonly/anchors.data
R .spec-data/readonly/anchors/anchors-10.data
R .spec-data/readonly/anchors/anchors-1_.data
R .spec-data/readonly/anchors/anchors-1s.data
R .spec-data/readonly/anchors/anchors-20.data
R .spec-data/readonly/anchors/anchors-2d.data
R .spec-data/readonly/anchors/anchors-2n.data
R .spec-data/readonly/anchors/anchors-2x.data
R .spec-data/readonly/anchors/anchors-3d.data
R .spec-data/readonly/anchors/anchors-3r.data
R .spec-data/readonly/anchors/anchors-4t.data
R .spec-data/readonly/anchors/anchors-4x.data
R .spec-data/readonly/anchors/anchors-5x.data
R .spec-data/readonly/anchors/anchors-6d.data
R .spec-data/readonly/anchors/anchors-__.data
R .spec-data/readonly/anchors/anchors-a3.data
R .spec-data/readonly/anchors/anchors-a4.data
R .spec-data/readonly/anchors/anchors-a5.data
R .spec-data/readonly/anchors/anchors-a9.data
R .spec-data/readonly/anchors/anchors-a_.data
R .spec-data/readonly/anchors/anchors-aa.data
R .spec-data/readonly/anchors/anchors-ab.data
R .spec-data/readonly/anchors/anchors-ac.data
R .spec-data/readonly/anchors/anchors-ad.data
R .spec-data/readonly/anchors/anchors-ae.data
R .spec-data/readonly/anchors/anchors-af.data
R .spec-data/readonly/anchors/anchors-ag.data
R .spec-data/readonly/anchors/anchors-ak.data
R .spec-data/readonly/anchors/anchors-al.data
R .spec-data/readonly/anchors/anchors-am.data
R .spec-data/readonly/anchors/anchors-an.data
R .spec-data/readonly/anchors/anchors-ap.data
R .spec-data/readonly/anchors/anchors-aq.data
R .spec-data/readonly/anchors/anchors-ar.data
R .spec-data/readonly/anchors/anchors-as.data
R .spec-data/readonly/anchors/anchors-at.data
R .spec-data/readonly/anchors/anchors-au.data
R .spec-data/readonly/anchors/anchors-av.data
R .spec-data/readonly/anchors/anchors-aw.data
R .spec-data/readonly/anchors/anchors-ax.data
R .spec-data/readonly/anchors/anchors-ay.data
R .spec-data/readonly/anchors/anchors-az.data
R .spec-data/readonly/anchors/anchors-b4.data
R .spec-data/readonly/anchors/anchors-b5.data
R .spec-data/readonly/anchors/anchors-b_.data
R .spec-data/readonly/anchors/anchors-ba.data
R .spec-data/readonly/anchors/anchors-bb.data
R .spec-data/readonly/anchors/anchors-bd.data
R .spec-data/readonly/anchors/anchors-be.data
R .spec-data/readonly/anchors/anchors-bf.data
R .spec-data/readonly/anchors/anchors-bg.data
R .spec-data/readonly/anchors/anchors-bi.data
R .spec-data/readonly/anchors/anchors-bl.data
R .spec-data/readonly/anchors/anchors-bo.data
R .spec-data/readonly/anchors/anchors-br.data
R .spec-data/readonly/anchors/anchors-bt.data
R .spec-data/readonly/anchors/anchors-bu.data
R .spec-data/readonly/anchors/anchors-by.data
R .spec-data/readonly/anchors/anchors-c0.data
R .spec-data/readonly/anchors/anchors-c_.data
R .spec-data/readonly/anchors/anchors-ca.data
R .spec-data/readonly/anchors/anchors-cb.data
R .spec-data/readonly/anchors/anchors-cc.data
R .spec-data/readonly/anchors/anchors-cd.data
R .spec-data/readonly/anchors/anchors-ce.data
R .spec-data/readonly/anchors/anchors-cf.data
R .spec-data/readonly/anchors/anchors-ch.data
R .spec-data/readonly/anchors/anchors-ci.data
R .spec-data/readonly/anchors/anchors-cj.data
R .spec-data/readonly/anchors/anchors-cl.data
R .spec-data/readonly/anchors/anchors-cm.data
R .spec-data/readonly/anchors/anchors-cn.data
R .spec-data/readonly/anchors/anchors-co.data
R .spec-data/readonly/anchors/anchors-cp.data
R .spec-data/readonly/anchors/anchors-cr.data
R .spec-data/readonly/anchors/anchors-cs.data
R .spec-data/readonly/anchors/anchors-ct.data
R .spec-data/readonly/anchors/anchors-cu.data
R .spec-data/readonly/anchors/anchors-cx.data
R .spec-data/readonly/anchors/anchors-cy.data
R .spec-data/readonly/anchors/anchors-d_.data
R .spec-data/readonly/anchors/anchors-da.data
R .spec-data/readonly/anchors/anchors-db.data
R .spec-data/readonly/anchors/anchors-dd.data
R .spec-data/readonly/anchors/anchors-de.data
R .spec-data/readonly/anchors/anchors-df.data
R .spec-data/readonly/anchors/anchors-di.data
R .spec-data/readonly/anchors/anchors-dl.data
R .spec-data/readonly/anchors/anchors-dn.data
R .spec-data/readonly/anchors/anchors-do.data
R .spec-data/readonly/anchors/anchors-dp.data
R .spec-data/readonly/anchors/anchors-dq.data
R .spec-data/readonly/anchors/anchors-dr.data
R .spec-data/readonly/anchors/anchors-dt.data
R .spec-data/readonly/anchors/anchors-du.data
R .spec-data/readonly/anchors/anchors-dx.data
R .spec-data/readonly/anchors/anchors-dy.data
R .spec-data/readonly/anchors/anchors-e_.data
R .spec-data/readonly/anchors/anchors-ea.data
R .spec-data/readonly/anchors/anchors-ec.data
R .spec-data/readonly/anchors/anchors-ed.data
R .spec-data/readonly/anchors/anchors-ef.data
R .spec-data/readonly/anchors/anchors-el.data
R .spec-data/readonly/anchors/anchors-em.data
R .spec-data/readonly/anchors/anchors-en.data
R .spec-data/readonly/anchors/anchors-eo.data
R .spec-data/readonly/anchors/anchors-eq.data
R .spec-data/readonly/anchors/anchors-er.data
R .spec-data/readonly/anchors/anchors-es.data
R .spec-data/readonly/anchors/anchors-et.data
R .spec-data/readonly/anchors/anchors-eu.data
R .spec-data/readonly/anchors/anchors-ev.data
R .spec-data/readonly/anchors/anchors-ew.data
R .spec-data/readonly/anchors/anchors-ex.data
R .spec-data/readonly/anchors/anchors-ey.data
R .spec-data/readonly/anchors/anchors-f_.data
R .spec-data/readonly/anchors/anchors-fa.data
R .spec-data/readonly/anchors/anchors-fe.data
R .spec-data/readonly/anchors/anchors-ff.data
R .spec-data/readonly/anchors/anchors-fg.data
R .spec-data/readonly/anchors/anchors-fi.data
R .spec-data/readonly/anchors/anchors-fl.data
R .spec-data/readonly/anchors/anchors-fn.data
R .spec-data/readonly/anchors/anchors-fo.data
R .spec-data/readonly/anchors/anchors-fr.data
R .spec-data/readonly/anchors/anchors-ft.data
R .spec-data/readonly/anchors/anchors-fu.data
R .spec-data/readonly/anchors/anchors-fx.data
R .spec-data/readonly/anchors/anchors-fy.data
R .spec-data/readonly/anchors/anchors-g1.data
R .spec-data/readonly/anchors/anchors-g2.data
R .spec-data/readonly/anchors/anchors-g_.data
R .spec-data/readonly/anchors/anchors-ga.data
R .spec-data/readonly/anchors/anchors-gb.data
R .spec-data/readonly/anchors/anchors-ge.data
R .spec-data/readonly/anchors/anchors-gh.data
R .spec-data/readonly/anchors/anchors-gi.data
R .spec-data/readonly/anchors/anchors-gl.data
R .spec-data/readonly/anchors/anchors-go.data
R .spec-data/readonly/anchors/anchors-gr.data
R .spec-data/readonly/anchors/anchors-gu.data
R .spec-data/readonly/anchors/anchors-gy.data
R .spec-data/readonly/anchors/anchors-h1.data
R .spec-data/readonly/anchors/anchors-h2.data
R .spec-data/readonly/anchors/anchors-h3.data
R .spec-data/readonly/anchors/anchors-h4.data
R .spec-data/readonly/anchors/anchors-h5.data
R .spec-data/readonly/anchors/anchors-h6.data
R .spec-data/readonly/anchors/anchors-ha.data
R .spec-data/readonly/anchors/anchors-he.data
R .spec-data/readonly/anchors/anchors-hg.data
R .spec-data/readonly/anchors/anchors-hi.data
R .spec-data/readonly/anchors/anchors-hk.data
R .spec-data/readonly/anchors/anchors-hm.data
R .spec-data/readonly/anchors/anchors-ho.data
R .spec-data/readonly/anchors/anchors-hr.data
R .spec-data/readonly/anchors/anchors-hs.data
R .spec-data/readonly/anchors/anchors-ht.data
R .spec-data/readonly/anchors/anchors-hu.data
R .spec-data/readonly/anchors/anchors-hw.data
R .spec-data/readonly/anchors/anchors-hy.data
R .spec-data/readonly/anchors/anchors-hz.data
R .spec-data/readonly/anchors/anchors-i_.data
R .spec-data/readonly/anchors/anchors-ia.data
R .spec-data/readonly/anchors/anchors-ib.data
R .spec-data/readonly/anchors/anchors-ic.data
R .spec-data/readonly/anchors/anchors-id.data
R .spec-data/readonly/anchors/anchors-if.data
R .spec-data/readonly/anchors/anchors-ig.data
R .spec-data/readonly/anchors/anchors-ii.data
R .spec-data/readonly/anchors/anchors-il.data
R .spec-data/readonly/anchors/anchors-im.data
R .spec-data/readonly/anchors/anchors-in.data
R .spec-data/readonly/anchors/anchors-io.data
R .spec-data/readonly/anchors/anchors-ip.data
R .spec-data/readonly/anchors/anchors-ir.data
R .spec-data/readonly/anchors/anchors-is.data
R .spec-data/readonly/anchors/anchors-it.data
R .spec-data/readonly/anchors/anchors-iv.data
R .spec-data/readonly/anchors/anchors-ja.data
R .spec-data/readonly/anchors/anchors-ji.data
R .spec-data/readonly/anchors/anchors-jo.data
R .spec-data/readonly/anchors/anchors-js.data
R .spec-data/readonly/anchors/anchors-ju.data
R .spec-data/readonly/anchors/anchors-jw.data
R .spec-data/readonly/anchors/anchors-k1.data
R .spec-data/readonly/anchors/anchors-k2.data
R .spec-data/readonly/anchors/anchors-k3.data
R .spec-data/readonly/anchors/anchors-k4.data
R .spec-data/readonly/anchors/anchors-k_.data
R .spec-data/readonly/anchors/anchors-ka.data
R .spec-data/readonly/anchors/anchors-kb.data
R .spec-data/readonly/anchors/anchors-ke.data
R .spec-data/readonly/anchors/anchors-kh.data
R .spec-data/readonly/anchors/anchors-ki.data
R .spec-data/readonly/anchors/anchors-kn.data
R .spec-data/readonly/anchors/anchors-ko.data
R .spec-data/readonly/anchors/anchors-kr.data
R .spec-data/readonly/anchors/anchors-kt.data
R .spec-data/readonly/anchors/anchors-la.data
R .spec-data/readonly/anchors/anchors-lc.data
R .spec-data/readonly/anchors/anchors-le.data
R .spec-data/readonly/anchors/anchors-lh.data
R .spec-data/readonly/anchors/anchors-li.data
R .spec-data/readonly/anchors/anchors-lo.data
R .spec-data/readonly/anchors/anchors-ls.data
R .spec-data/readonly/anchors/anchors-lt.data
R .spec-data/readonly/anchors/anchors-lu.data
R .spec-data/readonly/anchors/anchors-m1.data
R .spec-data/readonly/anchors/anchors-m2.data
R .spec-data/readonly/anchors/anchors-m3.data
R .spec-data/readonly/anchors/anchors-m4.data
R .spec-data/readonly/anchors/anchors-ma.data
R .spec-data/readonly/anchors/anchors-me.data
R .spec-data/readonly/anchors/anchors-mf.data
R .spec-data/readonly/anchors/anchors-mi.data
R .spec-data/readonly/anchors/anchors-mm.data
R .spec-data/readonly/anchors/anchors-mo.data
R .spec-data/readonly/anchors/anchors-mq.data
R .spec-data/readonly/anchors/anchors-ms.data
R .spec-data/readonly/anchors/anchors-mt.data
R .spec-data/readonly/anchors/anchors-mu.data
R .spec-data/readonly/anchors/anchors-my.data
R .spec-data/readonly/anchors/anchors-n_.data
R .spec-data/readonly/anchors/anchors-na.data
R .spec-data/readonly/anchors/anchors-nd.data
R .spec-data/readonly/anchors/anchors-ne.data
R .spec-data/readonly/anchors/anchors-nf.data
R .spec-data/readonly/anchors/anchors-ni.data
R .spec-data/readonly/anchors/anchors-no.data
R .spec-data/readonly/anchors/anchors-nr.data
R .spec-data/readonly/anchors/anchors-ns.data
R .spec-data/readonly/anchors/anchors-nt.data
R .spec-data/readonly/anchors/anchors-nu.data
R .spec-data/readonly/anchors/anchors-nw.data
R .spec-data/readonly/anchors/anchors-ny.data
R .spec-data/readonly/anchors/anchors-ob.data
R .spec-data/readonly/anchors/anchors-oc.data
R .spec-data/readonly/anchors/anchors-of.data
R .spec-data/readonly/anchors/anchors-ok.data
R .spec-data/readonly/anchors/anchors-ol.data
R .spec-data/readonly/anchors/anchors-om.data
R .spec-data/readonly/anchors/anchors-on.data
R .spec-data/readonly/anchors/anchors-op.data
R .spec-data/readonly/anchors/anchors-or.data
R .spec-data/readonly/anchors/anchors-os.data
R .spec-data/readonly/anchors/anchors-ot.data
R .spec-data/readonly/anchors/anchors-ou.data
R .spec-data/readonly/anchors/anchors-ov.data
R .spec-data/readonly/anchors/anchors-ow.data
R .spec-data/readonly/anchors/anchors-p1.data
R .spec-data/readonly/anchors/anchors-p2.data
R .spec-data/readonly/anchors/anchors-p3.data
R .spec-data/readonly/anchors/anchors-p4.data
R .spec-data/readonly/anchors/anchors-p_.data
R .spec-data/readonly/anchors/anchors-pa.data
R .spec-data/readonly/anchors/anchors-pb.data
R .spec-data/readonly/anchors/anchors-pc.data
R .spec-data/readonly/anchors/anchors-pe.data
R .spec-data/readonly/anchors/anchors-ph.data
R .spec-data/readonly/anchors/anchors-pi.data
R .spec-data/readonly/anchors/anchors-pk.data
R .spec-data/readonly/anchors/anchors-pl.data
R .spec-data/readonly/anchors/anchors-pm.data
R .spec-data/readonly/anchors/anchors-po.data
R .spec-data/readonly/anchors/anchors-pr.data
R .spec-data/readonly/anchors/anchors-ps.data
R .spec-data/readonly/anchors/anchors-pt.data
R .spec-data/readonly/anchors/anchors-pu.data
R .spec-data/readonly/anchors/anchors-px.data
R .spec-data/readonly/anchors/anchors-q_.data
R .spec-data/readonly/anchors/anchors-qi.data
R .spec-data/readonly/anchors/anchors-qp.data
R .spec-data/readonly/anchors/anchors-qu.data
R .spec-data/readonly/anchors/anchors-qv.data
R .spec-data/readonly/anchors/anchors-qw.data
R .spec-data/readonly/anchors/anchors-r_.data
R .spec-data/readonly/anchors/anchors-ra.data
R .spec-data/readonly/anchors/anchors-rb.data
R .spec-data/readonly/anchors/anchors-rc.data
R .spec-data/readonly/anchors/anchors-rd.data
R .spec-data/readonly/anchors/anchors-re.data
R .spec-data/readonly/anchors/anchors-rf.data
R .spec-data/readonly/anchors/anchors-rg.data
R .spec-data/readonly/anchors/anchors-ri.data
R .spec-data/readonly/anchors/anchors-rk.data
R .spec-data/readonly/anchors/anchors-rl.data
R .spec-data/readonly/anchors/anchors-ro.data
R .spec-data/readonly/anchors/anchors-rp.data
R .spec-data/readonly/anchors/anchors-rr.data
R .spec-data/readonly/anchors/anchors-rs.data
R .spec-data/readonly/anchors/anchors-rt.data
R .spec-data/readonly/anchors/anchors-ru.data
R .spec-data/readonly/anchors/anchors-rx.data
R .spec-data/readonly/anchors/anchors-ry.data
R .spec-data/readonly/anchors/anchors-s_.data
R .spec-data/readonly/anchors/anchors-sa.data
R .spec-data/readonly/anchors/anchors-sc.data
R .spec-data/readonly/anchors/anchors-sd.data
R .spec-data/readonly/anchors/anchors-se.data
R .spec-data/readonly/anchors/anchors-sh.data
R .spec-data/readonly/anchors/anchors-si.data
R .spec-data/readonly/anchors/anchors-sk.data
R .spec-data/readonly/anchors/anchors-sl.data
R .spec-data/readonly/anchors/anchors-sm.data
R .spec-data/readonly/anchors/anchors-sn.data
R .spec-data/readonly/anchors/anchors-so.data
R .spec-data/readonly/anchors/anchors-sp.data
R .spec-data/readonly/anchors/anchors-sq.data
R .spec-data/readonly/anchors/anchors-sr.data
R .spec-data/readonly/anchors/anchors-ss.data
R .spec-data/readonly/anchors/anchors-st.data
R .spec-data/readonly/anchors/anchors-su.data
R .spec-data/readonly/anchors/anchors-sv.data
R .spec-data/readonly/anchors/anchors-sw.data
R .spec-data/readonly/anchors/anchors-sx.data
R .spec-data/readonly/anchors/anchors-sy.data
R .spec-data/readonly/anchors/anchors-t1.data
R .spec-data/readonly/anchors/anchors-t2.data
R .spec-data/readonly/anchors/anchors-t_.data
R .spec-data/readonly/anchors/anchors-ta.data
R .spec-data/readonly/anchors/anchors-tb.data
R .spec-data/readonly/anchors/anchors-tc.data
R .spec-data/readonly/anchors/anchors-td.data
R .spec-data/readonly/anchors/anchors-te.data
R .spec-data/readonly/anchors/anchors-tf.data
R .spec-data/readonly/anchors/anchors-th.data
R .spec-data/readonly/anchors/anchors-ti.data
R .spec-data/readonly/anchors/anchors-tl.data
R .spec-data/readonly/anchors/anchors-tm.data
R .spec-data/readonly/anchors/anchors-to.data
R .spec-data/readonly/anchors/anchors-tr.data
R .spec-data/readonly/anchors/anchors-ts.data
R .spec-data/readonly/anchors/anchors-tt.data
R .spec-data/readonly/anchors/anchors-tu.data
R .spec-data/readonly/anchors/anchors-tv.data
R .spec-data/readonly/anchors/anchors-tw.data
R .spec-data/readonly/anchors/anchors-tx.data
R .spec-data/readonly/anchors/anchors-ty.data
R .spec-data/readonly/anchors/anchors-tz.data
R .spec-data/readonly/anchors/anchors-u1.data
R .spec-data/readonly/anchors/anchors-u2.data
R .spec-data/readonly/anchors/anchors-u_.data
R .spec-data/readonly/anchors/anchors-ua.data
R .spec-data/readonly/anchors/anchors-ud.data
R .spec-data/readonly/anchors/anchors-ui.data
R .spec-data/readonly/anchors/anchors-ul.data
R .spec-data/readonly/anchors/anchors-un.data
R .spec-data/readonly/anchors/anchors-up.data
R .spec-data/readonly/anchors/anchors-ur.data
R .spec-data/readonly/anchors/anchors-us.data
R .spec-data/readonly/anchors/anchors-ut.data
R .spec-data/readonly/anchors/anchors-uu.data
R .spec-data/readonly/anchors/anchors-uv.data
R .spec-data/readonly/anchors/anchors-va.data
R .spec-data/readonly/anchors/anchors-vb.data
R .spec-data/readonly/anchors/anchors-vc.data
R .spec-data/readonly/anchors/anchors-ve.data
R .spec-data/readonly/anchors/anchors-vh.data
R .spec-data/readonly/anchors/anchors-vi.data
R .spec-data/readonly/anchors/anchors-vl.data
R .spec-data/readonly/anchors/anchors-vm.data
R .spec-data/readonly/anchors/anchors-vo.data
R .spec-data/readonly/anchors/anchors-vs.data
R .spec-data/readonly/anchors/anchors-vt.data
R .spec-data/readonly/anchors/anchors-vw.data
R .spec-data/readonly/anchors/anchors-w_.data
R .spec-data/readonly/anchors/anchors-wa.data
R .spec-data/readonly/anchors/anchors-wb.data
R .spec-data/readonly/anchors/anchors-we.data
R .spec-data/readonly/anchors/anchors-wh.data
R .spec-data/readonly/anchors/anchors-wi.data
R .spec-data/readonly/anchors/anchors-wo.data
R .spec-data/readonly/anchors/anchors-wp.data
R .spec-data/readonly/anchors/anchors-wq.data
R .spec-data/readonly/anchors/anchors-wr.data
R .spec-data/readonly/anchors/anchors-ws.data
R .spec-data/readonly/anchors/anchors-x1.data
R .spec-data/readonly/anchors/anchors-x2.data
R .spec-data/readonly/anchors/anchors-x_.data
R .spec-data/readonly/anchors/anchors-xa.data
R .spec-data/readonly/anchors/anchors-xc.data
R .spec-data/readonly/anchors/anchors-xf.data
R .spec-data/readonly/anchors/anchors-xh.data
R .spec-data/readonly/anchors/anchors-xl.data
R .spec-data/readonly/anchors/anchors-xm.data
R .spec-data/readonly/anchors/anchors-xo.data
R .spec-data/readonly/anchors/anchors-xp.data
R .spec-data/readonly/anchors/anchors-xr.data
R .spec-data/readonly/anchors/anchors-xs.data
R .spec-data/readonly/anchors/anchors-xu.data
R .spec-data/readonly/anchors/anchors-xw.data
R .spec-data/readonly/anchors/anchors-xx.data
R .spec-data/readonly/anchors/anchors-xy.data
R .spec-data/readonly/anchors/anchors-y1.data
R .spec-data/readonly/anchors/anchors-y2.data
R .spec-data/readonly/anchors/anchors-y_.data
R .spec-data/readonly/anchors/anchors-ya.data
R .spec-data/readonly/anchors/anchors-yc.data
R .spec-data/readonly/anchors/anchors-ye.data
R .spec-data/readonly/anchors/anchors-yo.data
R .spec-data/readonly/anchors/anchors-yu.data
R .spec-data/readonly/anchors/anchors-z_.data
R .spec-data/readonly/anchors/anchors-zc.data
R .spec-data/readonly/anchors/anchors-ze.data
R .spec-data/readonly/anchors/anchors-zh.data
R .spec-data/readonly/anchors/anchors-zi.data
R .spec-data/readonly/anchors/anchors-zo.data
R .spec-data/readonly/anchors/anchors-zu.data
R .spec-data/readonly/biblio-keys.json
R .spec-data/readonly/biblio-numeric-suffixes.json
R .spec-data/readonly/biblio/biblio-2d.data
R .spec-data/readonly/biblio/biblio-3g.data
R .spec-data/readonly/biblio/biblio-aa.data
R .spec-data/readonly/biblio/biblio-ab.data
R .spec-data/readonly/biblio/biblio-ac.data
R .spec-data/readonly/biblio/biblio-ad.data
R .spec-data/readonly/biblio/biblio-ae.data
R .spec-data/readonly/biblio/biblio-ag.data
R .spec-data/readonly/biblio/biblio-al.data
R .spec-data/readonly/biblio/biblio-am.data
R .spec-data/readonly/biblio/biblio-an.data
R .spec-data/readonly/biblio/biblio-ao.data
R .spec-data/readonly/biblio/biblio-ap.data
R .spec-data/readonly/biblio/biblio-ar.data
R .spec-data/readonly/biblio/biblio-as.data
R .spec-data/readonly/biblio/biblio-at.data
R .spec-data/readonly/biblio/biblio-au.data
R .spec-data/readonly/biblio/biblio-av.data
R .spec-data/readonly/biblio/biblio-ax.data
R .spec-data/readonly/biblio/biblio-ba.data
R .spec-data/readonly/biblio/biblio-bb.data
R .spec-data/readonly/biblio/biblio-bc.data
R .spec-data/readonly/biblio/biblio-be.data
R .spec-data/readonly/biblio/biblio-bi.data
R .spec-data/readonly/biblio/biblio-bl.data
R .spec-data/readonly/biblio/biblio-bo.data
R .spec-data/readonly/biblio/biblio-br.data
R .spec-data/readonly/biblio/biblio-bu.data
R .spec-data/readonly/biblio/biblio-c1.data
R .spec-data/readonly/biblio/biblio-ca.data
R .spec-data/readonly/biblio/biblio-cc.data
R .spec-data/readonly/biblio/biblio-cd.data
R .spec-data/readonly/biblio/biblio-ce.data
R .spec-data/readonly/biblio/biblio-cg.data
R .spec-data/readonly/biblio/biblio-ch.data
R .spec-data/readonly/biblio/biblio-ci.data
R .spec-data/readonly/biblio/biblio-cj.data
R .spec-data/readonly/biblio/biblio-cl.data
R .spec-data/readonly/biblio/biblio-cm.data
R .spec-data/readonly/biblio/biblio-co.data
R .spec-data/readonly/biblio/biblio-cp.data
R .spec-data/readonly/biblio/biblio-cr.data
R .spec-data/readonly/biblio/biblio-cs.data
R .spec-data/readonly/biblio/biblio-ct.data
R .spec-data/readonly/biblio/biblio-cu.data
R .spec-data/readonly/biblio/biblio-cv.data
R .spec-data/readonly/biblio/biblio-cw.data
R .spec-data/readonly/biblio/biblio-cx.data
R .spec-data/readonly/biblio/biblio-d0.data
R .spec-data/readonly/biblio/biblio-d1.data
R .spec-data/readonly/biblio/biblio-d2.data
R .spec-data/readonly/biblio/biblio-d4.data
R .spec-data/readonly/biblio/biblio-da.data
R .spec-data/readonly/biblio/biblio-dc.data
R .spec-data/readonly/biblio/biblio-dd.data
R .spec-data/readonly/biblio/biblio-de.data
R .spec-data/readonly/biblio/biblio-df.data
R .spec-data/readonly/biblio/biblio-di.data
R .spec-data/readonly/biblio/biblio-dm.data
R .spec-data/readonly/biblio/biblio-dn.data
R .spec-data/readonly/biblio/biblio-do.data
R .spec-data/readonly/biblio/biblio-dp.data
R .spec-data/readonly/biblio/biblio-dr.data
R .spec-data/readonly/biblio/biblio-ds.data
R .spec-data/readonly/biblio/biblio-dt.data
R .spec-data/readonly/biblio/biblio-dv.data
R .spec-data/readonly/biblio/biblio-dw.data
R .spec-data/readonly/biblio/biblio-dx.data
R .spec-data/readonly/biblio/biblio-e..data
R .spec-data/readonly/biblio/biblio-ea.data
R .spec-data/readonly/biblio/biblio-eb.data
R .spec-data/readonly/biblio/biblio-ec.data
R .spec-data/readonly/biblio/biblio-ed.data
R .spec-data/readonly/biblio/biblio-eg.data
R .spec-data/readonly/biblio/biblio-el.data
R .spec-data/readonly/biblio/biblio-em.data
R .spec-data/readonly/biblio/biblio-en.data
R .spec-data/readonly/biblio/biblio-eo.data
R .spec-data/readonly/biblio/biblio-ep.data
R .spec-data/readonly/biblio/biblio-er.data
R .spec-data/readonly/biblio/biblio-es.data
R .spec-data/readonly/biblio/biblio-et.data
R .spec-data/readonly/biblio/biblio-eu.data
R .spec-data/readonly/biblio/biblio-ev.data
R .spec-data/readonly/biblio/biblio-ew.data
R .spec-data/readonly/biblio/biblio-ex.data
R .spec-data/readonly/biblio/biblio-fe.data
R .spec-data/readonly/biblio/biblio-fi.data
R .spec-data/readonly/biblio/biblio-fl.data
R .spec-data/readonly/biblio/biblio-fo.data
R .spec-data/readonly/biblio/biblio-fr.data
R .spec-data/readonly/biblio/biblio-fs.data
R .spec-data/readonly/biblio/biblio-fu.data
R .spec-data/readonly/biblio/biblio-ga.data
R .spec-data/readonly/biblio/biblio-gd.data
R .spec-data/readonly/biblio/biblio-ge.data
R .spec-data/readonly/biblio/biblio-gi.data
R .spec-data/readonly/biblio/biblio-gm.data
R .spec-data/readonly/biblio/biblio-go.data
R .spec-data/readonly/biblio/biblio-gr.data
R .spec-data/readonly/biblio/biblio-gs.data
R .spec-data/readonly/biblio/biblio-gt.data
R .spec-data/readonly/biblio/biblio-gu.data
R .spec-data/readonly/biblio/biblio-gy.data
R .spec-data/readonly/biblio/biblio-h-.data
R .spec-data/readonly/biblio/biblio-ha.data
R .spec-data/readonly/biblio/biblio-hb.data
R .spec-data/readonly/biblio/biblio-hc.data
R .spec-data/readonly/biblio/biblio-hg.data
R .spec-data/readonly/biblio/biblio-hi.data
R .spec-data/readonly/biblio/biblio-hl.data
R .spec-data/readonly/biblio/biblio-hm.data
R .spec-data/readonly/biblio/biblio-hn.data
R .spec-data/readonly/biblio/biblio-hr.data
R .spec-data/readonly/biblio/biblio-hs.data
R .spec-data/readonly/biblio/biblio-ht.data
R .spec-data/readonly/biblio/biblio-hu.data
R .spec-data/readonly/biblio/biblio-i1.data
R .spec-data/readonly/biblio/biblio-ia.data
R .spec-data/readonly/biblio/biblio-ic.data
R .spec-data/readonly/biblio/biblio-id.data
R .spec-data/readonly/biblio/biblio-ie.data
R .spec-data/readonly/biblio/biblio-il.data
R .spec-data/readonly/biblio/biblio-im.data
R .spec-data/readonly/biblio/biblio-in.data
R .spec-data/readonly/biblio/biblio-ip.data
R .spec-data/readonly/biblio/biblio-ir.data
R .spec-data/readonly/biblio/biblio-is.data
R .spec-data/readonly/biblio/biblio-it.data
R .spec-data/readonly/biblio/biblio-ja.data
R .spec-data/readonly/biblio/biblio-je.data
R .spec-data/readonly/biblio/biblio-jf.data
R .spec-data/readonly/biblio/biblio-ji.data
R .spec-data/readonly/biblio/biblio-jl.data
R .spec-data/readonly/biblio/biblio-jp.data
R .spec-data/readonly/biblio/biblio-js.data
R .spec-data/readonly/biblio/biblio-ju.data
R .spec-data/readonly/biblio/biblio-jw.data
R .spec-data/readonly/biblio/biblio-ke.data
R .spec-data/readonly/biblio/biblio-kh.data
R .spec-data/readonly/biblio/biblio-kl.data
R .spec-data/readonly/biblio/biblio-kn.data
R .spec-data/readonly/biblio/biblio-ku.data
R .spec-data/readonly/biblio/biblio-kv.data
R .spec-data/readonly/biblio/biblio-la.data
R .spec-data/readonly/biblio/biblio-lb.data
R .spec-data/readonly/biblio/biblio-ld.data
R .spec-data/readonly/biblio/biblio-le.data
R .spec-data/readonly/biblio/biblio-li.data
R .spec-data/readonly/biblio/biblio-ll.data
R .spec-data/readonly/biblio/biblio-lo.data
R .spec-data/readonly/biblio/biblio-lp.data
R .spec-data/readonly/biblio/biblio-lt.data
R .spec-data/readonly/biblio/biblio-lw.data
R .spec-data/readonly/biblio/biblio-ma.data
R .spec-data/readonly/biblio/biblio-mb.data
R .spec-data/readonly/biblio/biblio-mc.data
R .spec-data/readonly/biblio/biblio-md.data
R .spec-data/readonly/biblio/biblio-me.data
R .spec-data/readonly/biblio/biblio-mf.data
R .spec-data/readonly/biblio/biblio-mi.data
R .spec-data/readonly/biblio/biblio-ml.data
R .spec-data/readonly/biblio/biblio-mm.data
R .spec-data/readonly/biblio/biblio-mn.data
R .spec-data/readonly/biblio/biblio-mo.data
R .spec-data/readonly/biblio/biblio-mp.data
R .spec-data/readonly/biblio/biblio-mr.data
R .spec-data/readonly/biblio/biblio-ms.data
R .spec-data/readonly/biblio/biblio-mu.data
R .spec-data/readonly/biblio/biblio-mw.data
R .spec-data/readonly/biblio/biblio-n-.data
R .spec-data/readonly/biblio/biblio-n1.data
R .spec-data/readonly/biblio/biblio-n2.data
R .spec-data/readonly/biblio/biblio-n3.data
R .spec-data/readonly/biblio/biblio-n4.data
R .spec-data/readonly/biblio/biblio-na.data
R .spec-data/readonly/biblio/biblio-ne.data
R .spec-data/readonly/biblio/biblio-nf.data
R .spec-data/readonly/biblio/biblio-ng.data
R .spec-data/readonly/biblio/biblio-nl.data
R .spec-data/readonly/biblio/biblio-no.data
R .spec-data/readonly/biblio/biblio-np.data
R .spec-data/readonly/biblio/biblio-ns.data
R .spec-data/readonly/biblio/biblio-nt.data
R .spec-data/readonly/biblio/biblio-nv.data
R .spec-data/readonly/biblio/biblio-oa.data
R .spec-data/readonly/biblio/biblio-oc.data
R .spec-data/readonly/biblio/biblio-od.data
R .spec-data/readonly/biblio/biblio-oe.data
R .spec-data/readonly/biblio/biblio-of.data
R .spec-data/readonly/biblio/biblio-og.data
R .spec-data/readonly/biblio/biblio-oi.data
R .spec-data/readonly/biblio/biblio-om.data
R .spec-data/readonly/biblio/biblio-op.data
R .spec-data/readonly/biblio/biblio-or.data
R .spec-data/readonly/biblio/biblio-ow.data
R .spec-data/readonly/biblio/biblio-p0.data
R .spec-data/readonly/biblio/biblio-p1.data
R .spec-data/readonly/biblio/biblio-p2.data
R .spec-data/readonly/biblio/biblio-p3.data
R .spec-data/readonly/biblio/biblio-pa.data
R .spec-data/readonly/biblio/biblio-pd.data
R .spec-data/readonly/biblio/biblio-pe.data
R .spec-data/readonly/biblio/biblio-pf.data
R .spec-data/readonly/biblio/biblio-pg.data
R .spec-data/readonly/biblio/biblio-ph.data
R .spec-data/readonly/biblio/biblio-pi.data
R .spec-data/readonly/biblio/biblio-pk.data
R .spec-data/readonly/biblio/biblio-pl.data
R .spec-data/readonly/biblio/biblio-pn.data
R .spec-data/readonly/biblio/biblio-po.data
R .spec-data/readonly/biblio/biblio-pp.data
R .spec-data/readonly/biblio/biblio-pr.data
R .spec-data/readonly/biblio/biblio-ps.data
R .spec-data/readonly/biblio/biblio-pt.data
R .spec-data/readonly/biblio/biblio-pu.data
R .spec-data/readonly/biblio/biblio-pw.data
R .spec-data/readonly/biblio/biblio-qa.data
R .spec-data/readonly/biblio/biblio-qb.data
R .spec-data/readonly/biblio/biblio-qn.data
R .spec-data/readonly/biblio/biblio-qu.data
R .spec-data/readonly/biblio/biblio-r2.data
R .spec-data/readonly/biblio/biblio-ra.data
R .spec-data/readonly/biblio/biblio-rd.data
R .spec-data/readonly/biblio/biblio-re.data
R .spec-data/readonly/biblio/biblio-rf.data
R .spec-data/readonly/biblio/biblio-ri.data
R .spec-data/readonly/biblio/biblio-ro.data
R .spec-data/readonly/biblio/biblio-rt.data
R .spec-data/readonly/biblio/biblio-ru.data
R .spec-data/readonly/biblio/biblio-s6.data
R .spec-data/readonly/biblio/biblio-sa.data
R .spec-data/readonly/biblio/biblio-sc.data
R .spec-data/readonly/biblio/biblio-sd.data
R .spec-data/readonly/biblio/biblio-se.data
R .spec-data/readonly/biblio/biblio-sf.data
R .spec-data/readonly/biblio/biblio-sg.data
R .spec-data/readonly/biblio/biblio-sh.data
R .spec-data/readonly/biblio/biblio-si.data
R .spec-data/readonly/biblio/biblio-sk.data
R .spec-data/readonly/biblio/biblio-sm.data
R .spec-data/readonly/biblio/biblio-sn.data
R .spec-data/readonly/biblio/biblio-so.data
R .spec-data/readonly/biblio/biblio-sp.data
R .spec-data/readonly/biblio/biblio-sr.data
R .spec-data/readonly/biblio/biblio-ss.data
R .spec-data/readonly/biblio/biblio-st.data
R .spec-data/readonly/biblio/biblio-su.data
R .spec-data/readonly/biblio/biblio-sv.data
R .spec-data/readonly/biblio/biblio-sw.data
R .spec-data/readonly/biblio/biblio-sx.data
R .spec-data/readonly/biblio/biblio-sy.data
R .spec-data/readonly/biblio/biblio-ta.data
R .spec-data/readonly/biblio/biblio-tc.data
R .spec-data/readonly/biblio/biblio-te.data
R .spec-data/readonly/biblio/biblio-th.data
R .spec-data/readonly/biblio/biblio-ti.data
R .spec-data/readonly/biblio/biblio-tl.data
R .spec-data/readonly/biblio/biblio-to.data
R .spec-data/readonly/biblio/biblio-tp.data
R .spec-data/readonly/biblio/biblio-tr.data
R .spec-data/readonly/biblio/biblio-ts.data
R .spec-data/readonly/biblio/biblio-tt.data
R .spec-data/readonly/biblio/biblio-tu.data
R .spec-data/readonly/biblio/biblio-tv.data
R .spec-data/readonly/biblio/biblio-ty.data
R .spec-data/readonly/biblio/biblio-tz.data
R .spec-data/readonly/biblio/biblio-ua.data
R .spec-data/readonly/biblio/biblio-uc.data
R .spec-data/readonly/biblio/biblio-uf.data
R .spec-data/readonly/biblio/biblio-ui.data
R .spec-data/readonly/biblio/biblio-um.data
R .spec-data/readonly/biblio/biblio-un.data
R .spec-data/readonly/biblio/biblio-up.data
R .spec-data/readonly/biblio/biblio-ur.data
R .spec-data/readonly/biblio/biblio-us.data
R .spec-data/readonly/biblio/biblio-ut.data
R .spec-data/readonly/biblio/biblio-uw.data
R .spec-data/readonly/biblio/biblio-va.data
R .spec-data/readonly/biblio/biblio-vb.data
R .spec-data/readonly/biblio/biblio-vc.data
R .spec-data/readonly/biblio/biblio-ve.data
R .spec-data/readonly/biblio/biblio-vi.data
R .spec-data/readonly/biblio/biblio-vm.data
R .spec-data/readonly/biblio/biblio-vo.data
R .spec-data/readonly/biblio/biblio-vt.data
R .spec-data/readonly/biblio/biblio-vx.data
R .spec-data/readonly/biblio/biblio-w3.data
R .spec-data/readonly/biblio/biblio-wa.data
R .spec-data/readonly/biblio/biblio-wb.data
R .spec-data/readonly/biblio/biblio-wc.data
R .spec-data/readonly/biblio/biblio-wd.data
R .spec-data/readonly/biblio/biblio-we.data
R .spec-data/readonly/biblio/biblio-wf.data
R .spec-data/readonly/biblio/biblio-wg.data
R .spec-data/readonly/biblio/biblio-wh.data
R .spec-data/readonly/biblio/biblio-wi.data
R .spec-data/readonly/biblio/biblio-wm.data
R .spec-data/readonly/biblio/biblio-wo.data
R .spec-data/readonly/biblio/biblio-wp.data
R .spec-data/readonly/biblio/biblio-ws.data
R .spec-data/readonly/biblio/biblio-ww.data
R .spec-data/readonly/biblio/biblio-x1.data
R .spec-data/readonly/biblio/biblio-x5.data
R .spec-data/readonly/biblio/biblio-x6.data
R .spec-data/readonly/biblio/biblio-xa.data
R .spec-data/readonly/biblio/biblio-xb.data
R .spec-data/readonly/biblio/biblio-xd.data
R .spec-data/readonly/biblio/biblio-xe.data
R .spec-data/readonly/biblio/biblio-xf.data
R .spec-data/readonly/biblio/biblio-xh.data
R .spec-data/readonly/biblio/biblio-xi.data
R .spec-data/readonly/biblio/biblio-xk.data
R .spec-data/readonly/biblio/biblio-xl.data
R .spec-data/readonly/biblio/biblio-xm.data
R .spec-data/readonly/biblio/biblio-xo.data
R .spec-data/readonly/biblio/biblio-xp.data
R .spec-data/readonly/biblio/biblio-xq.data
R .spec-data/readonly/biblio/biblio-xs.data
R .spec-data/readonly/biblio/biblio-xt.data
R .spec-data/readonly/biblio/biblio-xu.data
R .spec-data/readonly/biblio/biblio-ya.data
R .spec-data/readonly/biblio/biblio-ze.data
R .spec-data/readonly/biblio/biblio-zh.data
R .spec-data/readonly/biblio/biblio-zi.data
R .spec-data/readonly/bikeshed-version.txt
R .spec-data/readonly/caniuse.json
R .spec-data/readonly/caniuse/data.json
R .spec-data/readonly/caniuse/feature-aac.json
R .spec-data/readonly/caniuse/feature-abortcontroller.json
R .spec-data/readonly/caniuse/feature-accelerometer.json
R .spec-data/readonly/caniuse/feature-addeventlistener.json
R .spec-data/readonly/caniuse/feature-ambient-light.json
R .spec-data/readonly/caniuse/feature-apng.json
R .spec-data/readonly/caniuse/feature-array-find-index.json
R .spec-data/readonly/caniuse/feature-array-find.json
R .spec-data/readonly/caniuse/feature-array-flat.json
R .spec-data/readonly/caniuse/feature-array-includes.json
R .spec-data/readonly/caniuse/feature-arrow-functions.json
R .spec-data/readonly/caniuse/feature-asmjs.json
R .spec-data/readonly/caniuse/feature-async-functions.json
R .spec-data/readonly/caniuse/feature-atob-btoa.json
R .spec-data/readonly/caniuse/feature-audio-api.json
R .spec-data/readonly/caniuse/feature-audio.json
R .spec-data/readonly/caniuse/feature-audiotracks.json
R .spec-data/readonly/caniuse/feature-autofocus.json
R .spec-data/readonly/caniuse/feature-auxclick.json
R .spec-data/readonly/caniuse/feature-av1.json
R .spec-data/readonly/caniuse/feature-avif.json
R .spec-data/readonly/caniuse/feature-background-attachment.json
R .spec-data/readonly/caniuse/feature-background-img-opts.json
R .spec-data/readonly/caniuse/feature-background-position-x-y.json
R .spec-data/readonly/caniuse/feature-background-repeat-round-space.json
R .spec-data/readonly/caniuse/feature-background-sync.json
R .spec-data/readonly/caniuse/feature-battery-status.json
R .spec-data/readonly/caniuse/feature-beacon.json
R .spec-data/readonly/caniuse/feature-beforeafterprint.json
R .spec-data/readonly/caniuse/feature-bigint.json
R .spec-data/readonly/caniuse/feature-blobbuilder.json
R .spec-data/readonly/caniuse/feature-bloburls.json
R .spec-data/readonly/caniuse/feature-border-image.json
R .spec-data/readonly/caniuse/feature-border-radius.json
R .spec-data/readonly/caniuse/feature-broadcastchannel.json
R .spec-data/readonly/caniuse/feature-brotli.json
R .spec-data/readonly/caniuse/feature-calc.json
R .spec-data/readonly/caniuse/feature-canvas-blending.json
R .spec-data/readonly/caniuse/feature-canvas-text.json
R .spec-data/readonly/caniuse/feature-canvas.json
R .spec-data/readonly/caniuse/feature-ch-unit.json
R .spec-data/readonly/caniuse/feature-chacha20-poly1305.json
R .spec-data/readonly/caniuse/feature-channel-messaging.json
R .spec-data/readonly/caniuse/feature-childnode-remove.json
R .spec-data/readonly/caniuse/feature-classlist.json
R .spec-data/readonly/caniuse/feature-client-hints-dpr-width-viewport.json
R .spec-data/readonly/caniuse/feature-clipboard.json
R .spec-data/readonly/caniuse/feature-comparedocumentposition.json
R .spec-data/readonly/caniuse/feature-console-basic.json
R .spec-data/readonly/caniuse/feature-console-time.json
R .spec-data/readonly/caniuse/feature-const.json
R .spec-data/readonly/caniuse/feature-constraint-validation.json
R .spec-data/readonly/caniuse/feature-contenteditable.json
R .spec-data/readonly/caniuse/feature-contentsecuritypolicy.json
R .spec-data/readonly/caniuse/feature-contentsecuritypolicy2.json
R .spec-data/readonly/caniuse/feature-cors.json
R .spec-data/readonly/caniuse/feature-createimagebitmap.json
R .spec-data/readonly/caniuse/feature-credential-management.json
R .spec-data/readonly/caniuse/feature-cryptography.json
R .spec-data/readonly/caniuse/feature-css-all.json
R .spec-data/readonly/caniuse/feature-css-animation.json
R .spec-data/readonly/caniuse/feature-css-any-link.json
R .spec-data/readonly/caniuse/feature-css-appearance.json
R .spec-data/readonly/caniuse/feature-css-apply-rule.json
R .spec-data/readonly/caniuse/feature-css-at-counter-style.json
R .spec-data/readonly/caniuse/feature-css-backdrop-filter.json
R .spec-data/readonly/caniuse/feature-css-background-offsets.json
R .spec-data/readonly/caniuse/feature-css-backgroundblendmode.json
R .spec-data/readonly/caniuse/feature-css-boxdecorationbreak.json
R .spec-data/readonly/caniuse/feature-css-boxshadow.json
R .spec-data/readonly/caniuse/feature-css-canvas.json
R .spec-data/readonly/caniuse/feature-css-caret-color.json
R .spec-data/readonly/caniuse/feature-css-case-insensitive.json
R .spec-data/readonly/caniuse/feature-css-clip-path.json
R .spec-data/readonly/caniuse/feature-css-color-adjust.json
R .spec-data/readonly/caniuse/feature-css-color-function.json
R .spec-data/readonly/caniuse/feature-css-conic-gradients.json
R .spec-data/readonly/caniuse/feature-css-containment.json
R .spec-data/readonly/caniuse/feature-css-content-visibility.json
R .spec-data/readonly/caniuse/feature-css-counters.json
R .spec-data/readonly/caniuse/feature-css-crisp-edges.json
R .spec-data/readonly/caniuse/feature-css-cross-fade.json
R .spec-data/readonly/caniuse/feature-css-default-pseudo.json
R .spec-data/readonly/caniuse/feature-css-descendant-gtgt.json
R .spec-data/readonly/caniuse/feature-css-deviceadaptation.json
R .spec-data/readonly/caniuse/feature-css-dir-pseudo.json
R .spec-data/readonly/caniuse/feature-css-display-contents.json
R .spec-data/readonly/caniuse/feature-css-element-function.json
R .spec-data/readonly/caniuse/feature-css-env-function.json
R .spec-data/readonly/caniuse/feature-css-exclusions.json
R .spec-data/readonly/caniuse/feature-css-featurequeries.json
R .spec-data/readonly/caniuse/feature-css-filter-function.json
R .spec-data/readonly/caniuse/feature-css-filters.json
R .spec-data/readonly/caniuse/feature-css-first-letter.json
R .spec-data/readonly/caniuse/feature-css-first-line.json
R .spec-data/readonly/caniuse/feature-css-fixed.json
R .spec-data/readonly/caniuse/feature-css-focus-visible.json
R .spec-data/readonly/caniuse/feature-css-focus-within.json
R .spec-data/readonly/caniuse/feature-css-font-rendering-controls.json
R .spec-data/readonly/caniuse/feature-css-font-stretch.json
R .spec-data/readonly/caniuse/feature-css-gencontent.json
R .spec-data/readonly/caniuse/feature-css-gradients.json
R .spec-data/readonly/caniuse/feature-css-grid.json
R .spec-data/readonly/caniuse/feature-css-hanging-punctuation.json
R .spec-data/readonly/caniuse/feature-css-has.json
R .spec-data/readonly/caniuse/feature-css-hyphens.json
R .spec-data/readonly/caniuse/feature-css-image-orientation.json
R .spec-data/readonly/caniuse/feature-css-image-set.json
R .spec-data/readonly/caniuse/feature-css-in-out-of-range.json
R .spec-data/readonly/caniuse/feature-css-indeterminate-pseudo.json
R .spec-data/readonly/caniuse/feature-css-initial-letter.json
R .spec-data/readonly/caniuse/feature-css-initial-value.json
R .spec-data/readonly/caniuse/feature-css-letter-spacing.json
R .spec-data/readonly/caniuse/feature-css-line-clamp.json
R .spec-data/readonly/caniuse/feature-css-logical-props.json
R .spec-data/readonly/caniuse/feature-css-marker-pseudo.json
R .spec-data/readonly/caniuse/feature-css-masks.json
R .spec-data/readonly/caniuse/feature-css-matches-pseudo.json
R .spec-data/readonly/caniuse/feature-css-math-functions.json
R .spec-data/readonly/caniuse/feature-css-media-interaction.json
R .spec-data/readonly/caniuse/feature-css-media-resolution.json
R .spec-data/readonly/caniuse/feature-css-mediaqueries.json
R .spec-data/readonly/caniuse/feature-css-mixblendmode.json
R .spec-data/readonly/caniuse/feature-css-motion-paths.json
R .spec-data/readonly/caniuse/feature-css-namespaces.json
R .spec-data/readonly/caniuse/feature-css-not-sel-list.json
R .spec-data/readonly/caniuse/feature-css-nth-child-of.json
R .spec-data/readonly/caniuse/feature-css-opacity.json
R .spec-data/readonly/caniuse/feature-css-optional-pseudo.json
R .spec-data/readonly/caniuse/feature-css-overflow-anchor.json
R .spec-data/readonly/caniuse/feature-css-overflow.json
R .spec-data/readonly/caniuse/feature-css-overscroll-behavior.json
R .spec-data/readonly/caniuse/feature-css-page-break.json
R .spec-data/readonly/caniuse/feature-css-paged-media.json
R .spec-data/readonly/caniuse/feature-css-paint-api.json
R .spec-data/readonly/caniuse/feature-css-placeholder-shown.json
R .spec-data/readonly/caniuse/feature-css-placeholder.json
R .spec-data/readonly/caniuse/feature-css-read-only-write.json
R .spec-data/readonly/caniuse/feature-css-rebeccapurple.json
R .spec-data/readonly/caniuse/feature-css-reflections.json
R .spec-data/readonly/caniuse/feature-css-regions.json
R .spec-data/readonly/caniuse/feature-css-repeating-gradients.json
R .spec-data/readonly/caniuse/feature-css-resize.json
R .spec-data/readonly/caniuse/feature-css-revert-value.json
R .spec-data/readonly/caniuse/feature-css-rrggbbaa.json
R .spec-data/readonly/caniuse/feature-css-scroll-behavior.json
R .spec-data/readonly/caniuse/feature-css-scrollbar.json
R .spec-data/readonly/caniuse/feature-css-sel2.json
R .spec-data/readonly/caniuse/feature-css-sel3.json
R .spec-data/readonly/caniuse/feature-css-selection.json
R .spec-data/readonly/caniuse/feature-css-shapes.json
R .spec-data/readonly/caniuse/feature-css-snappoints.json
R .spec-data/readonly/caniuse/feature-css-sticky.json
R .spec-data/readonly/caniuse/feature-css-subgrid.json
R .spec-data/readonly/caniuse/feature-css-supports-api.json
R .spec-data/readonly/caniuse/feature-css-table.json
R .spec-data/readonly/caniuse/feature-css-text-align-last.json
R .spec-data/readonly/caniuse/feature-css-text-indent.json
R .spec-data/readonly/caniuse/feature-css-text-justify.json
R .spec-data/readonly/caniuse/feature-css-text-orientation.json
R .spec-data/readonly/caniuse/feature-css-textshadow.json
R .spec-data/readonly/caniuse/feature-css-touch-action.json
R .spec-data/readonly/caniuse/feature-css-transitions.json
R .spec-data/readonly/caniuse/feature-css-unset-value.json
R .spec-data/readonly/caniuse/feature-css-variables.json
R .spec-data/readonly/caniuse/feature-css-widows-orphans.json
R .spec-data/readonly/caniuse/feature-css-writing-mode.json
R .spec-data/readonly/caniuse/feature-css-zoom.json
R .spec-data/readonly/caniuse/feature-css3-attr.json
R .spec-data/readonly/caniuse/feature-css3-boxsizing.json
R .spec-data/readonly/caniuse/feature-css3-colors.json
R .spec-data/readonly/caniuse/feature-css3-cursors-grab.json
R .spec-data/readonly/caniuse/feature-css3-cursors-newer.json
R .spec-data/readonly/caniuse/feature-css3-cursors.json
R .spec-data/readonly/caniuse/feature-css3-tabsize.json
R .spec-data/readonly/caniuse/feature-currentcolor.json
R .spec-data/readonly/caniuse/feature-custom-elements.json
R .spec-data/readonly/caniuse/feature-custom-elementsv1.json
R .spec-data/readonly/caniuse/feature-customevent.json
R .spec-data/readonly/caniuse/feature-datalist.json
R .spec-data/readonly/caniuse/feature-dataset.json
R .spec-data/readonly/caniuse/feature-datauri.json
R .spec-data/readonly/caniuse/feature-date-tolocaledatestring.json
R .spec-data/readonly/caniuse/feature-details.json
R .spec-data/readonly/caniuse/feature-deviceorientation.json
R .spec-data/readonly/caniuse/feature-devicepixelratio.json
R .spec-data/readonly/caniuse/feature-dialog.json
R .spec-data/readonly/caniuse/feature-dispatchevent.json
R .spec-data/readonly/caniuse/feature-dnssec.json
R .spec-data/readonly/caniuse/feature-do-not-track.json
R .spec-data/readonly/caniuse/feature-document-currentscript.json
R .spec-data/readonly/caniuse/feature-document-evaluate-xpath.json
R .spec-data/readonly/caniuse/feature-document-execcommand.json
R .spec-data/readonly/caniuse/feature-document-policy.json
R .spec-data/readonly/caniuse/feature-document-scrollingelement.json
R .spec-data/readonly/caniuse/feature-documenthead.json
R .spec-data/readonly/caniuse/feature-dom-manip-convenience.json
R .spec-data/readonly/caniuse/feature-dom-range.json
R .spec-data/readonly/caniuse/feature-domcontentloaded.json
R .spec-data/readonly/caniuse/feature-dommatrix.json
R .spec-data/readonly/caniuse/feature-download.json
R .spec-data/readonly/caniuse/feature-dragndrop.json
R .spec-data/readonly/caniuse/feature-element-closest.json
R .spec-data/readonly/caniuse/feature-element-from-point.json
R .spec-data/readonly/caniuse/feature-element-scroll-methods.json
R .spec-data/readonly/caniuse/feature-eme.json
R .spec-data/readonly/caniuse/feature-eot.json
R .spec-data/readonly/caniuse/feature-es5.json
R .spec-data/readonly/caniuse/feature-es6-class.json
R .spec-data/readonly/caniuse/feature-es6-generators.json
R .spec-data/readonly/caniuse/feature-es6-module-dynamic-import.json
R .spec-data/readonly/caniuse/feature-es6-module.json
R .spec-data/readonly/caniuse/feature-es6-number.json
R .spec-data/readonly/caniuse/feature-es6-string-includes.json
R .spec-data/readonly/caniuse/feature-es6.json
R .spec-data/readonly/caniuse/feature-eventsource.json
R .spec-data/readonly/caniuse/feature-extended-system-fonts.json
R .spec-data/readonly/caniuse/feature-feature-policy.json
R .spec-data/readonly/caniuse/feature-fetch.json
R .spec-data/readonly/caniuse/feature-fieldset-disabled.json
R .spec-data/readonly/caniuse/feature-fileapi.json
R .spec-data/readonly/caniuse/feature-filereader.json
R .spec-data/readonly/caniuse/feature-filereadersync.json
R .spec-data/readonly/caniuse/feature-filesystem.json
R .spec-data/readonly/caniuse/feature-flac.json
R .spec-data/readonly/caniuse/feature-flexbox-gap.json
R .spec-data/readonly/caniuse/feature-flexbox.json
R .spec-data/readonly/caniuse/feature-flow-root.json
R .spec-data/readonly/caniuse/feature-focusin-focusout-events.json
R .spec-data/readonly/caniuse/feature-font-family-system-ui.json
R .spec-data/readonly/caniuse/feature-font-feature.json
R .spec-data/readonly/caniuse/feature-font-kerning.json
R .spec-data/readonly/caniuse/feature-font-loading.json
R .spec-data/readonly/caniuse/feature-font-size-adjust.json
R .spec-data/readonly/caniuse/feature-font-smooth.json
R .spec-data/readonly/caniuse/feature-font-unicode-range.json
R .spec-data/readonly/caniuse/feature-font-variant-alternates.json
R .spec-data/readonly/caniuse/feature-font-variant-numeric.json
R .spec-data/readonly/caniuse/feature-fontface.json
R .spec-data/readonly/caniuse/feature-form-attribute.json
R .spec-data/readonly/caniuse/feature-form-submit-attributes.json
R .spec-data/readonly/caniuse/feature-form-validation.json
R .spec-data/readonly/caniuse/feature-forms.json
R .spec-data/readonly/caniuse/feature-fullscreen.json
R .spec-data/readonly/caniuse/feature-gamepad.json
R .spec-data/readonly/caniuse/feature-geolocation.json
R .spec-data/readonly/caniuse/feature-getboundingclientrect.json
R .spec-data/readonly/caniuse/feature-getcomputedstyle.json
R .spec-data/readonly/caniuse/feature-getelementsbyclassname.json
R .spec-data/readonly/caniuse/feature-getrandomvalues.json
R .spec-data/readonly/caniuse/feature-gyroscope.json
R .spec-data/readonly/caniuse/feature-hardwareconcurrency.json
R .spec-data/readonly/caniuse/feature-hashchange.json
R .spec-data/readonly/caniuse/feature-heif.json
R .spec-data/readonly/caniuse/feature-hevc.json
R .spec-data/readonly/caniuse/feature-hidden.json
R .spec-data/readonly/caniuse/feature-high-resolution-time.json
R .spec-data/readonly/caniuse/feature-history.json
R .spec-data/readonly/caniuse/feature-html-media-capture.json
R .spec-data/readonly/caniuse/feature-html5semantic.json
R .spec-data/readonly/caniuse/feature-http-live-streaming.json
R .spec-data/readonly/caniuse/feature-http2.json
R .spec-data/readonly/caniuse/feature-http3.json
R .spec-data/readonly/caniuse/feature-iframe-sandbox.json
R .spec-data/readonly/caniuse/feature-iframe-seamless.json
R .spec-data/readonly/caniuse/feature-iframe-srcdoc.json
R .spec-data/readonly/caniuse/feature-ime.json
R .spec-data/readonly/caniuse/feature-img-naturalwidth-naturalheight.json
R .spec-data/readonly/caniuse/feature-import-maps.json
R .spec-data/readonly/caniuse/feature-imports.json
R .spec-data/readonly/caniuse/feature-indeterminate-checkbox.json
R .spec-data/readonly/caniuse/feature-indexeddb.json
R .spec-data/readonly/caniuse/feature-indexeddb2.json
R .spec-data/readonly/caniuse/feature-inline-block.json
R .spec-data/readonly/caniuse/feature-innertext.json
R .spec-data/readonly/caniuse/feature-input-autocomplete-onoff.json
R .spec-data/readonly/caniuse/feature-input-color.json
R .spec-data/readonly/caniuse/feature-input-datetime.json
R .spec-data/readonly/caniuse/feature-input-email-tel-url.json
R .spec-data/readonly/caniuse/feature-input-event.json
R .spec-data/readonly/caniuse/feature-input-file-accept.json
R .spec-data/readonly/caniuse/feature-input-file-directory.json
R .spec-data/readonly/caniuse/feature-input-file-multiple.json
R .spec-data/readonly/caniuse/feature-input-inputmode.json
R .spec-data/readonly/caniuse/feature-input-minlength.json
R .spec-data/readonly/caniuse/feature-input-number.json
R .spec-data/readonly/caniuse/feature-input-pattern.json
R .spec-data/readonly/caniuse/feature-input-placeholder.json
R .spec-data/readonly/caniuse/feature-input-range.json
R .spec-data/readonly/caniuse/feature-input-search.json
R .spec-data/readonly/caniuse/feature-input-selection.json
R .spec-data/readonly/caniuse/feature-insert-adjacent.json
R .spec-data/readonly/caniuse/feature-insertadjacenthtml.json
R .spec-data/readonly/caniuse/feature-internationalization.json
R .spec-data/readonly/caniuse/feature-intersectionobserver-v2.json
R .spec-data/readonly/caniuse/feature-intersectionobserver.json
R .spec-data/readonly/caniuse/feature-intl-pluralrules.json
R .spec-data/readonly/caniuse/feature-intrinsic-width.json
R .spec-data/readonly/caniuse/feature-jpeg2000.json
R .spec-data/readonly/caniuse/feature-jpegxr.json
R .spec-data/readonly/caniuse/feature-js-regexp-lookbehind.json
R .spec-data/readonly/caniuse/feature-json.json
R .spec-data/readonly/caniuse/feature-justify-content-space-evenly.json
R .spec-data/readonly/caniuse/feature-kerning-pairs-ligatures.json
R .spec-data/readonly/caniuse/feature-keyboardevent-charcode.json
R .spec-data/readonly/caniuse/feature-keyboardevent-code.json
R .spec-data/readonly/caniuse/feature-keyboardevent-getmodifierstate.json
R .spec-data/readonly/caniuse/feature-keyboardevent-key.json
R .spec-data/readonly/caniuse/feature-keyboardevent-location.json
R .spec-data/readonly/caniuse/feature-keyboardevent-which.json
R .spec-data/readonly/caniuse/feature-lazyload.json
R .spec-data/readonly/caniuse/feature-let.json
R .spec-data/readonly/caniuse/feature-link-icon-png.json
R .spec-data/readonly/caniuse/feature-link-icon-svg.json
R .spec-data/readonly/caniuse/feature-link-rel-dns-prefetch.json
R .spec-data/readonly/caniuse/feature-link-rel-modulepreload.json
R .spec-data/readonly/caniuse/feature-link-rel-preconnect.json
R .spec-data/readonly/caniuse/feature-link-rel-prefetch.json
R .spec-data/readonly/caniuse/feature-link-rel-preload.json
R .spec-data/readonly/caniuse/feature-link-rel-prerender.json
R .spec-data/readonly/caniuse/feature-loading-lazy-attr.json
R .spec-data/readonly/caniuse/feature-localecompare.json
R .spec-data/readonly/caniuse/feature-magnetometer.json
R .spec-data/readonly/caniuse/feature-matchesselector.json
R .spec-data/readonly/caniuse/feature-matchmedia.json
R .spec-data/readonly/caniuse/feature-mathml.json
R .spec-data/readonly/caniuse/feature-maxlength.json
R .spec-data/readonly/caniuse/feature-media-fragments.json
R .spec-data/readonly/caniuse/feature-mediacapture-fromelement.json
R .spec-data/readonly/caniuse/feature-mediarecorder.json
R .spec-data/readonly/caniuse/feature-mediasource.json
R .spec-data/readonly/caniuse/feature-menu.json
R .spec-data/readonly/caniuse/feature-meta-theme-color.json
R .spec-data/readonly/caniuse/feature-meter.json
R .spec-data/readonly/caniuse/feature-midi.json
R .spec-data/readonly/caniuse/feature-minmaxwh.json
R .spec-data/readonly/caniuse/feature-mp3.json
R .spec-data/readonly/caniuse/feature-mpeg-dash.json
R .spec-data/readonly/caniuse/feature-mpeg4.json
R .spec-data/readonly/caniuse/feature-multibackgrounds.json
R .spec-data/readonly/caniuse/feature-multicolumn.json
R .spec-data/readonly/caniuse/feature-mutation-events.json
R .spec-data/readonly/caniuse/feature-mutationobserver.json
R .spec-data/readonly/caniuse/feature-namevalue-storage.json
R .spec-data/readonly/caniuse/feature-native-filesystem-api.json
R .spec-data/readonly/caniuse/feature-nav-timing.json
R .spec-data/readonly/caniuse/feature-netinfo.json
R .spec-data/readonly/caniuse/feature-notifications.json
R .spec-data/readonly/caniuse/feature-object-entries.json
R .spec-data/readonly/caniuse/feature-object-fit.json
R .spec-data/readonly/caniuse/feature-object-observe.json
R .spec-data/readonly/caniuse/feature-object-values.json
R .spec-data/readonly/caniuse/feature-objectrtc.json
R .spec-data/readonly/caniuse/feature-offline-apps.json
R .spec-data/readonly/caniuse/feature-offscreencanvas.json
R .spec-data/readonly/caniuse/feature-ogg-vorbis.json
R .spec-data/readonly/caniuse/feature-ogv.json
R .spec-data/readonly/caniuse/feature-ol-reversed.json
R .spec-data/readonly/caniuse/feature-once-event-listener.json
R .spec-data/readonly/caniuse/feature-online-status.json
R .spec-data/readonly/caniuse/feature-opus.json
R .spec-data/readonly/caniuse/feature-orientation-sensor.json
R .spec-data/readonly/caniuse/feature-outline.json
R .spec-data/readonly/caniuse/feature-pad-start-end.json
R .spec-data/readonly/caniuse/feature-page-transition-events.json
R .spec-data/readonly/caniuse/feature-pagevisibility.json
R .spec-data/readonly/caniuse/feature-passive-event-listener.json
R .spec-data/readonly/caniuse/feature-path2d.json
R .spec-data/readonly/caniuse/feature-payment-request.json
R .spec-data/readonly/caniuse/feature-pdf-viewer.json
R .spec-data/readonly/caniuse/feature-permissions-api.json
R .spec-data/readonly/caniuse/feature-permissions-policy.json
R .spec-data/readonly/caniuse/feature-picture-in-picture.json
R .spec-data/readonly/caniuse/feature-picture.json
R .spec-data/readonly/caniuse/feature-ping.json
R .spec-data/readonly/caniuse/feature-png-alpha.json
R .spec-data/readonly/caniuse/feature-pointer-events.json
R .spec-data/readonly/caniuse/feature-pointer.json
R .spec-data/readonly/caniuse/feature-pointerlock.json
R .spec-data/readonly/caniuse/feature-portals.json
R .spec-data/readonly/caniuse/feature-prefers-color-scheme.json
R .spec-data/readonly/caniuse/feature-prefers-reduced-motion.json
R .spec-data/readonly/caniuse/feature-progress.json
R .spec-data/readonly/caniuse/feature-promise-finally.json
R .spec-data/readonly/caniuse/feature-promises.json
R .spec-data/readonly/caniuse/feature-proximity.json
R .spec-data/readonly/caniuse/feature-proxy.json
R .spec-data/readonly/caniuse/feature-publickeypinning.json
R .spec-data/readonly/caniuse/feature-push-api.json
R .spec-data/readonly/caniuse/feature-queryselector.json
R .spec-data/readonly/caniuse/feature-readonly-attr.json
R .spec-data/readonly/caniuse/feature-referrer-policy.json
R .spec-data/readonly/caniuse/feature-registerprotocolhandler.json
R .spec-data/readonly/caniuse/feature-rel-noopener.json
R .spec-data/readonly/caniuse/feature-rel-noreferrer.json
R .spec-data/readonly/caniuse/feature-rellist.json
R .spec-data/readonly/caniuse/feature-rem.json
R .spec-data/readonly/caniuse/feature-requestanimationframe.json
R .spec-data/readonly/caniuse/feature-requestidlecallback.json
R .spec-data/readonly/caniuse/feature-resizeobserver.json
R .spec-data/readonly/caniuse/feature-resource-timing.json
R .spec-data/readonly/caniuse/feature-rest-parameters.json
R .spec-data/readonly/caniuse/feature-rtcpeerconnection.json
R .spec-data/readonly/caniuse/feature-ruby.json
R .spec-data/readonly/caniuse/feature-run-in.json
R .spec-data/readonly/caniuse/feature-same-site-cookie-attribute.json
R .spec-data/readonly/caniuse/feature-screen-orientation.json
R .spec-data/readonly/caniuse/feature-script-async.json
R .spec-data/readonly/caniuse/feature-script-defer.json
R .spec-data/readonly/caniuse/feature-scrollintoview.json
R .spec-data/readonly/caniuse/feature-scrollintoviewifneeded.json
R .spec-data/readonly/caniuse/feature-sdch.json
R .spec-data/readonly/caniuse/feature-selection-api.json
R .spec-data/readonly/caniuse/feature-server-timing.json
R .spec-data/readonly/caniuse/feature-serviceworkers.json
R .spec-data/readonly/caniuse/feature-setimmediate.json
R .spec-data/readonly/caniuse/feature-shadowdom.json
R .spec-data/readonly/caniuse/feature-shadowdomv1.json
R .spec-data/readonly/caniuse/feature-sharedarraybuffer.json
R .spec-data/readonly/caniuse/feature-sharedworkers.json
R .spec-data/readonly/caniuse/feature-sni.json
R .spec-data/readonly/caniuse/feature-spdy.json
R .spec-data/readonly/caniuse/feature-speech-recognition.json
R .spec-data/readonly/caniuse/feature-speech-synthesis.json
R .spec-data/readonly/caniuse/feature-spellcheck-attribute.json
R .spec-data/readonly/caniuse/feature-sql-storage.json
R .spec-data/readonly/caniuse/feature-srcset.json
R .spec-data/readonly/caniuse/feature-stream.json
R .spec-data/readonly/caniuse/feature-streams.json
R .spec-data/readonly/caniuse/feature-stricttransportsecurity.json
R .spec-data/readonly/caniuse/feature-style-scoped.json
R .spec-data/readonly/caniuse/feature-subresource-integrity.json
R .spec-data/readonly/caniuse/feature-svg-css.json
R .spec-data/readonly/caniuse/feature-svg-filters.json
R .spec-data/readonly/caniuse/feature-svg-fonts.json
R .spec-data/readonly/caniuse/feature-svg-fragment.json
R .spec-data/readonly/caniuse/feature-svg-html.json
R .spec-data/readonly/caniuse/feature-svg-html5.json
R .spec-data/readonly/caniuse/feature-svg-img.json
R .spec-data/readonly/caniuse/feature-svg-smil.json
R .spec-data/readonly/caniuse/feature-svg.json
R .spec-data/readonly/caniuse/feature-sxg.json
R .spec-data/readonly/caniuse/feature-tabindex-attr.json
R .spec-data/readonly/caniuse/feature-template-literals.json
R .spec-data/readonly/caniuse/feature-template.json
R .spec-data/readonly/caniuse/feature-text-decoration.json
R .spec-data/readonly/caniuse/feature-text-emphasis.json
R .spec-data/readonly/caniuse/feature-text-overflow.json
R .spec-data/readonly/caniuse/feature-text-size-adjust.json
R .spec-data/readonly/caniuse/feature-text-stroke.json
R .spec-data/readonly/caniuse/feature-textcontent.json
R .spec-data/readonly/caniuse/feature-textencoder.json
R .spec-data/readonly/caniuse/feature-tls1-1.json
R .spec-data/readonly/caniuse/feature-tls1-2.json
R .spec-data/readonly/caniuse/feature-tls1-3.json
R .spec-data/readonly/caniuse/feature-touch.json
R .spec-data/readonly/caniuse/feature-transforms2d.json
R .spec-data/readonly/caniuse/feature-transforms3d.json
R .spec-data/readonly/caniuse/feature-trusted-types.json
R .spec-data/readonly/caniuse/feature-ttf.json
R .spec-data/readonly/caniuse/feature-typedarrays.json
R .spec-data/readonly/caniuse/feature-u2f.json
R .spec-data/readonly/caniuse/feature-unhandledrejection.json
R .spec-data/readonly/caniuse/feature-upgradeinsecurerequests.json
R .spec-data/readonly/caniuse/feature-url-scroll-to-text-fragment.json
R .spec-data/readonly/caniuse/feature-url.json
R .spec-data/readonly/caniuse/feature-urlsearchparams.json
R .spec-data/readonly/caniuse/feature-use-strict.json
R .spec-data/readonly/caniuse/feature-user-select-none.json
R .spec-data/readonly/caniuse/feature-user-timing.json
R .spec-data/readonly/caniuse/feature-variable-fonts.json
R .spec-data/readonly/caniuse/feature-vibration.json
R .spec-data/readonly/caniuse/feature-video.json
R .spec-data/readonly/caniuse/feature-videotracks.json
R .spec-data/readonly/caniuse/feature-viewport-units.json
R .spec-data/readonly/caniuse/feature-wai-aria.json
R .spec-data/readonly/caniuse/feature-wake-lock.json
R .spec-data/readonly/caniuse/feature-wasm.json
R .spec-data/readonly/caniuse/feature-wav.json
R .spec-data/readonly/caniuse/feature-wbr-element.json
R .spec-data/readonly/caniuse/feature-web-animation.json
R .spec-data/readonly/caniuse/feature-web-app-manifest.json
R .spec-data/readonly/caniuse/feature-web-bluetooth.json
R .spec-data/readonly/caniuse/feature-web-share.json
R .spec-data/readonly/caniuse/feature-webauthn.json
R .spec-data/readonly/caniuse/feature-webgl.json
R .spec-data/readonly/caniuse/feature-webgl2.json
R .spec-data/readonly/caniuse/feature-webgpu.json
R .spec-data/readonly/caniuse/feature-webhid.json
R .spec-data/readonly/caniuse/feature-webm.json
R .spec-data/readonly/caniuse/feature-webnfc.json
R .spec-data/readonly/caniuse/feature-webp.json
R .spec-data/readonly/caniuse/feature-websockets.json
R .spec-data/readonly/caniuse/feature-webusb.json
R .spec-data/readonly/caniuse/feature-webvr.json
R .spec-data/readonly/caniuse/feature-webvtt.json
R .spec-data/readonly/caniuse/feature-webworkers.json
R .spec-data/readonly/caniuse/feature-webxr.json
R .spec-data/readonly/caniuse/feature-will-change.json
R .spec-data/readonly/caniuse/feature-woff.json
R .spec-data/readonly/caniuse/feature-woff2.json
R .spec-data/readonly/caniuse/feature-word-break.json
R .spec-data/readonly/caniuse/feature-wordwrap.json
R .spec-data/readonly/caniuse/feature-x-doc-messaging.json
R .spec-data/readonly/caniuse/feature-x-frame-options.json
R .spec-data/readonly/caniuse/feature-xhr2.json
R .spec-data/readonly/caniuse/feature-xhtml.json
R .spec-data/readonly/caniuse/feature-xhtmlsmil.json
R .spec-data/readonly/caniuse/feature-xml-serializer.json
R .spec-data/readonly/fors.json
R .spec-data/readonly/github-issues.json
R .spec-data/readonly/headings.json
R .spec-data/readonly/headings/headings-appmanifest.json
R .spec-data/readonly/headings/headings-box-tree-api-1.json
R .spec-data/readonly/headings/headings-compat-1.json
R .spec-data/readonly/headings/headings-compositing-1.json
R .spec-data/readonly/headings/headings-compositing-2.json
R .spec-data/readonly/headings/headings-console-1.json
R .spec-data/readonly/headings/headings-credential-management-1.json
R .spec-data/readonly/headings/headings-csp-3.json
R .spec-data/readonly/headings/headings-csp3.json
R .spec-data/readonly/headings/headings-css-2007.json
R .spec-data/readonly/headings/headings-css-2010.json
R .spec-data/readonly/headings/headings-css-2015.json
R .spec-data/readonly/headings/headings-css-2017.json
R .spec-data/readonly/headings/headings-css-2018.json
R .spec-data/readonly/headings/headings-css-2020.json
R .spec-data/readonly/headings/headings-css-align-3.json
R .spec-data/readonly/headings/headings-css-animation-worklet-1.json
R .spec-data/readonly/headings/headings-css-animations-1.json
R .spec-data/readonly/headings/headings-css-animations-2.json
R .spec-data/readonly/headings/headings-css-animationworklet-1.json
R .spec-data/readonly/headings/headings-css-backgrounds-3.json
R .spec-data/readonly/headings/headings-css-backgrounds-4.json
R .spec-data/readonly/headings/headings-css-box-3.json
R .spec-data/readonly/headings/headings-css-box-4.json
R .spec-data/readonly/headings/headings-css-break-3.json
R .spec-data/readonly/headings/headings-css-break-4.json
R .spec-data/readonly/headings/headings-css-cascade-3.json
R .spec-data/readonly/headings/headings-css-cascade-4.json
R .spec-data/readonly/headings/headings-css-cascade-5.json
R .spec-data/readonly/headings/headings-css-color-3.json
R .spec-data/readonly/headings/headings-css-color-4.json
R .spec-data/readonly/headings/headings-css-color-5.json
R .spec-data/readonly/headings/headings-css-color-adjust-1.json
R .spec-data/readonly/headings/headings-css-color-correction-1.json
R .spec-data/readonly/headings/headings-css-conditional-3.json
R .spec-data/readonly/headings/headings-css-conditional-4.json
R .spec-data/readonly/headings/headings-css-contain-1.json
R .spec-data/readonly/headings/headings-css-contain-2.json
R .spec-data/readonly/headings/headings-css-content-3.json
R .spec-data/readonly/headings/headings-css-counter-styles-3.json
R .spec-data/readonly/headings/headings-css-device-adapt-1.json
R .spec-data/readonly/headings/headings-css-display-3.json
R .spec-data/readonly/headings/headings-css-easing-1.json
R .spec-data/readonly/headings/headings-css-egg-1.json
R .spec-data/readonly/headings/headings-css-env-1.json
R .spec-data/readonly/headings/headings-css-exclusions-1.json
R .spec-data/readonly/headings/headings-css-extensions-1.json
R .spec-data/readonly/headings/headings-css-flexbox-1.json
R .spec-data/readonly/headings/headings-css-font-loading-3.json
R .spec-data/readonly/headings/headings-css-fonts-3.json
R .spec-data/readonly/headings/headings-css-fonts-4.json
R .spec-data/readonly/headings/headings-css-forms-1.json
R .spec-data/readonly/headings/headings-css-gcpm-3.json
R .spec-data/readonly/headings/headings-css-gcpm-4.json
R .spec-data/readonly/headings/headings-css-grid-1.json
R .spec-data/readonly/headings/headings-css-grid-2.json
R .spec-data/readonly/headings/headings-css-grid-3.json
R .spec-data/readonly/headings/headings-css-highlight-api-1.json
R .spec-data/readonly/headings/headings-css-images-3.json
R .spec-data/readonly/headings/headings-css-images-4.json
R .spec-data/readonly/headings/headings-css-inline-3.json
R .spec-data/readonly/headings/headings-css-layout-api-1.json
R .spec-data/readonly/headings/headings-css-line-grid-1.json
R .spec-data/readonly/headings/headings-css-lists-3.json
R .spec-data/readonly/headings/headings-css-logical-1.json
R .spec-data/readonly/headings/headings-css-marquee-3.json
R .spec-data/readonly/headings/headings-css-masking-1.json
R .spec-data/readonly/headings/headings-css-mobile.json
R .spec-data/readonly/headings/headings-css-multicol-1.json
R .spec-data/readonly/headings/headings-css-multicol-2.json
R .spec-data/readonly/headings/headings-css-namespaces-3.json
R .spec-data/readonly/headings/headings-css-nav-1.json
R .spec-data/readonly/headings/headings-css-nesting-1.json
R .spec-data/readonly/headings/headings-css-overflow-3.json
R .spec-data/readonly/headings/headings-css-overflow-4.json
R .spec-data/readonly/headings/headings-css-overscroll-1.json
R .spec-data/readonly/headings/headings-css-page-3.json
R .spec-data/readonly/headings/headings-css-page-4.json
R .spec-data/readonly/headings/headings-css-page-floats-3.json
Log Message:
-----------
Merge branch 'main' into jeffh-fix-1546-second-key-extension
Commit: 59260f0b3842c81718dafd12273ae14862b40f4a
https://github.com/w3c/webauthn/commit/59260f0b3842c81718dafd12273ae14862b40f4a
Author: JeffH <jdhodges@google.com>
Date: 2021-07-01 (Thu, 01 Jul 2021)
Changed paths:
Log Message:
-----------
Merge branch 'main' into jeffh-fix-1546-second-key-extension
Commit: c3487a217de7a7647226269924322fdda1eeb02a
https://github.com/w3c/webauthn/commit/c3487a217de7a7647226269924322fdda1eeb02a
Author: JeffH <jdhodges@google.com>
Date: 2021-07-02 (Fri, 02 Jul 2021)
Changed paths:
M webauthn.pv
Log Message:
-----------
fix attSecretKey in pv model
Commit: 0e8d3b362c602e23cb4a2335a4aa21d0e0dca10a
https://github.com/w3c/webauthn/commit/0e8d3b362c602e23cb4a2335a4aa21d0e0dca10a
Author: JeffH <jdhodges@google.com>
Date: 2021-07-02 (Fri, 02 Jul 2021)
Changed paths:
A README.pv.md
Log Message:
-----------
add README.pv.md file
Commit: 6b216db9d7dcbbafc20ff20f02313093ef73b822
https://github.com/w3c/webauthn/commit/6b216db9d7dcbbafc20ff20f02313093ef73b822
Author: JeffH <jdhodges@google.com>
Date: 2021-07-02 (Fri, 02 Jul 2021)
Changed paths:
M webauthn.pv
Log Message:
-----------
editorial cleanups
Commit: 25b07e6ea75c9a94f80965aa0544388d6ccdbf16
https://github.com/w3c/webauthn/commit/25b07e6ea75c9a94f80965aa0544388d6ccdbf16
Author: JeffH <jdhodges@google.com>
Date: 2021-07-05 (Mon, 05 Jul 2021)
Changed paths:
M webauthn.pv
Log Message:
-----------
processUser -> processClientAndAuthnr
Commit: 2da450453c77a10d0c90cc55345951762668160b
https://github.com/w3c/webauthn/commit/2da450453c77a10d0c90cc55345951762668160b
Author: JeffH <jdhodges@google.com>
Date: 2021-07-05 (Mon, 05 Jul 2021)
Changed paths:
M webauthn.pv
Log Message:
-----------
define formal RegRequestMsg
Commit: f943bbcff7e3b5546a36cde6943bb7d39059ff14
https://github.com/w3c/webauthn/commit/f943bbcff7e3b5546a36cde6943bb7d39059ff14
Author: JeffH <jdhodges@google.com>
Date: 2021-07-05 (Mon, 05 Jul 2021)
Changed paths:
M webauthn.pv
Log Message:
-----------
editorial
Commit: e23ccfec1b2df64f89b37ad29a16be743b10eb6c
https://github.com/w3c/webauthn/commit/e23ccfec1b2df64f89b37ad29a16be743b10eb6c
Author: JeffH <jdhodges@google.com>
Date: 2021-07-05 (Mon, 05 Jul 2021)
Changed paths:
M webauthn.pv
Log Message:
-----------
attPublicKey is public
Commit: 7a1e2eeeb8fe57102c8cbc56c4cfdc324aef3315
https://github.com/w3c/webauthn/commit/7a1e2eeeb8fe57102c8cbc56c4cfdc324aef3315
Author: JeffH <jdhodges@google.com>
Date: 2021-07-06 (Tue, 06 Jul 2021)
Changed paths:
M webauthn.pv
Log Message:
-----------
WIP: refine attestation object construction
Commit: 8a420eb77695a8d950ba7cd4f01fe8723271ef8e
https://github.com/w3c/webauthn/commit/8a420eb77695a8d950ba7cd4f01fe8723271ef8e
Author: JeffH <jdhodges@google.com>
Date: 2021-07-07 (Wed, 07 Jul 2021)
Changed paths:
M webauthn.pv
Log Message:
-----------
WIP: attObject parsing
Commit: d2b529b3a117c9f19c16bc6ffa7ffbe7208579b3
https://github.com/w3c/webauthn/commit/d2b529b3a117c9f19c16bc6ffa7ffbe7208579b3
Author: JeffH <jdhodges@google.com>
Date: 2021-07-07 (Wed, 07 Jul 2021)
Changed paths:
M webauthn.pv
Log Message:
-----------
WIP: add Extensions.
Commit: 666718a01d330bbd8622afc445436871117e3b02
https://github.com/w3c/webauthn/commit/666718a01d330bbd8622afc445436871117e3b02
Author: JeffH <jdhodges@google.com>
Date: 2021-07-07 (Wed, 07 Jul 2021)
Changed paths:
M webauthn.pv
Log Message:
-----------
editorial
Commit: f9e861cd9e5316ec0e843028128ffe6e62e28c30
https://github.com/w3c/webauthn/commit/f9e861cd9e5316ec0e843028128ffe6e62e28c30
Author: JeffH <jdhodges@google.com>
Date: 2021-07-07 (Wed, 07 Jul 2021)
Changed paths:
M webauthn.pv
Log Message:
-----------
COMPLETED: refine attestation object construction
Commit: e1a4383a396eafd99dadb66666cbff58b174aa88
https://github.com/w3c/webauthn/commit/e1a4383a396eafd99dadb66666cbff58b174aa88
Author: JeffH <jdhodges@google.com>
Date: 2021-07-07 (Wed, 07 Jul 2021)
Changed paths:
M webauthn.pv
Log Message:
-----------
refine events
Commit: 9182fa1cc9d53bb5f1b600d14bf2c833b6c63ec3
https://github.com/w3c/webauthn/commit/9182fa1cc9d53bb5f1b600d14bf2c833b6c63ec3
Author: JeffH <jdhodges@google.com>
Date: 2021-07-08 (Thu, 08 Jul 2021)
Changed paths:
M webauthn.pv
Log Message:
-----------
editorial
Commit: 89e26609eac2098b06d71be0a826160e40b37357
https://github.com/w3c/webauthn/commit/89e26609eac2098b06d71be0a826160e40b37357
Author: JeffH <jdhodges@google.com>
Date: 2021-07-08 (Thu, 08 Jul 2021)
Changed paths:
M webauthn.pv
Log Message:
-----------
editorial
Commit: 54eb767405346c6c63ffabfd270bd9dd425a5061
https://github.com/w3c/webauthn/commit/54eb767405346c6c63ffabfd270bd9dd425a5061
Author: JeffH <jdhodges@google.com>
Date: 2021-07-20 (Tue, 20 Jul 2021)
Changed paths:
M webauthn.pv
Log Message:
-----------
more meaningful query wrt response msg.
Commit: f6fcee8aa8c67a6f14d0a5e6fe911acdf207d7fc
https://github.com/w3c/webauthn/commit/f6fcee8aa8c67a6f14d0a5e6fe911acdf207d7fc
Author: JeffH <jdhodges@google.com>
Date: 2021-08-13 (Fri, 13 Aug 2021)
Changed paths:
M webauthn.pv
Log Message:
-----------
add: set traceDisplay long
Commit: 1747dff04cdc3b44b1ba4879e98fefae8a35c79c
https://github.com/w3c/webauthn/commit/1747dff04cdc3b44b1ba4879e98fefae8a35c79c
Author: JeffH <jdhodges@google.com>
Date: 2021-08-13 (Fri, 13 Aug 2021)
Changed paths:
M webauthn.pv
Log Message:
-----------
fix var rebindings, trim queries
Commit: 12ec079fdf7bbeeb990968ce4ee48c246341a059
https://github.com/w3c/webauthn/commit/12ec079fdf7bbeeb990968ce4ee48c246341a059
Author: JeffH <jdhodges@google.com>
Date: 2021-08-13 (Fri, 13 Aug 2021)
Changed paths:
M README.pv.md
Log Message:
-----------
update README.pv.md
Commit: 59f29091e04aeb3742397d9dfafffa97cb9eb994
https://github.com/w3c/webauthn/commit/59f29091e04aeb3742397d9dfafffa97cb9eb994
Author: JeffH <jdhodges@google.com>
Date: 2021-08-13 (Fri, 13 Aug 2021)
Changed paths:
M README.pv.md
Log Message:
-----------
edit README.pv.md
Commit: 8b4d51ce2f72d1b50e25c5fbe8428bd717f66771
https://github.com/w3c/webauthn/commit/8b4d51ce2f72d1b50e25c5fbe8428bd717f66771
Author: JeffH <jdhodges@google.com>
Date: 2021-08-15 (Sun, 15 Aug 2021)
Changed paths:
M README.pv.md
M webauthn.pv
Log Message:
-----------
rename server name, plus other clieanups
Commit: c5f3b2de40fc926c49a2e8844e35ba0f7e3c39e8
https://github.com/w3c/webauthn/commit/c5f3b2de40fc926c49a2e8844e35ba0f7e3c39e8
Author: JeffH <jdhodges@google.com>
Date: 2021-08-15 (Sun, 15 Aug 2021)
Changed paths:
M README.pv.md
Log Message:
-----------
edit README.pv.md
Commit: 4ebd028f0d05e0938f5d53a628a845fcbe811665
https://github.com/w3c/webauthn/commit/4ebd028f0d05e0938f5d53a628a845fcbe811665
Author: JeffH <jdhodges@google.com>
Date: 2021-08-17 (Tue, 17 Aug 2021)
Changed paths:
R README.pv.md
R webauthn.pv
Log Message:
-----------
remove pv files from this branch
Commit: 4f187903c7c5edf3eb65178be91d21fdf5600a34
https://github.com/w3c/webauthn/commit/4f187903c7c5edf3eb65178be91d21fdf5600a34
Author: JeffH <jdhodges@google.com>
Date: 2021-08-17 (Tue, 17 Aug 2021)
Changed paths:
M index.bs
Log Message:
-----------
Merge branch 'main' into jeffh-fix-1658-device-bound-key-extension
Commit: 66e67bdc62673007ddae06ea9df582f100390f26
https://github.com/w3c/webauthn/commit/66e67bdc62673007ddae06ea9df582f100390f26
Author: JeffH <jdhodges@google.com>
Date: 2021-08-17 (Tue, 17 Aug 2021)
Changed paths:
M index.bs
Log Message:
-----------
update Device-bound public key extension
Commit: 9ac274aaa5cf6f505e0c5cd861b24706c128626f
https://github.com/w3c/webauthn/commit/9ac274aaa5cf6f505e0c5cd861b24706c128626f
Author: JeffH <jdhodges@google.com>
Date: 2021-08-20 (Fri, 20 Aug 2021)
Changed paths:
M index.bs
Log Message:
-----------
work in progress
Commit: fcc6a68857f6c9fa0f3f50b2a4dbf8ad99ae54d1
https://github.com/w3c/webauthn/commit/fcc6a68857f6c9fa0f3f50b2a4dbf8ad99ae54d1
Author: JeffH <jdhodges@google.com>
Date: 2021-08-20 (Fri, 20 Aug 2021)
Changed paths:
M index.bs
Log Message:
-----------
finish Notes -- nominally complete for Draft PR
Commit: 73cc7ffde511c352e97b441eb3ca05bdb40073b2
https://github.com/w3c/webauthn/commit/73cc7ffde511c352e97b441eb3ca05bdb40073b2
Author: JeffH <jdhodges@google.com>
Date: 2021-08-20 (Fri, 20 Aug 2021)
Changed paths:
M index.bs
Log Message:
-----------
Merge branch 'main' into jeffh-fix-1658-device-bound-key-extension
Commit: 7c5393c8eba0da3f9f19f6a62805af86903027d2
https://github.com/w3c/webauthn/commit/7c5393c8eba0da3f9f19f6a62805af86903027d2
Author: JeffH <jdhodges@google.com>
Date: 2021-08-20 (Fri, 20 Aug 2021)
Changed paths:
R device-bound-key-pair.txt
Log Message:
-----------
untraced device-bound-key-pair.txt
Commit: 3d16662af306e7169efea910ce75d7b6cd82b287
https://github.com/w3c/webauthn/commit/3d16662af306e7169efea910ce75d7b6cd82b287
Author: =JeffH <jdhodges@google.com>
Date: 2021-11-11 (Thu, 11 Nov 2021)
Changed paths:
M index.bs
Log Message:
-----------
context is now scope
Co-authored-by: Emil Lundberg <emil@yubico.com>
Commit: aee534c36d84eae84681865f839924d601da3558
https://github.com/w3c/webauthn/commit/aee534c36d84eae84681865f839924d601da3558
Author: JeffH <jdhodges@google.com>
Date: 2021-11-11 (Thu, 11 Nov 2021)
Changed paths:
M index.bs
Log Message:
-----------
do binary equality checks
Commit: 7c3e2e8d43518e0e9bb4c822f934713db6e2b2f3
https://github.com/w3c/webauthn/commit/7c3e2e8d43518e0e9bb4c822f934713db6e2b2f3
Author: =JeffH <jdhodges@google.com>
Date: 2021-11-12 (Fri, 12 Nov 2021)
Changed paths:
M index.bs
Log Message:
-----------
Apply suggestions from emlun's code review, thanks!
Co-authored-by: Emil Lundberg <emil@yubico.com>
Commit: 90593b9cc35d3c5deb3072fdb4c5c80ab10b7ded
https://github.com/w3c/webauthn/commit/90593b9cc35d3c5deb3072fdb4c5c80ab10b7ded
Author: JeffH <jdhodges@google.com>
Date: 2021-11-12 (Fri, 12 Nov 2021)
Changed paths:
M index.bs
Log Message:
-----------
fixes inspired by emlun's review
Commit: d0bef3392ab9e8d57aff1b053c44c4c56f57ce1b
https://github.com/w3c/webauthn/commit/d0bef3392ab9e8d57aff1b053c44c4c56f57ce1b
Author: JeffH <jdhodges@google.com>
Date: 2021-11-12 (Fri, 12 Nov 2021)
Changed paths:
M index.bs
Log Message:
-----------
apply and merge emlun's review suggestions, thx!
Commit: 89cec457adcda891e0f144eda59ad9125c3c00cf
https://github.com/w3c/webauthn/commit/89cec457adcda891e0f144eda59ad9125c3c00cf
Author: JeffH <jdhodges@google.com>
Date: 2021-11-12 (Fri, 12 Nov 2021)
Changed paths:
M index.bs
Log Message:
-----------
Merge branch 'main' into jeffh-fix-1658-device-bound-key-extension
Commit: db63d69cc46af5c662c9f3811a1d37e6f1334dc8
https://github.com/w3c/webauthn/commit/db63d69cc46af5c662c9f3811a1d37e6f1334dc8
Author: =JeffH <jdhodges@google.com>
Date: 2021-11-15 (Mon, 15 Nov 2021)
Changed paths:
M index.bs
Log Message:
-----------
incorp pascoej's correction, thx!
Co-authored-by: J Pascoe <2867699+pascoej@users.noreply.github.com>
Commit: 9a786838e11adabed6f0c562645006ce01ee7854
https://github.com/w3c/webauthn/commit/9a786838e11adabed6f0c562645006ce01ee7854
Author: JeffH <jdhodges@google.com>
Date: 2021-11-15 (Mon, 15 Nov 2021)
Changed paths:
M index.bs
Log Message:
-----------
fix bug emlun caught (thx) & apply polish
Commit: d52342ceefed784c747cf9e262770b076b409d4d
https://github.com/w3c/webauthn/commit/d52342ceefed784c747cf9e262770b076b409d4d
Author: =JeffH <jdhodges@google.com>
Date: 2022-01-11 (Tue, 11 Jan 2022)
Changed paths:
M index.bs
Log Message:
-----------
Apply emlun's suggestions, thx!
Co-authored-by: Emil Lundberg <emil@yubico.com>
Commit: e23c4b997edc4f90cd948dd33c6c768689642e72
https://github.com/w3c/webauthn/commit/e23c4b997edc4f90cd948dd33c6c768689642e72
Author: JeffH <jdhodges@google.com>
Date: 2022-01-11 (Tue, 11 Jan 2022)
Changed paths:
M index.bs
Log Message:
-----------
polish emlun's suggestion to not be a Note
Commit: b8ec5b80fd8686460e8a22410705bdc70b86fdd6
https://github.com/w3c/webauthn/commit/b8ec5b80fd8686460e8a22410705bdc70b86fdd6
Author: JeffH <jdhodges@google.com>
Date: 2022-01-12 (Wed, 12 Jan 2022)
Changed paths:
M index.bs
Log Message:
-----------
polish Authenticator extension processing
Commit: 0bb9aaac10cedaa68ea085d8774aa6b6c86e0989
https://github.com/w3c/webauthn/commit/0bb9aaac10cedaa68ea085d8774aa6b6c86e0989
Author: JeffH <jdhodges@google.com>
Date: 2022-01-12 (Wed, 12 Jan 2022)
Changed paths:
M index.bs
Log Message:
-----------
authnr extension rather than client extension
Commit: 32378966857e501f43356036abe697f514f70a24
https://github.com/w3c/webauthn/commit/32378966857e501f43356036abe697f514f70a24
Author: JeffH <jdhodges@google.com>
Date: 2022-01-14 (Fri, 14 Jan 2022)
Changed paths:
M index.bs
Log Message:
-----------
minor editorial fixes
Commit: d652787631e3338876f456cf8ae1effcd7dd53f6
https://github.com/w3c/webauthn/commit/d652787631e3338876f456cf8ae1effcd7dd53f6
Author: JeffH <jdhodges@google.com>
Date: 2022-01-17 (Mon, 17 Jan 2022)
Changed paths:
M index.bs
Log Message:
-----------
Merge branch 'main' into jeffh-fix-1658-device-bound-key-extension
Commit: 55e64c94a385474952b3330b771d91ddc47929d9
https://github.com/w3c/webauthn/commit/55e64c94a385474952b3330b771d91ddc47929d9
Author: JeffH <jdhodges@google.com>
Date: 2022-01-17 (Mon, 17 Jan 2022)
Changed paths:
M index.bs
Log Message:
-----------
revise intro and define most of verification procedure
Commit: 41ffcbf8a44a1f0be4adc9f29a1c47a1b6f5a0c5
https://github.com/w3c/webauthn/commit/41ffcbf8a44a1f0be4adc9f29a1c47a1b6f5a0c5
Author: JeffH <jdhodges@google.com>
Date: 2022-01-17 (Mon, 17 Jan 2022)
Changed paths:
M index.bs
Log Message:
-----------
finish roughing-out verification procedures
Commit: f131d687993333f296c2fb11762f829584fb0ddb
https://github.com/w3c/webauthn/commit/f131d687993333f296c2fb11762f829584fb0ddb
Author: JeffH <jdhodges@google.com>
Date: 2022-01-18 (Tue, 18 Jan 2022)
Changed paths:
M index.bs
Log Message:
-----------
remove extraneous Note on permissions policy that crept in somehow
Commit: e1e6d94d26147e1a8e0caa82c06a2b29498447ae
https://github.com/w3c/webauthn/commit/e1e6d94d26147e1a8e0caa82c06a2b29498447ae
Author: JeffH <jdhodges@google.com>
Date: 2022-01-18 (Tue, 18 Jan 2022)
Changed paths:
M index.bs
Log Message:
-----------
incorp emlun's suggestion on hardware-bound device key pair definition
Commit: 23ea3eff1b5939e6d90236563bc6ebc31724a427
https://github.com/w3c/webauthn/commit/23ea3eff1b5939e6d90236563bc6ebc31724a427
Author: JeffH <jdhodges@google.com>
Date: 2022-02-17 (Thu, 17 Feb 2022)
Changed paths:
M index.bs
Log Message:
-----------
add Notes to RP verification steps linking to DPK extension verification procedures
Commit: 683ad4d8fba9ea09b5ee27fa58fda3d6d32cf626
https://github.com/w3c/webauthn/commit/683ad4d8fba9ea09b5ee27fa58fda3d6d32cf626
Author: JeffH <jdhodges@google.com>
Date: 2022-02-17 (Thu, 17 Feb 2022)
Changed paths:
M index.bs
Log Message:
-----------
do not use 'synced' user cred term per TimC
Commit: 17f3aa2fb46ac36be5fbb185f02a98ea1952ec01
https://github.com/w3c/webauthn/commit/17f3aa2fb46ac36be5fbb185f02a98ea1952ec01
Author: JeffH <jdhodges@google.com>
Date: 2022-03-04 (Fri, 04 Mar 2022)
Changed paths:
M index.bs
Log Message:
-----------
update 'Relying Party Usage' section and note current issues
Commit: b4e8d0ec9121de61dd94b861b7bfef448423354d
https://github.com/w3c/webauthn/commit/b4e8d0ec9121de61dd94b861b7bfef448423354d
Author: JeffH <jdhodges@google.com>
Date: 2022-03-04 (Fri, 04 Mar 2022)
Changed paths:
M index.bs
Log Message:
-----------
clarification
Commit: 619ebb98d28c0243c2a6343ea8c6c4ea877c2cb4
https://github.com/w3c/webauthn/commit/619ebb98d28c0243c2a6343ea8c6c4ea877c2cb4
Author: JeffH <jdhodges@google.com>
Date: 2022-03-08 (Tue, 08 Mar 2022)
Changed paths:
M index.bs
Log Message:
-----------
wordsmithing, thx emlun!
Commit: 2730294db2b62b46fa960070159052b983c2acfe
https://github.com/w3c/webauthn/commit/2730294db2b62b46fa960070159052b983c2acfe
Author: JeffH <jdhodges@google.com>
Date: 2022-03-17 (Thu, 17 Mar 2022)
Changed paths:
M index.bs
Log Message:
-----------
incop & massage Emlun's suggestion, thx!
Commit: f0fe8f25b198d3ebc9f1ac10ae13d1eabfca364d
https://github.com/w3c/webauthn/commit/f0fe8f25b198d3ebc9f1ac10ae13d1eabfca364d
Author: JeffH <jdhodges@google.com>
Date: 2022-03-19 (Sat, 19 Mar 2022)
Changed paths:
M index.bs
Log Message:
-----------
rough WIP to fix issue #1701 side-channel attack
Commit: f1452343557651be7569627a75a41709768d281c
https://github.com/w3c/webauthn/commit/f1452343557651be7569627a75a41709768d281c
Author: JeffH <jdhodges@google.com>
Date: 2022-03-23 (Wed, 23 Mar 2022)
Changed paths:
M index.bs
Log Message:
-----------
further WIP re fixing #1701 authnr nonce, & noting #1711
Commit: b8d8567a5bf26e287e0dc378cc6bee940bc9ebed
https://github.com/w3c/webauthn/commit/b8d8567a5bf26e287e0dc378cc6bee940bc9ebed
Author: JeffH <jdhodges@google.com>
Date: 2022-03-23 (Wed, 23 Mar 2022)
Changed paths:
M index.bs
Log Message:
-----------
attempt at polishing various portions of devicePubKey
Commit: d92bad2a3f5925b4dd4d0cb39544393e7f3a491b
https://github.com/w3c/webauthn/commit/d92bad2a3f5925b4dd4d0cb39544393e7f3a491b
Author: Adam Langley <agl@imperialviolet.org>
Date: 2022-05-19 (Thu, 19 May 2022)
Changed paths:
M index.bs
Log Message:
-----------
The DPK is stored on the authenticator.
The text said that the DPK was stored on the client device, but the
client device is the device that the browser is running on, not the
authenticator. That _might_ be the same device, but it's unclear.
Clarify that the DPKs come from the authenticator.
Commit: 6d45aba6a5088cac743f85c33fec48dec60bd010
https://github.com/w3c/webauthn/commit/6d45aba6a5088cac743f85c33fec48dec60bd010
Author: Adam Langley <agl@imperialviolet.org>
Date: 2022-05-19 (Thu, 19 May 2022)
Changed paths:
M index.bs
Log Message:
-----------
Provide attestation controls.
Mirror the attestation controls for user credentials into the DPK
extension.
Commit: eb598ff6a4d08ce35262ee2de3537a8989809cf9
https://github.com/w3c/webauthn/commit/eb598ff6a4d08ce35262ee2de3537a8989809cf9
Author: Adam Langley <agl@imperialviolet.org>
Date: 2022-05-19 (Thu, 19 May 2022)
Changed paths:
M index.bs
Log Message:
-----------
Pull out DPK attestation rules and add signature prefix.
This change adds a section about calculating DPK attestations and
references that each time rather than duplicating the rules. It also
adds a prefix to the signed messages to ensure that DPK and user
credential attestations clearly cannot be confused.
Commit: b7289e1686669ae00f65653ef608c594a504513f
https://github.com/w3c/webauthn/commit/b7289e1686669ae00f65653ef608c594a504513f
Author: Adam Langley <agl@imperialviolet.org>
Date: 2022-05-19 (Thu, 19 May 2022)
Changed paths:
M index.bs
Log Message:
-----------
Reflow CDDL to avoid a scroll bar.
Commit: dcfb39270f989b30dce6772d03e58c4549902afd
https://github.com/w3c/webauthn/commit/dcfb39270f989b30dce6772d03e58c4549902afd
Author: Adam Langley <agl@imperialviolet.org>
Date: 2022-05-19 (Thu, 19 May 2022)
Changed paths:
M index.bs
Log Message:
-----------
Have the DPK sign over everything.
Signing over too little is a common problem in protocols and the DPK
wasn't signing over very much. The problem is that the signature was
within the extension itself and thus couldn't easily cover the
authenticator data.
This change puts the DPK signature next to the normal signature in an
assertion, transforming that field into a CBOR array. That's fine for
assertions, but registration doesn't have such a signature output. Thus
this change drops exercising the DPK during registration:
Firstly, this is in line with the user credential which doesn't sign
during registration unless "self" attestation is used. (And "self"
attestation can be use with the DPK if desired.)
Secondly, adding an extra signature output for registration is awkward.
Putting it in the user credential attestation statement is awkward and
conflicts when user-agents replace attestation statements. Adding a new
CTAP field is possible but seems excessive since, as noted, there has
never been a signature by the user credential.
Commit: cbb6b5d050a0c7647521da9ae9c6858c878d0f17
https://github.com/w3c/webauthn/commit/cbb6b5d050a0c7647521da9ae9c6858c878d0f17
Author: Adam Langley <agl@imperialviolet.org>
Date: 2022-05-19 (Thu, 19 May 2022)
Changed paths:
M index.bs
Log Message:
-----------
Note that CTAP2 CBOR is required in DPK.
Commit: ccfd0b4dfe95245d4771c290ed71c225142fd98d
https://github.com/w3c/webauthn/commit/ccfd0b4dfe95245d4771c290ed71c225142fd98d
Author: Adam Langley <agl@imperialviolet.org>
Date: 2022-05-19 (Thu, 19 May 2022)
Changed paths:
M index.bs
Log Message:
-----------
Resolve comment by jovasco
Commit: f3315b503b23aceb5b32a02aad7c37d072a87af6
https://github.com/w3c/webauthn/commit/f3315b503b23aceb5b32a02aad7c37d072a87af6
Author: Adam Langley <agl@imperialviolet.org>
Date: 2022-06-17 (Fri, 17 Jun 2022)
Changed paths:
M index.bs
Log Message:
-----------
Merge branch 'main' into dpk
Commit: 27ef223f89d941e266cb125a37626702edfd6999
https://github.com/w3c/webauthn/commit/27ef223f89d941e266cb125a37626702edfd6999
Author: Adam Langley <agl@imperialviolet.org>
Date: 2022-06-17 (Fri, 17 Jun 2022)
Changed paths:
M index.bs
Log Message:
-----------
Link definitions from PR 1695.
Commit: bfce0cf27dd9dee6b7ec83a5a3d5f119ffe445fd
https://github.com/w3c/webauthn/commit/bfce0cf27dd9dee6b7ec83a5a3d5f119ffe445fd
Author: Adam Langley <agl@imperialviolet.org>
Date: 2022-06-17 (Fri, 17 Jun 2022)
Changed paths:
M index.bs
Log Message:
-----------
Make the DPK signature a different output field.
Commit: 20dd35c00a4caf07b1514c5495afaaf1482e04ae
https://github.com/w3c/webauthn/commit/20dd35c00a4caf07b1514c5495afaaf1482e04ae
Author: Adam Langley <agl@imperialviolet.org>
Date: 2022-06-17 (Fri, 17 Jun 2022)
Changed paths:
M index.bs
Log Message:
-----------
Update attestation and add it for assertions
Commit: 27d0895f6fa054bd9c5d253a56db1fe6087c30fc
https://github.com/w3c/webauthn/commit/27d0895f6fa054bd9c5d253a56db1fe6087c30fc
Author: Arnar Birgisson <arnarbi@gmail.com>
Date: 2022-06-22 (Wed, 22 Jun 2022)
Changed paths:
M index.bs
Log Message:
-----------
Introduce unsigned extension outputs and use it to return the dpk signature.
Commit: e30cdb1212fc6d365e67e5b7a3de27d8a1f29ed2
https://github.com/w3c/webauthn/commit/e30cdb1212fc6d365e67e5b7a3de27d8a1f29ed2
Author: Arnar Birgisson <arnarbi@gmail.com>
Date: 2022-06-22 (Wed, 22 Jun 2022)
Changed paths:
M index.bs
Log Message:
-----------
Fix build error
Commit: 38fb4e1d81118868a87fed92ef233666c023da8b
https://github.com/w3c/webauthn/commit/38fb4e1d81118868a87fed92ef233666c023da8b
Author: Arnar Birgisson <arnarbi@gmail.com>
Date: 2022-06-22 (Wed, 22 Jun 2022)
Changed paths:
M index.bs
Log Message:
-----------
Review fixes and another indentation fix
Commit: 0c7fad0231f7e30ac77bc5c49c335251d27d8373
https://github.com/w3c/webauthn/commit/0c7fad0231f7e30ac77bc5c49c335251d27d8373
Author: Arnar Birgisson <arnarbi@gmail.com>
Date: 2022-06-22 (Wed, 22 Jun 2022)
Changed paths:
M index.bs
Log Message:
-----------
Fix misplaced Note annotation
Commit: 844cff7ef1f55acb1708c890afe8449b0ba50d2e
https://github.com/w3c/webauthn/commit/844cff7ef1f55acb1708c890afe8449b0ba50d2e
Author: Adam Langley <agl@imperialviolet.org>
Date: 2022-06-22 (Wed, 22 Jun 2022)
Changed paths:
M index.bs
Log Message:
-----------
Merge pull request #1754 from arnar/jeffh-fix-1658-device-bound-key-extension
Introduce unsigned extension outputs in DPK PR
Commit: 6fbfccf747a2af0e6893fa9abe7435310f2f2938
https://github.com/w3c/webauthn/commit/6fbfccf747a2af0e6893fa9abe7435310f2f2938
Author: Adam Langley <agl@imperialviolet.org>
Date: 2022-07-19 (Tue, 19 Jul 2022)
Changed paths:
M index.bs
Log Message:
-----------
Update attestation and add it for assertions
Commit: 4e67faaa43c5e72eff518f8771df8245acc2aae0
https://github.com/w3c/webauthn/commit/4e67faaa43c5e72eff518f8771df8245acc2aae0
Author: Adam Langley <agl@imperialviolet.org>
Date: 2022-07-19 (Tue, 19 Jul 2022)
Changed paths:
M index.bs
Log Message:
-----------
Various fixes and updates in light of comments
Commit: 832c2e880c6040034d8594223614ccdc2c4ff7e1
https://github.com/w3c/webauthn/commit/832c2e880c6040034d8594223614ccdc2c4ff7e1
Author: Emil Lundberg <emil@yubico.com>
Date: 2022-08-01 (Mon, 01 Aug 2022)
Changed paths:
A .github/ISSUE_TEMPLATE/config.yml
A .github/ISSUE_TEMPLATE/editorial-change--.md
A .github/ISSUE_TEMPLATE/technical-change--.md
A .github/ISSUE_TEMPLATE/use-case-feature--.md
A .github/ISSUE_TEMPLATE/wg-administrivia--.md
M images/fido-attestation-structures.svg
M images/fido-signature-formats-figure1.svg
M index.bs
Log Message:
-----------
Merge branch 'main' into jeffh-fix-1658-device-bound-key-extension
Commit: 6940a43a63833e21cc93e25caf39948565fb6aba
https://github.com/w3c/webauthn/commit/6940a43a63833e21cc93e25caf39948565fb6aba
Author: Adam Langley <agl@imperialviolet.org>
Date: 2022-08-20 (Sat, 20 Aug 2022)
Changed paths:
A .github/ISSUE_TEMPLATE/config.yml
A .github/ISSUE_TEMPLATE/editorial-change--.md
A .github/ISSUE_TEMPLATE/technical-change--.md
A .github/ISSUE_TEMPLATE/use-case-feature--.md
A .github/ISSUE_TEMPLATE/wg-administrivia--.md
M images/fido-attestation-structures.svg
M images/fido-signature-formats-figure1.svg
M index.bs
Log Message:
-----------
Merge pull request #1787 from w3c/merge-main-into-1658
Fix merge conflicts in PR #1658
Commit: 7b531a866ab11715eee72667f7242c28acd08868
https://github.com/w3c/webauthn/commit/7b531a866ab11715eee72667f7242c28acd08868
Author: Adam Langley <agl@imperialviolet.org>
Date: 2022-08-20 (Sat, 20 Aug 2022)
Changed paths:
M index.bs
Log Message:
-----------
Apply more of emlun's suggestions from code review
(GitHub is struggling with the number of them, thus I'm trying to do just the first half.)
Co-authored-by: Emil Lundberg <emil@yubico.com>
Commit: 04ddb485b6b9c4942a7b70d7f2076b801979924e
https://github.com/w3c/webauthn/commit/04ddb485b6b9c4942a7b70d7f2076b801979924e
Author: Adam Langley <agl@imperialviolet.org>
Date: 2022-08-20 (Sat, 20 Aug 2022)
Changed paths:
M index.bs
Log Message:
-----------
Apply one of emlun's suggestions
(This one seems to break GitHub's UI.)
Co-authored-by: Emil Lundberg <emil@yubico.com>
Commit: 3cba94cf9532f9b28f1221dceb472d82494c9021
https://github.com/w3c/webauthn/commit/3cba94cf9532f9b28f1221dceb472d82494c9021
Author: Adam Langley <agl@imperialviolet.org>
Date: 2022-08-20 (Sat, 20 Aug 2022)
Changed paths:
M index.bs
Log Message:
-----------
Apply one of emlun's suggestions
Co-authored-by: Emil Lundberg <emil@yubico.com>
Commit: 47017e4b81fe3084f2428c1f1f44b12f1f3dd33d
https://github.com/w3c/webauthn/commit/47017e4b81fe3084f2428c1f1f44b12f1f3dd33d
Author: Adam Langley <agl@imperialviolet.org>
Date: 2022-08-20 (Sat, 20 Aug 2022)
Changed paths:
M index.bs
Log Message:
-----------
Apply one of emlun's suggestions
Co-authored-by: Emil Lundberg <emil@yubico.com>
Commit: 16a846a3e1f696a42876aeaf6c6a9edee012a9ea
https://github.com/w3c/webauthn/commit/16a846a3e1f696a42876aeaf6c6a9edee012a9ea
Author: Adam Langley <agl@imperialviolet.org>
Date: 2022-08-20 (Sat, 20 Aug 2022)
Changed paths:
M index.bs
Log Message:
-----------
Apply one of emlun's suggestions
Co-authored-by: Emil Lundberg <emil@yubico.com>
Commit: 2ec8861a9d176992f3262989ea88222ee75d8a95
https://github.com/w3c/webauthn/commit/2ec8861a9d176992f3262989ea88222ee75d8a95
Author: Adam Langley <agl@imperialviolet.org>
Date: 2022-08-20 (Sat, 20 Aug 2022)
Changed paths:
M index.bs
Log Message:
-----------
Apply one of emlun's suggestions
Co-authored-by: Emil Lundberg <emil@yubico.com>
Commit: 5c1cd985d599d95fafd708294ca93358c0896f44
https://github.com/w3c/webauthn/commit/5c1cd985d599d95fafd708294ca93358c0896f44
Author: Adam Langley <agl@imperialviolet.org>
Date: 2022-08-20 (Sat, 20 Aug 2022)
Changed paths:
M index.bs
Log Message:
-----------
Apply suggestions from code review
Co-authored-by: Emil Lundberg <emil@yubico.com>
Commit: 5c6c23daacd8e894f7c1c06ef8ee97d762938b37
https://github.com/w3c/webauthn/commit/5c6c23daacd8e894f7c1c06ef8ee97d762938b37
Author: Adam Langley <agl@imperialviolet.org>
Date: 2022-08-20 (Sat, 20 Aug 2022)
Changed paths:
M index.bs
Log Message:
-----------
Apply suggestions from code review
Co-authored-by: Emil Lundberg <emil@yubico.com>
Commit: a026a5bebd56ccb8196c2688b57df16a1c4a66c4
https://github.com/w3c/webauthn/commit/a026a5bebd56ccb8196c2688b57df16a1c4a66c4
Author: Adam Langley <agl@imperialviolet.org>
Date: 2022-08-20 (Sat, 20 Aug 2022)
Changed paths:
M index.bs
Log Message:
-----------
Apply one of emlun's suggestions
Co-authored-by: Emil Lundberg <emil@yubico.com>
Commit: ec03d4da8d88cd797a3c003c0212cc1beb438f4e
https://github.com/w3c/webauthn/commit/ec03d4da8d88cd797a3c003c0212cc1beb438f4e
Author: Adam Langley <agl@imperialviolet.org>
Date: 2022-08-20 (Sat, 20 Aug 2022)
Changed paths:
M index.bs
Log Message:
-----------
Have the authenticator output a bytestring, not a map.
The platform generally echos the authenticator extension outputs in its
own extension output and DPK does the same. In order to avoid either
replicating the DPK output structure into IDL, or having the platforms
re-encode it, have the authenticators produce a byte string containing
the encoded map. The platform can then copy the byte string verbatim.
Commit: 88be1a6dd6701059482c7bbbb1961ea08f84863d
https://github.com/w3c/webauthn/commit/88be1a6dd6701059482c7bbbb1961ea08f84863d
Author: Emil Lundberg <emil@yubico.com>
Date: 2022-08-23 (Tue, 23 Aug 2022)
Changed paths:
M index.bs
Log Message:
-----------
Fix devicePubKey sub-heading levels
Commit: 3430c953e47ab35085e80ac0086623f443de2f8e
https://github.com/w3c/webauthn/commit/3430c953e47ab35085e80ac0086623f443de2f8e
Author: Adam Langley <agl@imperialviolet.org>
Date: 2022-08-25 (Thu, 25 Aug 2022)
Changed paths:
M index.bs
Log Message:
-----------
Hopefully fix up my misinterpretation of emlun's comment.
Commit: 5af393d40ff4275a343cb7b7cec19ac6876045be
https://github.com/w3c/webauthn/commit/5af393d40ff4275a343cb7b7cec19ac6876045be
Author: Adam Langley <agl@imperialviolet.org>
Date: 2022-08-25 (Thu, 25 Aug 2022)
Changed paths:
M index.bs
Log Message:
-----------
RPs shouldn't check DPK attestation for equality.
Otherwise they'll consider fresh attestations to be different devices.
The attestation for existing DPKs is already checked in the “exactly one
match” case.
Commit: fe333fe13b5a6b16a8012a49b680adf4a30e056a
https://github.com/w3c/webauthn/commit/fe333fe13b5a6b16a8012a49b680adf4a30e056a
Author: Adam Langley <agl@imperialviolet.org>
Date: 2022-08-25 (Thu, 25 Aug 2022)
Changed paths:
M index.bs
Log Message:
-----------
Remove incorrect note about nonces.
Just because the attestation is changing doesn't mean that the
authenticator is using a nonce. It could just be signing the same
message repeatedly.
Commit: ece61f0870936697d3b78427191e73598c147a3d
https://github.com/w3c/webauthn/commit/ece61f0870936697d3b78427191e73598c147a3d
Author: Adam Langley <agl@imperialviolet.org>
Date: 2022-08-25 (Thu, 25 Aug 2022)
Changed paths:
M index.bs
Log Message:
-----------
Include enterpriseAttestationPossible when calling authenticatorGetAssertion
Commit: 4279e6ec00949bd0ec8c6d8f760c7a7605a704bd
https://github.com/w3c/webauthn/commit/4279e6ec00949bd0ec8c6d8f760c7a7605a704bd
Author: Adam Langley <agl@imperialviolet.org>
Date: 2022-08-25 (Thu, 25 Aug 2022)
Changed paths:
M index.bs
Log Message:
-----------
Apply one of emlun's suggestions
Co-authored-by: Emil Lundberg <emil@yubico.com>
Commit: d25fd531c2f5ffcc6ec9af8857b2007f74d1b34a
https://github.com/w3c/webauthn/commit/d25fd531c2f5ffcc6ec9af8857b2007f74d1b34a
Author: Adam Langley <agl@imperialviolet.org>
Date: 2022-08-25 (Thu, 25 Aug 2022)
Changed paths:
M index.bs
Log Message:
-----------
Mention where authData and hash are used.
Commit: 8966fe69bda5ccee862ae9519cf1649b0356468a
https://github.com/w3c/webauthn/commit/8966fe69bda5ccee862ae9519cf1649b0356468a
Author: Adam Langley <agl@imperialviolet.org>
Date: 2022-09-09 (Fri, 09 Sep 2022)
Changed paths:
M index.bs
Log Message:
-----------
Apply emlun's suggestions from code review
Co-authored-by: Emil Lundberg <emil@yubico.com>
Commit: d671894d3c68492b41d50787938da8c03aec6b5e
https://github.com/w3c/webauthn/commit/d671894d3c68492b41d50787938da8c03aec6b5e
Author: Adam Langley <agl@imperialviolet.org>
Date: 2022-09-09 (Fri, 09 Sep 2022)
Changed paths:
M index.bs
Log Message:
-----------
Address emlun's comments.
Commit: ca1b0c69c2a2e930b25e1d2d7ef2849aef8b9a3a
https://github.com/w3c/webauthn/commit/ca1b0c69c2a2e930b25e1d2d7ef2849aef8b9a3a
Author: Adam Langley <agl@imperialviolet.org>
Date: 2022-09-20 (Tue, 20 Sep 2022)
Changed paths:
M index.bs
Log Message:
-----------
Add a note to explain how the RP's challenge is included in dpkSig.
Commit: 6112877aa5f97c1555f8207ab597a6b67dcb6432
https://github.com/w3c/webauthn/commit/6112877aa5f97c1555f8207ab597a6b67dcb6432
Author: Adam Langley <agl@imperialviolet.org>
Date: 2022-09-20 (Tue, 20 Sep 2022)
Changed paths:
M index.bs
Log Message:
-----------
Remove a horizontal scrollbar on the DPK CDDL.
Commit: ed0b7797d317fca01c46ee80789df0d83c54d0c7
https://github.com/w3c/webauthn/commit/ed0b7797d317fca01c46ee80789df0d83c54d0c7
Author: Adam Langley <agl@imperialviolet.org>
Date: 2022-09-20 (Tue, 20 Sep 2022)
Changed paths:
M index.bs
Log Message:
-----------
Remove now superfluous variable in DPK processing.
Commit: 9bd0e3d55e5f3990a9635320abd06f879f54299b
https://github.com/w3c/webauthn/commit/9bd0e3d55e5f3990a9635320abd06f879f54299b
Author: Adam Langley <agl@imperialviolet.org>
Date: 2022-09-27 (Tue, 27 Sep 2022)
Changed paths:
M index.bs
Log Message:
-----------
Apply Shane's suggestions
Co-authored-by: Shane Weeden <sbweeden@users.noreply.github.com>
Commit: 759ce04e597537ca8a49c6b0a8bef71db7dc13d9
https://github.com/w3c/webauthn/commit/759ce04e597537ca8a49c6b0a8bef71db7dc13d9
Author: Adam Langley <agl@imperialviolet.org>
Date: 2022-09-27 (Tue, 27 Sep 2022)
Changed paths:
M index.bs
Log Message:
-----------
DPK is only valid for backup eligible credentials.
(This was discussed at TPAC.
Commit: 8aa160ceaf8b411b1747889fffc40a0cdb6ef213
https://github.com/w3c/webauthn/commit/8aa160ceaf8b411b1747889fffc40a0cdb6ef213
Author: Adam Langley <agl@imperialviolet.org>
Date: 2022-09-27 (Tue, 27 Sep 2022)
Changed paths:
M index.bs
Log Message:
-----------
Address Shane's comments.
Commit: bff403d8cb36d97fdf19021ea5e979e407d59cb9
https://github.com/w3c/webauthn/commit/bff403d8cb36d97fdf19021ea5e979e407d59cb9
Author: Adam Langley <agl@imperialviolet.org>
Date: 2022-09-30 (Fri, 30 Sep 2022)
Changed paths:
M index.bs
Log Message:
-----------
s/then/than, noticed by Shane.
Commit: fba2725dd9c3e6c8b40e91eefd17a488af2f498e
https://github.com/w3c/webauthn/commit/fba2725dd9c3e6c8b40e91eefd17a488af2f498e
Author: Adam Langley <agl@imperialviolet.org>
Date: 2022-10-04 (Tue, 04 Oct 2022)
Changed paths:
M index.bs
Log Message:
-----------
Add missing blank line. Thanks Emil.
Commit: f7808700683c57196eb77f8342ac8413c7091259
https://github.com/w3c/webauthn/commit/f7808700683c57196eb77f8342ac8413c7091259
Author: Adam Langley <agl@imperialviolet.org>
Date: 2022-10-06 (Thu, 06 Oct 2022)
Changed paths:
M index.bs
Log Message:
-----------
Resolve last comment.
This resolves https://github.com/w3c/webauthn/pull/1663/files#r790893167
but including the suggested wording. (Tweaked to make bikeshed happy.)
Commit: 6ae32a0bc0722f1f1e32a9eb89e57f6f09996586
https://github.com/w3c/webauthn/commit/6ae32a0bc0722f1f1e32a9eb89e57f6f09996586
Author: Adam Langley <agl@imperialviolet.org>
Date: 2022-10-07 (Fri, 07 Oct 2022)
Changed paths:
M index.bs
Log Message:
-----------
Merge branch 'main' into dpk
Commit: dd7dba6d35dae2bdd87f0303f9b0ad4d54c0116b
https://github.com/w3c/webauthn/commit/dd7dba6d35dae2bdd87f0303f9b0ad4d54c0116b
Author: Adam Langley <agl@google.com>
Date: 2022-10-07 (Fri, 07 Oct 2022)
Changed paths:
M index.bs
Log Message:
-----------
Merge pull request #1663 from w3c/jeffh-fix-1658-device-bound-key-extension
device public key extension
Compare: https://github.com/w3c/webauthn/compare/8a6daecd998e...dd7dba6d35da
Received on Friday, 7 October 2022 20:05:54 UTC