Forwarding Murakami-san's reply... MURAKAMI Shinyu wrote: > fantasai wrote: >> I am curious, what does Antenna House do, and is there a good logic >> for it? > > I don't have a good logic, but currently our formatter's > painting order for the margin boxes depends on the order > of the margin at-rules. > > For example, > @page { > @top-left { content: "TL" } /*1*/ > @top-center { content: "TC" } /*2*/ > @top-right { content: "TR" } /*3*/ > } > and > @page { > @top-right { content: "TR" } /*1*/ > @top-left { content: "TL" } /*2*/ > @top-center { content: "TC" } /*3*/ > } > > (I found AH's painting order is reversed (3,2,1). > possibly our mistake.) ~fantasaiReceived on Wednesday, 27 February 2013 22:03:24 UTC
This archive was generated by hypermail 2.4.0 : Friday, 25 March 2022 10:08:26 UTC