Opened 7 weeks ago
Last modified 5 days ago
#63072 new task (blessed)
Classic bundled themes: Border support tracking issue
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Future Release | Priority: | normal |
Severity: | normal | Version: | |
Component: | Bundled Theme | Keywords: | needs-testing |
Focuses: | css | Cc: |
Description (last modified by )
This tracking issue replaces https://core.trac.wordpress.org/ticket/55974, with blessing from the testing team, because the original ticket was becoming too difficult to follow.
The classic bundled themes are missing support for border options for blocks.
The border options include border color, width, style, and radius.
The options should be enabled by adding add_theme_support( 'border' );
to theme's setup function in functions.php.
There are other methods that could be used, but they enable more features than the border options.
By using this theme support, the scope of the task can be limited to the borders.
Each classic bundled theme should be updated using a separate Trac ticket and pull request.
The previous ticket showed that the conversation easily got out of hand when many themes were discussed at the same time.
The respective Trac tickets will be listed here once they are opened.
Status
Twenty Ten:
Twenty Eleven:
Twenty Twelve:
Twenty Thirteen:
Twenty Fourteen:
Twenty Fifteen:
Twenty Sixteen:
Twenty Seventeen:
Twenty Nineteen:
Twenty Twenty:
Twenty Twenty-One: https://core.trac.wordpress.org/ticket/63075
Change History (5)
#2
@
7 weeks ago
- Description modified (diff)
- Summary changed from Bundled themes: Border support tracking issue to Classic bundled themes: Border support tracking issue
#4
follow-up:
↓ 5
@
5 days ago
- Keywords needs-testing added
Let's get a testing label on this if a request from testing team.
#5
in reply to:
↑ 4
@
5 days ago
Replying to karmatosed:
Let's get a testing label on this if a request from testing team.
According to @poena each theme (or group of themes) might have its/their own report and testing instructions. I think that needs-testing
doesn't apply here because there is nothing implicit to test afaik.
#55974 was marked as a duplicate.