Page MenuHomePhabricator

Add classes to Remarkup lists and headers
ClosedPublic

Authored by epriestley on Jun 27 2014, 3:53 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 29, 3:26 PM
Unknown Object (File)
Sun, Apr 28, 3:29 PM
Unknown Object (File)
Fri, Apr 26, 6:41 PM
Unknown Object (File)
Wed, Apr 24, 10:16 PM
Unknown Object (File)
Mon, Apr 22, 10:53 AM
Unknown Object (File)
Sun, Apr 14, 9:30 AM
Unknown Object (File)
Mar 28 2024, 7:02 PM
Unknown Object (File)
Feb 3 2024, 10:50 PM
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).