whitespace - White Space between inline block elements -


what actual value of space between inline block elements relative container's font-size? seems 0.3ems.

does know if correct?

revising origin question more specific.

is there standard cross browser width of u+0020 character relative font size if it?

white space between inline block elements (or inline elements) has same effect single space u+0020 character, html specifications. (ref.: section text in html 4.01 spec.) text justification affect this, however, presumably not relevant here.

the width of space depends on font, i.e. set font designer. according microsoft’s character design standards space characters, minimum width of space should 1/5 em; “average” value 1/4 em; , “wide” font, 1/3 em; maximum 1/2 em.


Comments

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

java - Copying object fields -

c++ - Clear the memory after returning a vector in a function -