I wonder how a browser calculates the initial height
and width
values for div
elements without a given size. Given this div
for example:
<div>
TEST
</div>
My browser (Chrome) calculates the size of this div to 1255 x 18, with a windowsize of 1271 x 284. It seems like div
s default to the height of a line and the inner width of the window minus some. But I would like to know more about it.
I couldn't find anything here:
https://html.spec.whatwg.org/multipage/semantics.html#the-div-element
Where can I find this kind of information?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…