WordPress / Documentation-Issue-Tracker

Issue Tracker for the WordPress Documentation team.
https://make.wordpress.org/docs/
Other
82 stars 42 forks source link

Inconsistent formatting in theme.json settings list #1676

Open tanyabouman opened 2 months ago

tanyabouman commented 2 months ago

Issue Description

The formatting of border has an underline, and custom has an unbolded colon. All other items in the list follow a consistent format. List of theme settings with their explanations.  Border and custom have different format from the others.

For reference, the html that produces the normal list items is:

<strong>
  <a href="property-link">
    <code>property name<code/>
  </a>
  :
</strong>

URL of the Page with the Issue

https://developer.wordpress.org/themes/global-settings-and-styles/settings/#settings-documentation

Section of Page with the issue

Settings documentation

Why is this a problem?

It looks bad. In particular, the underlined border link suggests that it does something different from the others in the list.

Suggested Fix

Make the formatting of all list items match.

github-actions[bot] commented 2 months ago

Heads up @WordPress/docs-issues-coordinators, we have a new issue open. Time to use 'em labels.