Quote:
Originally Posted by jackie_w
Just for clarity, my code creates one-span-per-node not one-span-per-paragraph. Although in a typical standard paragraph (no italics or other inline styling) they are the same thing.
|
I was being lazy. I probably should have said "roughly" one span per paragraph. Per node is better but might have needed explanation.
Quote:
Originally Posted by JSWolf
Do the ID numbers have to be sequential? With my removing the extra koboSpan, I also made the IDs out of order.
|
It won't matter. I am fairly sure the actual values of the ids are meaningless except as a way to ensure each span has a unique id. Generating a sequential number is just easier.