Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement CSS Text Module Level 3 #38

Open
bashu opened this issue Jul 7, 2023 · 1 comment
Open

Implement CSS Text Module Level 3 #38

bashu opened this issue Jul 7, 2023 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@bashu
Copy link

bashu commented Jul 7, 2023

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?

@jaraco
Copy link
Owner

jaraco commented Oct 12, 2023

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!

@jaraco jaraco added enhancement New feature or request help wanted Extra attention is needed labels Oct 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants