src/cm/media/js/lib/yui/yui_3.0.0b1/releasenotes/README.cssgrids
author Yves-Marie Haussonne <ymh.work+github@gmail.com>
Fri, 09 May 2014 18:35:26 +0200
changeset 656 a84519031134
parent 0 40c8f766c9b8
permissions -rw-r--r--
add link to "privacy policy" in the header test

*** NOTE: This module is deprecated. This functionality will be provided in a future release. 

**** version 3.0.0 beta 1 ***	
  * deprecated for YUI 3
  
**** version 3.0.0 PR2 ***

    * Added self-clearing for templates (e.g. div.yui-t1) for 
      cases when they are not within #bd. Per ticket 2201115
    * Corrected ordering issue for "gb" per internal ticket 
      2251219 and Sourceforge ticket 2131681
    * Enabled nesting of gf within gc per internal ticket 
      1458071 and Sourceforget ticket 1786723

3.0.0PR1 - Initial release

Module Name: "cssgrids"
Documentation: http://developer.yahoo.com/yui/3/cssgrids

The foundational CSS Grids offers four preset page widths, 
six preset two-column source-order-independent content 
templates, and the ability to stack and nest subdivided 
regions of two, three, or four columns. The file provides 
over 1000 page layout combinations. Other features include:

    * Supports fluid 100-percent layouts, fluid- and 
      fixed-width layouts at 750px, 950px, and 974px 
      centered, and the ability to easily customize the 
      width.
    * Flexible in response to user initiated font-size 
      adjustments.
    * Template columns are source-order independent; put
      your most important content earlier in your markup
      for improved accessibility and SEO.
    * Self-clearing footer. No matter which column is
      longer, the footer stays below the longest.
    * Accommodates IAB's Ad Unit Guidelines for common 
      ad dimensions.

*** NOTE: This module is deprecated. This functionality will be provided in a future release.