cssutils
cssutils copied to clipboard
Implement CSS Text Module Level 3
for example:
python -m cssutils.scripts.cssparse -s 'a {word-break: normal;}'
WARNING Property: Unknown Property name. [1:4: word-break]
b'a {\n word-break: normal\n }'
Can I help? Where to start?
Thanks for expressing interest! Yes, you can definitely help.
I'm afraid I wouldn't know where to start. Your best bet would be to examine the code base and get to understand its design and workings and then experiment to add the necessary support. Good luck!