Road to Zen-Coding v0.6: grouping and attributes
Saturday, January 30, 2010 10:42:52 PM
http://code.google.com/p/zen-coding/source/detail?r=265
Also, attributes were already added earlier this month:
http://code.google.com/p/zen-coding/source/detail?r=254
so now you can type
div#head>(ul#nav>li*3>(div.subnav>p)+(div.othernav))+div#footer
or
table>(thead>tr>td+td[colspan=2]+td*7)+(tbody>tr*20>td*10)
and that means you can make ANY html tree, though without #text and #comment nodes (which are probably not realy needed at all).


