[CSSWG] Resolutions Beijing F2F 2007-09-11

Major topics for Tuesday included:
   Tables and Intrinsic Sizing
   CSS 2.1 Test Suite Status Report
   CSS3 Box Module
   CSS Grid Module

Tables and Intrinsic Sizing
---------------------------

   No resolutions from this session, which took up the whole morning.
   It was a working session where the WG tried to come to a common
   understanding of automatic table layout's column width calculation
   in (almost) all its gory detail. You can see some of the gory details
   at
     http://lists.w3.org/Archives/Public/www-style/2007Sep/0079.html
   and more extensively in David Baron's document at
     http://dbaron.org/css/intrinsic/

   Microsoft's team and Mozilla's David Baron have each put together
   partially-intersecting discussions of table layout, which we hope to
   put together into detailed spec of how automatic table layout should
   work for the CSS3 Tables module. The goals are to spec what's currently
   interoperable, and where there isn't interoperability, to spec what
   is partially interoperable and sensible.

CSS 2.1 Test Suite Status Report
--------------------------------

   Status:
     Already have agreement on templates etc.
     HP has started contributing tests.
     Microsoft wants to but is stuck waiting for the lawyers.

   Additional notes:
     The test suite would benefit from a way for anyone to run tests and
       contribute to their browser's pass-fail report.
     Need to test open-ended multi-value properties -- up to what limit?
       Settled on test author assuming "reasonable" limit, documenting
       this assumption, and suggesting that this assumption can be put
       in the test assertion.

CSS3 Box Module
---------------

   RESOLVED: The following features will be in CSS Box Module Level 3
     and the rest of the old box module will be shifted to CSS Box Module
     Level 4. (Note that CSS4 Box may be published before some parts of
     CSS3: i.e. CSS modules beyond CSS2.1 do rev independently.)

     CSS Box Module Level 3:
       Everything from CSS2.1 generalized to handle vertical layout
       overflow-x and overflow-y
       marquee (required by OMA)
       fundamental definition of intrinsic (shrink-to-fit) sizing
       keywords for min-intrinsic, shrinkwrap, and max-intrinsic sizes

   Rotation is currently in the CSS3 Box draft, but will be moved to Level 4.

CSS Grid Layout
---------------

   General discussion and some resolutions on syntax issues:
     - Change terminology from "natural grid" to "implicit grid"
     - Drop default grid and look up the containing block chain for a grid
     - Use 'fr' instead of '*' for flex units (see HTML tables for *)
     - Use 'repeat(...)' for repetition patterns.

~fantasai

Received on Thursday, 13 September 2007 13:35:30 UTC