Opened 8 years ago
Closed 8 years ago
#1820 closed enhancement (fixed)
Use a table to display changelog data
Reported by: | DrewAPicture | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Developer Hub | Keywords: | has-patch has-screenshots |
Cc: |
Description (last modified by )
Changelog information is by nature tabular data, so we should probably be displaying it as such instead of as an un-ordered list. This change also makes the structure more predictable and improves readability and focusability for screen reader and keyboard users.
And it's looks nice too :-)
Note for the attached patch: Ended up needing to use a <caption>
tag for the table to ensure a11y compliance instead of adding an id
attribute to the <h3>
– it was messing with the ToC's ability to render the section correctly.
Attachments (3)
Change History (9)
#2
@
8 years ago
+💯 for using a table.
php.net sorts the changelog from newest to oldest. Not sure if we should do the same.
#3
@
8 years ago
+1 newest to oldest. As a developer I'm usually looking at a changelog because I want to know what changed in the most recent version.
Before 1820.diff