MDN Browser Compatibility Report
This is a linkable HTML version of the MDN Browser Compatibility Report PDF Why? Because it should be HTML. table { table-layout: fixed; width: 100%; border-collapse: separate; overflow: hidden; /* for some reason fixed + 100% overflows and scrolls. */ border-spacing: 0.2em 1em; } table td { vertical-align: top; } table thead tr { font-weight: 900; background-color: #acacac; text-align: center; } img[src^="/images/mdn"] { display: block; margin-left: auto; margin-right: auto; } @media (prefers-color-scheme: dark) { img[src^="