Opened 3 weeks ago
Last modified 2 days ago
#65108 new enhancement
Twenty Sixteen: barely visible bold text in 'blockquote'
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 7.1 | Priority: | normal |
| Severity: | normal | Version: | 4.4 |
| Component: | Bundled Theme | Keywords: | has-patch has-test-info has-screenshots |
| Focuses: | css | Cc: |
Description
The current code is
blockquote strong, blockquote b { font-weight: 400; }
, which makes very little difference. It seems to me that this would be better:
blockquote strong, blockquote b { font-weight: bold; }
Attachments (1)
Change History (9)
This ticket was mentioned in PR #11623 on WordPress/wordpress-develop by @gaelbonithon.
3 weeks ago
#1
- Keywords has-patch added
#2
@
3 weeks ago
- Summary changed from Twenty Sixteen: barely visible bold text in a blockquote to Twenty Sixteen: barely visible bold text in 'blockquote'
#4
@
3 weeks ago
- Keywords has-test-info has-screenshots added
Test Report
Description
This report validates whether the indicated patch works as expected.
Patch tested: https://github.com/WordPress/wordpress-develop/pull/11623
Environment
- WordPress: 7.0-RC2-62242
- PHP: 8.3.30
- Server: nginx/1.26.1
- Database: mysqli (Server: 8.0.35 / Client: mysqlnd 8.3.30)
- Browser: Chrome 146.0.0.0
- OS: macOS
- Theme: Twenty Sixteen 3.7
- MU Plugins: None activated
- Plugins:
- Test Reports 1.2.1
- WordPress Beta Tester 4.0.0
Actual Results
- ✅ Issue resolved with patch.
Additional Notes
- Any additional details worth mentioning.
Supplemental Artifacts
Before: https://ibb.co/qL9zhk4P
After: https://ibb.co/1fr8tsyJ
#5
follow-up:
↓ 6
@
3 weeks ago
- Version changed from trunk to 4.4
Like the normal font-style for em (#65107), the normal font-weight has been part of Twenty Sixteen since initial commit.
However, I do not understand the reason for reducing the font-weight for strong elements inside a blockquote.
If a change is appropriate now, I would prefer removing the ruleset instead of editing the value.
#6
in reply to:
↑ 5
@
3 weeks ago
Replying to sabernhardt:
Like the normal
font-styleforem(#65107), the normalfont-weighthas been part of Twenty Sixteen since initial commit.
However, I do not understand the reason for reducing the
font-weightforstrongelements inside ablockquote.
If a change is appropriate now, I would prefer removing the ruleset instead of editing the value.
Patch updated. For the editor, I took inspiration from your recommendations in #65107: I'm not sure if this is the best way to do it, but it works…
#7
@
3 weeks ago
Test Report
Description
This report validates whether the indicated patch works as expected.
Patch Tested
https://github.com/WordPress/wordpress-develop/pull/11623
Environment
- WordPress: 7.0-RC2-62242
- PHP: 8.3.30
- Server: nginx
- Database: mysqli
- Browser: Chrome
- OS: Windows
- Theme: Twenty Sixteen
- MU Plugins: None activated
- Plugins:
- Test Reports 1.2.1
- WordPress Beta Tester 4.0.0
Steps to Reproduce
- Install and set up WordPress with the above environment.
- Attempt to reproduce the reported issue on the unpatched version.
- Apply the patch from the PR.
- Re-test the same scenario.
Actual Results
- ✅ Issue resolved with patch.
- No unexpected errors or regressions observed.
Expected Results
- The issue should be resolved after applying the patch. ✅
Trac ticket: https://core.trac.wordpress.org/ticket/65108
## Use of AI Tools