From 5e3bd086b6d7adbbbcb6b401b5cb3f92017d0aaf Mon Sep 17 00:00:00 2001 From: Adrian Cochrane Date: Mon, 20 Apr 2020 19:30:41 +1200 Subject: [PATCH] ISSUES: Text properties *mostly* implemented, upstreamed from Rhapsode core. --- ISSUES/help-wanted/css-content.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/ISSUES/help-wanted/css-content.md b/ISSUES/help-wanted/css-content.md index 1f3f2a2..d6f0b5e 100644 --- a/ISSUES/help-wanted/css-content.md +++ b/ISSUES/help-wanted/css-content.md @@ -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? -- 2.30.2