View Single Post
Old 09-14-2024, 10:44 AM   #32
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: 80,066
Karma: 147983159
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 foosion View Post
That's basically my philosophy and workflow, although I have a few different preferences. I do run the error check- it's fast and couldn't hurt.

The main difficulties are overly complex files, such as Vellum generated (so you're not sure when entry to change) or where there are many CSS entries that all do about the same thing. As a random example, different code for a paragraph or heading depending on which section it's in, e.g., main text, introduction, etc.
I've seen code such as
Code:
<p class="tx">
<p class="bmtx">
Where both classes do the exact same thing. It's because one is for the main text and the other for the the backmatter. I change both to just <p>. I have my own class for <p> that I use and when I search for class=" I don't stop at every <p class="someclassidontneed">.
JSWolf is online now   Reply With Quote