It’d be better if this site name used a `p` or `div` tag. This switch will
also require rewriting the styles so they still work with the new tag.
--
Ticket URL: <https://code.djangoproject.com/ticket/34621>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* stage: Unreviewed => Accepted
--
Ticket URL: <https://code.djangoproject.com/ticket/34621#comment:1>
Comment (by Mariusz Felisiak):
Agreed.
For the future, please don't accept you're own tickets.
--
Ticket URL: <https://code.djangoproject.com/ticket/34621#comment:2>
Comment (by Howard Cox):
[https://github.com/django/django/pull/16926 PR]
--
Ticket URL: <https://code.djangoproject.com/ticket/34621#comment:3>
* needs_docs: 0 => 1
* has_patch: 0 => 1
--
Ticket URL: <https://code.djangoproject.com/ticket/34621#comment:4>
* needs_docs: 1 => 0
* stage: Accepted => Ready for checkin
--
Ticket URL: <https://code.djangoproject.com/ticket/34621#comment:5>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"cd413bd78ac65bd4282d26cc279bfd1bd4de707d" cd413bd7]:
{{{
#!CommitTicketReference repository=""
revision="cd413bd78ac65bd4282d26cc279bfd1bd4de707d"
Fixed #34621 -- Made admin site header render in <div> tag.
This was problematic for screen reader users because they use headings
to navigate. Having two <h1> is confusing, and the one in the header
wasn’t particularly helpful since it’s the same on all pages.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/34621#comment:6>