Why does 100% equal 150 pixels?

后端 未结 2 1879
小蘑菇
小蘑菇 2021-01-17 05:22

The following code results in a table that 150 pixels tall. Why 150? Is this an SVG quirk or something more general?

https://jsfiddle.net/cc9tyw5v/31/



        
2条回答
  •  南方客
    南方客 (楼主)
    2021-01-17 06:10

    According to this source

    SVG isn't (just) an image. SVG is a document. The default size for HTML replaced elements will be used: 300px wide, 150px tall. This applies for , or