cricketminister | 1 year ago | on: Styling Tables the Modern CSS Way
cricketminister's comments
cricketminister | 1 year ago | on: Run VSCode and terminal on any iOS device
Here’s a caniuse that compares the latest (experimental or current whichever is newer) versions of Chrome, Firefox, Safari, Opera, iOS.[1]
Some notable features included everywhere but Safari: - SVG Favicons - Custom protocol handling - asm.js - Resource Prefetch
It’s not all bad though. There are features safari has that no one else does: - CSS Filter Functions - CSS Hanging Punctuation - Audio Tracks - Video Tracks - Device Orientation & Motion Events - Theme Color Meta Tags
1: https://caniuse.com/?compare=chrome+128,edge+125,safari+17.6...
page 1
> In some browsers, changing the display value of a <table> element to block, grid, or flex will alter its representation in the accessibility tree. This will cause the table to no longer be announced properly by screen reading technology.
1. <https://developer.mozilla.org/en-US/docs/Web/CSS/display#tab...>