You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to closure-lib...@googlegroups.com
Is it one of the goals of closure-library to generate valid html (eg:
in a component's createDom)? Or is the mindset that as long as the
code works it need not be overly concerned about HTML validity?
I'm asking because I've found a few spots where the library generates
HTML that does not pass the w3 validation service. For one example,
goog.ui.ComboBox#createDom nests a DIV inside a SPAN.
I can provide patches for the cases I have found if this is a goal of
the project.