{WebFeature::kIdentityDigitalCredentials,This is used only for digital credential presentation, should we make this explicit not to be confused with issuance?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
This is used only for digital credential presentation, should we make this explicit not to be confused with issuance?
Thanks! WebDXFeature::kDigitalCredentials name is picked from https://github.com/web-platform-dx/web-features/blob/main/features/digital-credentials.yml similar to other webdx entries in this map. But we can map multiple WebFeatures to same WebDXfeature.
for example
{WebFeature::kAsyncClipboardAPIRead, WebDXFeature::kAsyncClipboard},
{WebFeature::kAsyncClipboardAPIWrite, WebDXFeature::kAsyncClipboard},
{WebFeature::kAsyncClipboardAPIReadText, WebDXFeature::kAsyncClipboard},
{WebFeature::kAsyncClipboardAPIWriteText, WebDXFeature::kAsyncClipboard},
Hence I added mapping for kIdentityDigitalCredentialsCreation as well to kDigitalCredentials.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Hi Mike,
Could you please take a look on
third_party/blink/common/use_counter/webdx_feature_maps.cc
?
Does this make sense?
Thank you,
Mohamed
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |