Henri Sivonen

Results 255 comments of Henri Sivonen

Oh, and the navigation steps begin synchronously when the `iframe` is inserted into the document.

Has usage in newly-authored content and the availability of reasonable alternatives with similar author ergonomics been surveyed recently?

https://github.com/web-platform-tests/wpt/blob/master/upgrade-insecure-requests/gen/iframe-blank-inherit.meta/upgrade/fetch.https.html expects even CSP to inherit from the caller.

The Blink/WebKit behavior isn't a matter of "just" making the button selectable. To put that behavior in the spec, the spec would need to explain what Blink and WebKit do...

> Some of shown information is not clear and not described anywhere, for example, numbers in the bottom of each cell That's the index number as used by the spec....

The Big5 encoder and decoder are asymmetric (like the EUC-JP encoder and decoder). The visualizations visualize what can be decoded. The spec excludes part of the decoding space from round-tripping...

The key aspect of the proposal appears to be cryptographically mixing the origin and password on the browser side in a way that's opaque to JS so that phishing sites...

Per @Gankra's [tweet](https://mobile.twitter.com/Gankra_/status/1544007043954114562), `&mut [u8]` to unintialized integers isn't UB if only writing, citing @RalfJung. My reading is that it applies here. Do I understand correctly? If at all possible,...

> I think there's 2 questions here. > > 1. Is it UB to have a `&mut [T]` to uninitialized T > 2. Is it UB to call `set_len` on...

> (Why would `set_len` even be exposed as a public API if it didn't have precisely the use case that encoding_rs uses it for as non-UB according to the 2015...