@devilish666 to Programmer [email protected] • 8 months agoAngry programmers noise getting louder and louderimagemessage-square87arrow-up1545arrow-down121
arrow-up1524arrow-down1imageAngry programmers noise getting louder and louder@devilish666 to Programmer [email protected] • 8 months agomessage-square87
minus-square𝘋𝘪𝘳𝘬linkfedilink7•8 months ago I don’t have to iterate through versions of the markup to find what works. <section> or <article> first? A section can contain articles, but articles can have sections.
minus-square𝘋𝘪𝘳𝘬linkfedilink10•8 months agoThe combination of HTML and CSS is considered Turing complete since at least March 2011.
<section>
or<article>
first? A section can contain articles, but articles can have sections.So… nested loops. Check.
The combination of HTML and CSS is considered Turing complete since at least March 2011.
CSS is doing a TON of heavy lifting there