Daniel Huigens
Daniel Huigens
| Q | A | ---------------- | --- | Bug fix? | no | New feature? | yes | Breaking change? | no | Deprecations? | no | Tests added?...
## Introduction The Web Cryptography API currently only specifies the [NIST P-256, P-384, and P-521 curves][nist-186-4], and does not specify any ["safe curves"][safecurves]. Among the safe curves, Curve25519 and Curve448...
[As presented at the [Secure the Web Forward Workshop](https://www.w3.org/2023/03/secure-the-web-forward/agenda.html#session-1) ([transcript, slides and video](https://www.w3.org/2023/03/secure-the-web-forward/talks/source-code-transparency.html)), and before that at TPAC 2023 in the WebAppSec WG ([minutes](https://github.com/w3c/webappsec/blob/main/meetings/2023/2023-09-15-TPAC-minutes.md#source-code-transparency-sketch)).] ## Introduction Today, whenever you open...
Hi! Here are some thoughts and suggestions on the [“remote” CryptoKeys explainer](https://github.com/WebKit/explainers/tree/main/remote-cryptokeys). First of all, as an aside, I wanted to mention that there is an old proposal for [key...
Basically, make sure everything has a logical tabindex and a visible outline on `:focus`. Spin-off from https://github.com/codexa/firetext/issues/206#issuecomment-62367711
After we have #235, we could set a `width` or a `max-width` on the editor. | | width | max-width | neither | | --- | --- | --- |...
It would be nice to animate the menu into view in sync with the swiping instead of after you've finished swiping, if possible.
This PR adds read-only support for various formats. Implementation notes: - This commit disables replacing scripts and links with data urls, including the origin check. Let me know if it...
We should notify when saving fails. Also, when saving on close (close file -> do you want to save -> yes) we shouldn't close the file if saving fails.
Spun out from #252 and #214. This could look something like - Parse the html - Walk all elements and attributes and match them to a whitelist The main difficulties...