#16350: Small admin CSS issue: messagelist items should be capitalized to work 
well
in other languages
------------------------------------+-----------------------------------
               Reporter:  semente   |          Owner:  nobody
                   Type:  Bug       |         Status:  new
              Milestone:            |      Component:  contrib.admin
                Version:  1.3       |       Severity:  Normal
             Resolution:            |       Keywords:  css, admin, pt-br
           Triage Stage:  Accepted  |      Has patch:  1
    Needs documentation:  0         |    Needs tests:  0
Patch needs improvement:  0         |  Easy pickings:  1
                  UI/UX:  1         |
------------------------------------+-----------------------------------
Changes (by aaugustin):

 * needs_docs:  1 => 0
 * easy:  0 => 1


Comment:

 The CSS spec confirms that `text-transform: capitalize;` isn't appropriate
 here: http://www.w3.org/TR/2008/REC-CSS1-20080411/#text-transform

 I attached two new patches:

 - the first one fixes the problem in CSS — but that doesn't feel very
 Django-like;
 - the second one fixes the problem in the template — that's better IMO.

 (and I wanted to set "needs improvement", not "needs documentation"
 earlier — fat fingers)

-- 
Ticket URL: <https://code.djangoproject.com/ticket/16350#comment:2>
Django <https://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 django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to