Quote:
Originally Posted by Turtle91
... there are really annoying publishers that go empty span crazy for no reason at all...
Code:
<p class="first-letter-in-a-new-section-of-text text-overide-party-on-dude">
<span><span><span>I</span></span>'d</span> like to say...</p>
|
Yes!
The other one that really gets me is when every paragraph is placed in a span:
Code:
<p class="indent"><span>This is paragraph one. Does it really need to be in a span?</span></p>
<p class="indent"><span>The answer to that would be a big fat NO.</span></p>
<p class="indent"><span>And yet, every single paragraph in the entire book is in a class-less span.</span></p>
And let's not forget the spans eschwartz points out that Kobo and Google Play adds for bookmarking. This is why I won't buy from Google Play.
Thanks everyone for all the insights on empty <span>! Interesting stuff.