- From: Boris Zbarsky <bzbarsky@MIT.EDU>
- Date: Mon, 09 Jul 2012 11:30:48 -0400
- To: Simon Sapin <simon.sapin@kozea.fr>
- CC: www-style@w3.org
On 7/9/12 10:59 AM, Simon Sapin wrote: > Le 09/07/2012 16:24, Boris Zbarsky a écrit : >> P.S. Note that "boxes are present" does not actually map directly to >> computed display values, by the way. It probably does map to used >> display values... > > Is the used value for 'display' not always the same as the computed > value? When can it be different? It's not the same, no. It's different in various cases involving SVG, in the "irrelevant boxes" cases of http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes and probably a few other places. I can try to look through the Gecko code to get a full list if it's really useful. -Boris
Received on Monday, 9 July 2012 15:31:20 UTC