WICG / digital-credentials

Digital Credentials, like driver's licenses
https://wicg.github.io/digital-credentials/
Other
82 stars 9 forks source link

Introduce DiscoverFromExternalSource activation + visibility requirements #129

Closed marcoscaceres closed 4 months ago

marcoscaceres commented 5 months ago

Closes #91

The following tasks have been completed:

Implementation commitment:

Documentation and checks


Preview | Diff

marcoscaceres commented 5 months ago

WebKit tracking bug https://bugs.webkit.org/show_bug.cgi?id=275782

TallTed commented 4 months ago

I suggest correcting the typo in the title, from visility to visibility

marcoscaceres commented 4 months ago

Just sent a PR to WebKit - https://github.com/WebKit/WebKit/pull/30499/

I might send separate tests to WPT for this... The focus and visibility requirements can be tricky to tests.

marcoscaceres commented 4 months ago

Just noting that this is blocked on two things right now...

  1. tests
  2. The steps we are hooking into run in parallel, which makes what we have specified not quite correct (as written, this assumes we are running in the main thread). I've spun up an issue for the on Cred Man: https://github.com/w3c/webappsec-credential-management/issues/243
marcoscaceres commented 4 months ago

We can monkey patch for now though.