#2907: [patch] Add <tbody> ... </tbody> in the table in edit_inline_tabular.html
admin file
-------------------------+--------------------------------------------------
Reporter: anonymous | Owner: adrian
Status: closed | Component: Admin interface
Version: SVN | Resolution: wontfix
Keywords: html | Stage: Ready for checkin
Has_patch: 1 | Needs_docs: 0
Needs_tests: 0 | Needs_better_patch: 0
-------------------------+--------------------------------------------------
Changes (by mtredinnick):
* status: new => closed
* resolution: => wontfix
Comment:
The tbody for tables element is optional in both HTML 4 (note that it is
marked as having "O" for both the start and end tag requirements in
[http://www.w3.org/TR/html4/struct/tables.html#edef-TBODY section 11.2.3
of the spec]) and XHTML. So I think we can leave this patch out; it
doesn't hurt anything to omit it and it makes it easier to keep newforms-
admin and trunk admin in sync.
--
Ticket URL: <http://code.djangoproject.com/ticket/2907#comment:3>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" 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/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---