Re: [css-size-adjust] Expose the adjusted font-size and adjustment percentage

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