Add non monospace font, tab space in container, etc...
So how does one derive the width of a text string to be displayed in the container... in em (not px).
This can be useful on devices / website that change the font often. Hence there is no need to "redraw" the size (using the insert, measure, remove) method on every re-size. Some of which has no event to trigger/watch.
Manually using em work so far... the problem is making it automatic. As even jQuery.width() returns its result in px.