preprocessor: input preprocessing
Open
priority-low
- Dominant language
- D
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
https://drafts.csswg.org/css-syntax/#input-preprocessing
``` d
import std.stdio;
void main()
{
auto s = "A\u0000B";
s.writeln; // AB
s.length.writeln; // 3
}
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the linked CSS Syntax specification section on input preprocessing and inspect the parser's existing input-handling entry point. Compare its behavior with the provided D example, then verify that the implementation follows the specification for the shown input.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- css
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100