[wp-trac] [WordPress Trac] #47708: 5.3 about page
WordPress Trac
noreply at wordpress.org
Wed Oct 30 15:09:10 UTC 2019
#47708: 5.3 about page
-------------------------------------+----------------------------
Reporter: karmatosed | Owner: johnbillion
Type: task (blessed) | Status: reviewing
Priority: normal | Milestone: 5.3
Component: Help/About | Version:
Severity: normal | Resolution:
Keywords: i18n-change needs-patch | Focuses: accessibility
-------------------------------------+----------------------------
Comment (by afercia):
In the about stylesheet, there are a few occurrences of font weights
expressed with named values e.g. `font-weight: bold;`.
This is specifically not allowed by the WordPress CSS coding standards.
All the named values need to be changed to numeric values.
https://make.wordpress.org/core/handbook/best-practices/coding-
standards/css/#values
> Font weights should be defined using numeric values (e.g. `400` instead
of `normal`, `700` rather than `bold`).
Worth also noting that historically the numeric value for bold in core is
`600`. Rationale: https://core.trac.wordpress.org/changeset/37740
--
Ticket URL: <https://core.trac.wordpress.org/ticket/47708#comment:96>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list