Closed GoogleCodeExporter closed 8 years ago
You can use parenthesis for grouping, like this:
`div>(ul>li*4)+#content`
About assigning innerHTML: I really don't like the idea how people treats Zen
Coding. You should'n use a single abbreviation to write a full page markup, but
use small abbreviations to write small chunks of code. Thus you don't need to
think a lot about full page markup and how to convert it to a single
abbreviation, as well as have less errors in output. The only usage for
innerHTML is to write a placeholders, not a real data. And these placeholders
you can be written later in current ZC implementation using tab stops
traversing.
Original comment by serge....@gmail.com
on 27 Oct 2010 at 2:01
Text nodes support added in github repo, will be available in the next version
Original comment by serge....@gmail.com
on 28 Nov 2010 at 2:50
Original comment by serge....@gmail.com
on 5 Dec 2010 at 4:23
Original issue reported on code.google.com by
timothyb...@gmail.com
on 27 Oct 2010 at 12:56