Opened 8 years ago
Closed 7 years ago
#40184 closed enhancement (fixed)
Twenty Seventeen: the tag cloud widget should output a list
Reported by: | sami.keijonen | Owned by: | sami.keijonen |
---|---|---|---|
Milestone: | 4.9 | Priority: | normal |
Severity: | normal | Version: | 4.7 |
Component: | Bundled Theme | Keywords: | has-patch tag-cloud needs-testing |
Focuses: | accessibility | Cc: |
Description
In ticket #35566 there is new tag cloud widget coming up with accessibility improvements. For bundled themes there is also general ticket #40138 for tag cloud widget.
This is ticket for Twenty Seventeen to output tag cloud widget as a list.
- It's better for accessibility.
- Remain the same styles.
- Remove unnecessary
!important
rules.
Twenty Sixteen have an example how to use widget_tag_cloud_args
for same font size. Let's add $args['format'] = 'list'
in there.
Patch is coming up.
Attachments (6)
Change History (35)
This ticket was mentioned in Slack in #accessibility by sami.keijonen. View the logs.
8 years ago
This ticket was mentioned in Slack in #accessibility by sami.keijonen. View the logs.
8 years ago
This ticket was mentioned in Slack in #accessibility by afercia. View the logs.
8 years ago
This ticket was mentioned in Slack in #accessibility by afercia. View the logs.
7 years ago
This ticket was mentioned in Slack in #core by jeffpaul. View the logs.
7 years ago
This ticket was mentioned in Slack in #accessibility by adamsoucie. View the logs.
7 years ago
#12
@
7 years ago
Now that new tag cloud widget is in trunk I added new 40184.1.diff where I only changed version number to 1.3: @since Twenty Seventeen 1.3
.
This ticket was mentioned in Slack in #accessibility by afercia. View the logs.
7 years ago
This ticket was mentioned in Slack in #accessibility by afercia. View the logs.
7 years ago
This ticket was mentioned in Slack in #accessibility by sergey. View the logs.
7 years ago
This ticket was mentioned in Slack in #accessibility by afercia. View the logs.
7 years ago
This ticket was mentioned in Slack in #core by jeffpaul. View the logs.
7 years ago
This ticket was mentioned in Slack in #accessibility by afercia. View the logs.
7 years ago
This ticket was mentioned in Slack in #accessibility by davidakennedy. View the logs.
7 years ago
#26
@
7 years ago
- Resolution fixed deleted
- Status changed from closed to reopened
Thanks for the work here @sami.keijonen and for the merge @SergeyBiryukov!
It looks like this also needs RTL styles since we're floating some things and applying margins. See:
I noticed this also in #40138.
Tag Cloud Widget - Twenty Seventeen