|
CSS2 spec. define padding, border, margin and top/left/right/bottom as a parts of "edge" of content.
As you can see here, if I set padding to 20px, then the edge of content should be 20px for all sides. This is
applied only on left and right, but not on top and bottom. Between lines should opera generate a space of 20px.
2nd sample show text in table with the same "edge" (padding: 20px), but from top and bottom this edge is cut off
by table. This related to second bug: Table cut off content within, but this is another part.
It seems to be problem for Opera to correctly render page vertically.
Picture was token from CSS2 spec.
|