slazer2au@lemmy.world to Ask Lemmy@lemmy.worldEnglish · 3 months agoWhat is the technical hill you are willing to die on in your industry?message-squaremessage-square98fedilinkarrow-up166arrow-down13file-text
arrow-up163arrow-down1message-squareWhat is the technical hill you are willing to die on in your industry?slazer2au@lemmy.world to Ask Lemmy@lemmy.worldEnglish · 3 months agomessage-square98fedilinkfile-text
minus-squareVictor@lemmy.worldlinkfedilinkarrow-up4·3 months ago Don’t use CSS if tables do what you need. As a web dev, please don’t. Use a table if you have data that should be (re)presented. Don’t use tables for layout. Please use semantic HTML elements, for the love of accessibility.
As a web dev, please don’t. Use a table if you have data that should be (re)presented. Don’t use tables for layout. Please use semantic HTML elements, for the love of accessibility.