On Wed, Sep 10, 2008 at 9:40 AM, MalHayn <[EMAIL PROTECTED]> wrote: > > Hi Guys, > > Thanks for the input. > > Rework the code to reduce the css error messages to 4, but problem > still remains. Embedded objects are reduce by about 91%. > > Here is the reworked code... > > http://www.clarions.com/test/rails_firefox_object_bug/demo.html > > When reviewing the two "source codes" output from Firefox 3.0.1 under > Rails and the html version, both are exactly the same. Weird! > > I posted this over on Mozilla. No response yet. >
Hi, they would be the same because the code rendered by the browser is XHTML. Furthermore, it doesn't really matter what dynamic language you use because the interpreter for the language will produce HTML which is then rendered by the browser. Thus, you're looking in the wrong place in trying to resolve your issue because it's browser issue instead of a framework issue. Finally, it's good that you posted this with the Mozilla team but I wouldn't allow this issue to prevent me from moving forward with my project. Good luck, -Conrad --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" 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-talk?hl=en -~----------~----~----~----~------~----~------~--~---

