- From: Boris Zbarsky <bzbarsky@mit.edu>
- Date: Sat, 9 Jan 2016 22:15:25 -0500
- To: www-style@w3.org
On 1/9/16 6:46 PM, Philip Rogers wrote: > To address these usecases I'd like to propose two changes that expose > the text size adjustment values: > 1) Spec getComputedStyle(...)["font-size"] to return the used font size > after adjustment. Does this preserve the general invariant that doing: foo.style.fontSize = getComputedStyle(foo).fontSize; is a no-op? It doesn't seem like it would, and that's why Gecko has the behavior it has here.... -Boris
Received on Sunday, 10 January 2016 03:15:57 UTC