I got this idea that Haml could help out with making it easier to
express tables and ul-list and other such structures by making clever
guesses about the default tag. div is very common, but doesn't always
make sense so then haml could maybe pick a default that makes sense?
Like if:

%ul
  foo
  bar

Would render
<ul>
  <li>foo</li>
  <li>bar</li>
</ul>

I searched this group for dicsussions about it and found a thread that
was 100% relevant:

http://groups.google.com/group/haml/browse_thread/thread/440ddb25160f15ef

That thread is soon to be 9 months. The time it takes for babies to be
born. Seemed that people liked the idea back then. Did anyone
experiment with it any? I think we have like one month and some weeks
to get this baby born. I know there were some problems expressed with
partials and such, but it would still be interesting to investigate it
further, no?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Haml" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/haml?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to