Can you accurately set the width of an element, like a div, in inches and expect it to maintain that width across different devices? Or will it simply scale at a ratio like 1in = 96px?
Edit: Try using CSS to set an element's width in inches and then compare it with a ruler to see the discrepancy.
Edit: In this day and age, do users really need to hold up a ruler to their screens for accurate measurements?
Edit to reopen:
I am developing an application where one element MUST have a specific fixed width in inches across various devices ranging from tablets to desktops (with screen sizes no smaller than 1024 x 768). Some suggestions involve physically measuring and calibrating the area to establish a usable pixel ratio. Is this truly the only solution? Do users really need to use a ruler on the screen?
Edit: Why go through all this trouble, you may ask? I am digitizing a physical product that relies on precise human interaction - scaling the size is not an option, it must remain consistent across all devices.