How to distinguish between blank areas and non-blank areas in a webpage with JavaScript?
- by Ethan
How to distinguish between blank areas and non-blank areas in a webpage with JavaScript? Blank areas including:
areas that are not occupied by DOM elements.
margins, borders and paddings of DOM elements.