~alcinnz/haskell-stylist

ref: 620c530c2e1346c26068eaa6e7d6997d74a2ac4e haskell-stylist/ISSUES/help-wanted/css-content.md -rw-r--r-- 525 bytes
620c530c — Adrian Cochrane Add new support APIs to Stylist Traits, releasing v0.1.2! 1 year, 6 months 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.