~alcinnz/haskell-stylist

5e3bd086b6d7adbbbcb6b401b5cb3f92017d0aaf — Adrian Cochrane 4 years ago 90cf1ea
ISSUES: Text properties *mostly* implemented, upstreamed from Rhapsode core.
1 files changed, 7 insertions(+), 6 deletions(-)

M ISSUES/help-wanted/css-content.md
M ISSUES/help-wanted/css-content.md => ISSUES/help-wanted/css-content.md +7 -6
@@ 2,14 2,15 @@
There should be a reusable `PropertyParser` that resolves content-generation CSS
properties, so that callers only need to deal with plain text.

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