> On Oct 30, 10:17 am, "Peter Krantz" <[EMAIL PROTECTED]> wrote:
>
> > I am currently investigating GWT but can not find information on the
> > possibilities of GWT creating markup that is according to spec. The
> > examples presented on the website [1] seem to create a lot of
> > "old-school" HTML (nested tables etc.). Is there any work going on in
> > making sure generated markup follows a published specification (e.g.
> > HTML 4.01 or XHTML 1)?

I don't think so, but you can achieve the same result using only
FlowPanel and AbsolutePanel instead of FlexTable, HorizontalPanel,
VerticalPanel, etc.
Of course, rewriting Tree/TreeItem and StackPanel is probably not an
option, but I guess you could find some library around there doing it
"the right way" (Ext-GWT maybe...)

On 2 nov, 15:33, darkflame <[EMAIL PROTECTED]> wrote:
>
> I guess this is why they have that underscore in the script link....as
> that wont validate at all and is required/

I guess you're talking about the iframe's id, required for history
support? Note that it'll be HTML5-compliant, as HTML5 relaxes the id
and name rules (in previous versions of HTML, those rules come from
SGML, but no browser ever used an SGML parser, so...)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" 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/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to