This repository was archived by the owner on Apr 17, 2024. It is now read-only.

Description
I'm trying to fix instances where an element (typically table or image) is declared out of sequence in the file, but positioned in the right place using absolute coordinates.
One clue to this happening is the manual generation of whitespace as a placeholder.
This looks like:
<p> </p>
<p> </p>
<p> </p>
<p> </p>
Note: there isn't a predictable amount of whitespace before the elements.
There are pages and pages of this manually inserted white space in the gaps between BottomLayer elements - but they are more rare within the content we are processing.
We need a trigger for the number of above elements that trigger this warning. Let's start with 4.
I have generated some content to trigger this warning in France1/FR_Transducers.html. If it's a manageable quantity of warnings I can steadily work through them. As I put the content in the correct place I can remove the whitespace - and I should see the number of warnings go down.