~alcinnz/haskell-stylist

ref: 90cf1ea6e0d277a6dd30cc5f9599d43984068cc5 haskell-stylist/ISSUES/help-wanted/css-content.md -rw-r--r-- 498 bytes
90cf1ea6 — Adrian Cochrane Substitute in counters for any CSS textual property, not just `content`. 4 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.

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

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