𝔻𝔼𝕍𝕀𝕃𝕀𝕊ℍ@lemmy.world to Programmer Humor@lemmy.ml · 2 years agoAngry programmers noise getting louder and louderlemmy.worldimagemessage-square84fedilinkarrow-up1547arrow-down122
arrow-up1525arrow-down1imageAngry programmers noise getting louder and louderlemmy.world𝔻𝔼𝕍𝕀𝕃𝕀𝕊ℍ@lemmy.world to Programmer Humor@lemmy.ml · 2 years agomessage-square84fedilink
minus-square𝘋𝘪𝘳𝘬@lemmy.mllinkfedilinkarrow-up7·2 years 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-squareSzethFriendOfNimi@lemmy.worldlinkfedilinkarrow-up2·edit-22 years agoSo… nested loops. Check.
minus-square𝘋𝘪𝘳𝘬@lemmy.mllinkfedilinkarrow-up10·2 years agoThe combination of HTML and CSS is considered Turing complete since at least March 2011.
minus-squarezalgotext@sh.itjust.workslinkfedilinkarrow-up5·2 years agoCSS is doing a TON of heavy lifting there
<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