Quote:
Originally Posted by Turtle91
Although I personally would consider <p class="normal"> a bit redundant...if it is a "normal" paragraph then just use the "normal" tag <p> and style that in your css "p {}"...no need to waste all those memory bits to say it is normal. Reserve classes for those things that are different than normal....
|
I'm not making any value judgements on the creator's coding conventions. I couldn't care any less if someone wants to give every element a class or not. The memory bits "saved" in an ebook by not doing so are meaningless, IMO. To each their own. I'm merely pointing out the likely Search & Replace scenario that caused the snafu in the first place. I enjoy reverse engineering those kinds of S&R screw-ups.