Andrew Duerig
Andrew Duerig
At least a meaningful amount of the rendering issue is due to \ elements [not falling back correctly](https://html.spec.whatwg.org/multipage/dom.html#fallback-content). Specifically the object element ``. The other bad object element `` falls...
EDIT: This was false, look below. ``` Note that when playing around with bogus `` elements in Firefox, I noticed that the bad element DID shift the layout of the...
> Oh wait! There are a couple of notes about how the "otherwise" case should trigger if the resource type is unknown. That sounds like something we might not be...
The bottom of the chin (2 extra pixels) is due to a CSS table formatting bug. Minimized reproducible example of the chin. ``` ul { display: table; padding: 0; margin:...
I had the same warnings at the top of your log: ``` cargo:warning=couldn't execute `llvm-config --prefix` (error: No such file or directory (os error 2)) cargo:warning=set the LLVM_CONFIG_PATH environment variable...