Emilio Cobos Álvarez
Emilio Cobos Álvarez
### What is the issue with the HTML Standard? See https://bug1910599.bmoattachments.org/attachment.cgi?id=9416887, where the behavior is different depending on whether the svg is in the list of available images. This happen...
#### Description ::STARSHIP:: is already properly quoted in init/mod.rs, so this seems to work nicely. #### Motivation and Context Fixes #6333 #### How Has This Been Tested? - [ ]...
#### Current Behavior ``` zsh: no such file or directory: /c/Program zsh: no such file or directory: /c/Program ``` #### Expected Behavior My prompt :) #### Possible Solution `starship init...
### What Operating System(s) are you seeing this problem on? Linux Wayland ### Which Wayland compositor or X11 Window manager(s) are you using? Mutter ### WezTerm version wezterm 20240203-110809-5046fc22 ###...
### What is the issue with the HTML Standard? Consider this test-case ([live](https://bugzilla.mozilla.org/attachment.cgi?id=9428769)): ```html const SRC = "https://wpt.live/images/green.png?" + Math.random(); document.querySelector("img").src = SRC; setTimeout(() => { new Image().src = SRC;...
Trying to upload [this profile](http://crisal.io/tmp/daily-perf.txt) taken with perf as per the instructions fails in all browsers. Maybe the profile is too big? But it seems to try to do `JSON.parse`...
This is the cyclic / ordering issue that I was concerned about in #8040. Both Firefox and Blink get it wrong. WebKit gets it right, but I'm not sure what...
I tracked https://bugzilla.mozilla.org/show_bug.cgi?id=1926506 to this. Use `scrollbar-width: none` ([link](https://developer.mozilla.org/en-US/docs/Web/CSS/scrollbar-width)) much like we use `::-webkit-scrollbar` on WebKit browsers.
See https://github.com/whatwg/html/issues/11372. This matches all browsers.
### What is the issue with the HTML Standard? The spec for DOMParser.parseFromString says that, [for the error case](https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#dom-domparsersupportedtype-otherwise): > If the previous step resulted in an XML well-formedness or...