RE: [css-layout-api] Updates before F2F

>> I also believe the code forgot a bunch of “this.” for instance when calling resolve*() methods, or are those methods defined in the global scope?
> 
> I stumbled over the same thing. According to the spec they are defined on the global scope, so the example code is correct. I am wondering if defining them on the base class would be more intuitive / idiomatic / portable.

I tend to agree. Also allows to feature-detect more easily.

Received on Thursday, 5 January 2017 22:21:15 UTC