Page MenuHomePhabricator

Highlight strong tag in document headers
ClosedPublic

Authored by chad on Mar 6 2017, 3:58 PM.

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.