Jeffrey Yasskin

Results 195 issues of Jeffrey Yasskin

As mentioned in https://github.com/whatwg/html/issues/7757, many other specs that need a default language use the document's [language](https://html.spec.whatwg.org/multipage/dom.html#language) rather than the [user's language](https://html.spec.whatwg.org/multipage/system-state.html#dom-navigator-language). Since the font name is expected to be presented...

spec-text

The current spec has: > 1. Let pendingResult be false. > 1. If isInputPendingOptions is undefined, assign it to a newly-instantiated IsInputPendingOptions with the default constructor. > 1. The user...

There's a > Any task used in step 3 SHOULD have been queued after isInputPendingOptions was instantiated. that ought to be integrated into the main body of the algorithm. "Step...

@jakeleichtling volunteered to write this; he or I will import it into the repo as HTML.

https://www.w3.org/TR/vc-di-bbs/#privacy-considerations discusses some ways that an issuer could make decisions that would compromise holders' privacy. For example, they could * Fail to ["minimize the number of public/private key pairs used...

editorial
privacy-tracker
CR1

We're using Typescript 5 in the project that uses the openapi-generator, but the generated package.json files claim only to support 4.x. This mostly doesn't cause practical problems, but it does...

**Describe the bug** The devtools pane looks like ![Privacy Sandbox devtools pane](https://github.com/GoogleChromeLabs/ps-analysis-tool/assets/83420/f9be080f-dfd6-4601-a696-8c017a2913c3) instead of showing a summary of the post-3pc state of the page. Similarly, the Site Boundaries page within...

enhancement

https://github.com/w3c/vc-data-model/pull/1338 passes a byte sequence as the ["secured data document"](https://www.w3.org/TR/vc-data-integrity/#dfn-secured-data-document) parameter to https://www.w3.org/TR/vc-data-integrity/#verify-proof. This algorithm uses it as an object with fields (without having parsed it) and then passes parts...

CR1
editorial

- [ ] https://w3c.github.io/vc-data-integrity/#retrieve-verification-method says "If controllerDocument is not a valid [controller document](https://w3c.github.io/vc-data-integrity/#dfn-controller-documents), an error MUST be raised", but the link for "controller document" doesn't give an algorithm for determining...

CR1
editorial