​
​
I'm sure not, but curious, has anyone ever encountered some type of web design flaw to speech program? For example, give it a URL or HTML page, and it will give you a general description of the layout in different resolutions (header is fully across the top, about XXpx in height, background color is sky blue, left nav back is..., body is this large, top right corner there's this box, etc.).
​
Then also check for, and spit out common flaws such as:
​
\- This text is too light / dark for its background (eg. white text on light grey background).
\- On \*this\* screen resolution, this element doesn't even show up.
\- This text overflows its parent container
\- There seems to be too many padding / margin between these two elements
\- Whoa! You have a 300px spacing between these two paragraphs!
​
Things like that. Again, highly doubt something like this exists, but has anyone by chance ever heard of one? Thanks!