Simon Wülker
Simon Wülker
reduced to ```html body { padding: 2em; } table { border-collapse: collapse; } table td, table th { padding: 0.2em; } p.overview { float: right; } .example { padding: 1em;...
After #34269 we seem to pass all the crypto-related checks. What remains is the following check in `unminified-js/account.proton.me/assets/static/public-index.20e69598.js?v=5.0.186.2` line 93273: ```js window.protonSupportedBrowser = "reversed" in document.createElement("ol") && Object.fromEntries && "".trimStart...
> The difference between the two values is 0,016666666666667 which happens to be exactly one Au. That seems very suspicious to me! That's very suspicious indeed! I didn't know that...
> the problem is that table layout isn't stable This instability seems to originate in https://github.com/servo/servo/blob/91adf39de78626df8c04c89261c4a925e8e7f689/components/layout_2020/table/layout.rs#L893-L904 (from [`TableLayout::distribute_width_to_columns`](https://github.com/servo/servo/blob/91adf39de78626df8c04c89261c4a925e8e7f689/components/layout_2020/table/layout.rs#L796))
Only chromium has shipped this API so far. Mozilla position is positive: https://github.com/mozilla/standards-positions/issues/604 Webkit position is neutral: https://github.com/WebKit/standards-positions/issues/215
(I opened the upstream pr for MSE bindings, specifically for servo) > appears to be an open PR [upstream](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1634) to address this so would presumably just be better to wait......
> I'm happy to start working on a PR that puts some of the types into servo behind an media_source_extension feature, or something like that. So there's a skeleton of...
> Is help still needed on this if so I can try and take a look at it? The PR is merged but there is no example, feel free to...
> is it a matter of just waiting for the next gstreamer release The bindings shouldn't require a new release - I don't think there's anything stopping the release of...
For reference, the api is not available in firefox (https://developer.mozilla.org/en-US/docs/Web/API/Reporting_API) but mozilla has a positive position: https://github.com/mozilla/standards-positions/issues/104.