It would be a great help to web page designers if they could somehow see the results on different device.
If a human were always on the web server end and the device would send back a bitmap showing the display results then the human could see the problem.
However this is not practical.
A web page is eventually made up of discrete elements. So if a device would send back a list of all elements with their grid position and width and height (along with the size of the display device) the an automated program can figure out how the web page should have displayed and how does it differ from what is being displayed.
We can take this a step further and figure out the bug in the device browser by asking the browser to send back to the web server the sequential order in which the elements are being put on the web page. From this an automated program can figure out the bug in the web browser on the device and work around it.
No comments:
Post a Comment