Page MenuHomePhabricator

Add classes to Remarkup lists and headers
ClosedPublic

Authored by epriestley on Jun 27 2014, 3:53 PM.
Tags
None
Referenced Files
F19907274: D9756.id23426.diff
Wed, Apr 1, 9:12 AM
F19836519: D9756.id23423.diff
Mar 11 2026, 10:52 AM
F19778147: D9756.id23425.diff
Feb 23 2026, 2:39 AM
F19506858: D9756.id23423.diff
Jan 9 2026, 5:08 PM
F19506457: D9756.id23425.diff
Jan 9 2026, 4:46 PM
F19506362: D9756.id23426.diff
Jan 9 2026, 4:45 PM
F19303960: D9756.id23425.diff
Dec 24 2025, 6:31 AM
F19303802: D9756.id23423.diff
Dec 24 2025, 5:41 AM
Subscribers

Details

Summary

Ref T5497. We have some Remarkup CSS rules like .remarkup ul, which are bleeding into ObjectLists inside {Wxxx} and similar.

Add explicit classes to headers and lists so we can scope the Remarkup rules more tightly.

Test Plan

This stuff is covered by a million billion unit tests.

Diff Detail

Repository
rPHU libphutil
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

epriestley retitled this revision from to Add classes to Remarkup lists and headers.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: chad.

There are some classes in phui-fontkit as well that should be scoped to Remarkup

I see tt and a, let me fix those.

i added ul, ol in the LegalPad diff

epriestley edited edge metadata.
  • Add a class to <tt>.
  • Add a class to <a>.

Oh are you not updating the CSS this pass?

Yeah, this stuff lives in libphutil. Next diff will hit the CSS and maybe some of the Phabricator rules.

chad edited edge metadata.
This revision is now accepted and ready to land.Jun 27 2014, 4:14 PM
epriestley updated this revision to Diff 23426.

Closed by commit rPHUaae30d7d2a8e (authored by @epriestley).