jaraco / jaraco/cssutils

Implement CSS Text Module Level 3

Open
#38 1 comment 0 reactions 0 assignees View on GitHub
enhancement help wanted
Dominant language
Python
Stars
92
Forks
30
PR merge metrics
No merged PRs in 30d

Description

for example:
```shell
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?

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with the cssutils.scripts.cssparse entry point and the CSS Text Module Level 3 specification, using the reported word-break warning as the concrete example. Determine which module features and properties are in scope, then define tests that demonstrate the supported syntax is parsed without the warning; completion depends on an agreed implementation scope.

Written by the indexing model from the issue text.

Assessment

Tech stack
css, python
Domain
tooling, web-dev
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.