~alcinnz/haskell-stylist

ref: afa21a79a3bab0dc17348ca9a5971182426bc36e haskell-stylist/ISSUES/help-wanted/css-content.md -rw-r--r-- 525 bytes
afa21a79 — Adrian Cochrane Incorporate property prioritization into core & resolve conflicts. 1 year, 6 months ago
                                                                                
9503b788 Adrian Cochrane
5e3bd086 Adrian Cochrane
9503b788 Adrian Cochrane
5e3bd086 Adrian Cochrane
9503b788 Adrian Cochrane
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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.