Closed
Description
When listing a lot of related methods, documentation pages use different strategies:
1) Regular <ul>
lists (see http://symfony.com/doc/current/components/http_foundation/sessions.html#session-api)
2) Regular <dl>
lists (see http://symfony.com/doc/current/components/config/definition.html#default-and-required-values)
3) Weird mix of <ul>
and <dl>
lists
Is it worth it to normalize these method listings?