Here is my problem : when i call document.defaultView.getComputedStyle(Node, "").getPropertyValue("line-height")
safari returns the string "normal" when no line-height is specified, whereas firefox always returns the value in pixels.
This poses me a big problem, especilly because I didn't found a reliable formula to get the numeric value (I found it should be between 1em and 1.3 but nothing precise).
Is there a solution?