Thoughts

mental health break ,./'"**^^$_---
AHAHAHAHAHAAAHAAHHA! Browser compatibility bugs!!!!!!
What the hell. It's 2020. Why is my website doing different things in different browsers. I'm using vanilla HTML, CSS, and ES5 Javascript. I'm using features that are available in IE, not css grid layouts or next gen custom HTML elements. Chrome and Firefox can't agree on how to render a table. This should not be painful. This literally renders differently in Chrome and Firefox: ```html <table style="height: 1px;"> <tbody> <tr style="height: 200px;"> <td> <div style="height: 100%; border: solid;"> This renders differently in Chrome and Firefox. </div> </td> </tr> </tbody> </table> ``` I reported a bug to someone on the internet, probably going to get roasted because I reported it in the wrong place or something.
Link 10:22 p.m. Dec 17, 2020 UTC-5