Re: CSS Triggers

2016-04-06 Thread Xidorn Quan
On Wed, Feb 24, 2016 at 8:53 AM, Boris Zbarsky wrote: > On 2/23/16 4:18 PM, Jordan Santell wrote: > >> are there any other suggestions on how we >> can observe this data and minimize incorrect results? >> > > In an automated way, or manually? > > Because you can look at nsStyleStruct.cpp to figur

Re: CSS Triggers

2016-04-06 Thread Jean-Yves Perrier
Hi! Should these 3 bits of information (trigger reflow, paint or compositing) also be displayed on each MDN page related to a CSS property? -- Jean-Yves Perrier Senior St. Project Manager, Developer Documentation / MDN On 23/02/2016 21:18, Jordan Santell wrote: Awhile back, Google's Paul Lewi

Re: CSS Triggers

2016-02-23 Thread Boris Zbarsky
On 2/23/16 4:18 PM, Jordan Santell wrote: are there any other suggestions on how we can observe this data and minimize incorrect results? In an automated way, or manually? Because you can look at nsStyleStruct.cpp to figure out what we will do in response to various property changes. Note th