Changes between Version 8 and Version 9 of April 2012 MeetingRethinkingRendering


Ignore:
Timestamp:
Apr 19, 2012 11:53:55 PM (12 years ago)
Author:
Dave Barton
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • April 2012 MeetingRethinkingRendering

    v8 v9  
    2828  * jamesr: we want to composited into svg
    2929  * enne: rendering / layers are hard to test
    30   * dave barton: mathml is very painful - math layout is bottom-up from the children of the node, not top-down left-to-right on the page
     30  * dave barton: mathml is not normal inline or block - math layout is bottom-up from the children of the node, not top-down left-to-right on the page
    3131  * jamesr / jchaffraix: tables are very similar
    3232  * eseidel: if you call setNeedsLayout(False), you should be able to do whatever you want inside your own elements