-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
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.
Description
https://docs.rs/xmlparser/0.13.4/xmlparser/enum.Token.html
(I've expanded one of the "Show fields" toggles in the above screenshot)
Problems:
- The font weight of "Fields of Comment" is higher than the font weight of the "Comment" heading above it. "Comment" should be larger and heavier weight - similar to the weight of methods. And "Fields of _" should be lightweight.
- "Fields of Comment" is an
<h3>
, but "Comment" is not a heading at all. This should be reversed.
EDIT(camelid): The toggles seen in the image above have already been removed. See #90061 (comment) for an updated screenshot.
Keavon
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.