~alcinnz/haskell-stylist

ref: 9503b788ebd61a6fdf6b5213a3abd8df7c7f2dcb haskell-stylist/ISSUES/help-wanted/css-content.md -rw-r--r-- 498 bytes
9503b788 — Adrian Cochrane Moved to personal git homeserver, copy ISSUES over from NZOSS. 4 years ago
                                                                                
9503b788 Adrian Cochrane
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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.