Changes between Version 33 and Version 34 of iOSSpecs


Ignore:
Timestamp:
05/24/2012 02:00:41 PM (14 years ago)
Author:
wusiyue
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • iOSSpecs

    v33 v34  
    166166iPad 3 4G CDMA 
    167167}}} 
     168 
     169 
     170 
     171{{{#!th rowspan=4 align=justify 
     172With the `#td` and `#th` processors, 
     173table cells can contain any content: 
     174}}} 
     175|---------------- 
     176{{{#!td 
     177  - lists 
     178  - embedded tables 
     179  - simple multiline content 
     180}}} 
     181|---------------- 
     182{{{#!td 
     183As processors can be easily nested,  
     184so can be tables: 
     185  {{{#!th 
     186  Example: 
     187  }}} 
     188  {{{#!td style="background: #eef" 
     189  || must be at the third level now... || 
     190  }}} 
     191}}} 
     192|---------------- 
     193{{{#!td 
     194Even when you don't have complex markup, 
     195this form of table cells can be convenient 
     196to write content on multiple lines. 
     197}}}