~alcinnz/haskell-stylist

ref: 7a1b17010b6dc2f7326fa89bb7ce2662228a6f20 haskell-stylist/ISSUES/help-wanted/css-content.md -rw-r--r-- 525 bytes
7a1b1701 — Adrian Cochrane Extract parser, datatypes, & traits into separate decoupling hackage. 2 years ago

#CSS Text-preprocessing Properties

There should be a reusable PropertyParser that resolves content-generation CSS properties, so that callers only need to deal with plain text.

  • [x] content:
  • [ ] text-transform:
  • [ ] unicode-bidi:
  • [x] white-space:
  • [x] counter-reset:
  • [x] counter-increment:
  • [x] counter-set:
  • [x] content: counter()
  • [x] content: counters()
  • [ ] @counter-style
  • Lists?
  • Others?

It occurs to me that maybe I should upstream Rhapsode's counters implementation to get this started.