View Single Post
Old 04-07-2023, 02:51 PM   #2
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 79,771
Karma: 145864619
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by graycyn View Post
*IF* you are doing semantic markup, how would you treat something like:

No! No! No!

Would you mark up each exclamation:

Code:
<em>No!</em> <em>No!</em> <em>No!</em>
or make it simpler with:

Code:
<em>No! No! No!</em>

Don't even ask why my fevered brain comes up with these kinds of questions, it just always does somehow, and then I wonder about what other people do. And it bugs me that maybe I'm not doing it right. Blame my parents. They were the ones who weren't happy when I made a 100 grade on a test. It was always, "Why didn't you get the extra-credit question for 110?"

At least I know why I'm crazy.
Code:
<i>No! No! No!</i>
<em> is just added code bloat.
JSWolf is offline   Reply With Quote