Make WordPress Core

Opened 7 weeks ago

Last modified 5 days ago

#63072 new task (blessed)

Classic bundled themes: Border support tracking issue

Reported by: poena's profile poena Owned by:
Milestone: Future Release Priority: normal
Severity: normal Version:
Component: Bundled Theme Keywords: needs-testing
Focuses: css Cc:

Description (last modified by poena)

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)

#1 @poena
7 weeks ago

#55974 was marked as a duplicate.

#2 @poena
7 weeks ago

  • Description modified (diff)
  • Summary changed from Bundled themes: Border support tracking issue to Classic bundled themes: Border support tracking issue

#3 @poena
7 weeks ago

  • Description modified (diff)

#4 follow-up: @karmatosed
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 @SirLouen
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.

Note: See TracTickets for help on using tickets.