On Mon, Nov 23, 2009 at 18:51, ludicco <[email protected]> wrote: > Again, I'm not sure If I'm missing something about html5 markup style. > this is just my opinion as HAML could render the tags, helping to > maintain a 'standard' all over the document >
For me, a great thing about Haml is that there is no "coding style". In your Haml source there is the syntax that Haml enforces, and nothing more. You never have to check your output. Why? Because you can be confident that Haml does the right thing (if you specified the right format). You don't have to maintain a coding style in your final HTML because you never actually wrote any HTML. -- 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=.
