Page MenuHomePhabricator

Highlight strong tag in document headers
ClosedPublic

Authored by chad on Mar 6 2017, 3:58 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, May 20, 3:33 AM
Unknown Object (File)
Apr 25 2025, 4:15 PM
Unknown Object (File)
Apr 23 2025, 6:14 AM
Unknown Object (File)
Apr 20 2025, 12:10 PM
Unknown Object (File)
Apr 18 2025, 5:47 PM
Unknown Object (File)
Apr 17 2025, 3:37 AM
Unknown Object (File)
Apr 1 2025, 11:31 AM
Unknown Object (File)
Mar 28 2025, 2:18 PM
Subscribers

Details

Summary

Fixes T12357. Adds some color to highlighted text in headers.

Test Plan

Header with strong copy

Diff Detail

Repository
rP Phabricator
Branch
remarkup-header-header-bold-header-bold (branched from master)
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 15916
Build 21075: Run Core Tests
Build 21074: arc lint + arc unit

Event Timeline

Maybe try text shadow or text outline (or "font-weight: 90000-super-bold" if that works) or something instead?

  • This communicates information only through use of color.
  • I think we use the "fire" color for dead wiki links already: xxxx; conflating these seems a little confusing.
  • Text shadow feels more "bold-like" to me (making the glyph shapes heavier) than a coloration change.
This revision is now accepted and ready to land.Mar 6 2017, 5:18 PM
This revision was automatically updated to reflect the committed changes.