-
Notifications
You must be signed in to change notification settings - Fork 13.9k
Open
Labels
A-rustdoc-uiArea: Rustdoc UI (generated HTML)Area: Rustdoc UI (generated HTML)T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.T-rustdoc-frontendRelevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.
Description
🐞 Typography: Punctuation Mark at Start of New Line
Description
When a long line of documentation is automatically wrapped, the period (full stop) or comma is occasionally displayed as the first character of the next line. This is against common typographic rules (widow/orphan control) and affects readability.
Where I found it
I found that when I read crate bytes . It looks like:
And I checked the source code of the doc code in line 65 to 72 , it seems right.
Environment
| Detail | Value |
|---|---|
| Browser | Google Chrome |
| Version | 141.0.7390.123 (Official Build) (64 bit) |
| Operating System | Windows 11 Pro |
| OS Version Code | 25H2 (Build 26200.7019) |
| Screen Resolution | 1920 x 1080 |
| Display Scaling | 150% |
Metadata
Metadata
Assignees
Labels
A-rustdoc-uiArea: Rustdoc UI (generated HTML)Area: Rustdoc UI (generated HTML)T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.T-rustdoc-frontendRelevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.