On 10-Aug-09, at 7:34 AM, Mislav Marohnić wrote: > > I agree with the _form partial. All beginner Rails tutorials stress > out the DRY convention and here we are, generating duplicate code > and not teaching people the power of partials in the very first > entry point to the framework that newcomers usually take.
+ 1 > > As for semantic markup: I'd definitely get rid of paragraphs— > especially if they contain form fields or links that represent user > actions (paragraphs are for text)—but I wouldn't go crazy with > "semantic" markup. I would put everything in DIVs since they're > neutral and maybe give them simple classnames. + 1. In the absense of a proper semantic tag for form elements, I agree that divs are the way to go. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" 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/rubyonrails-core?hl=en -~----------~----~----~----~------~----~------~--~---
