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

Move CSS lexing of numbers, unit markers, etc into the lexer #67

Closed
burg opened this issue Sep 7, 2012 · 0 comments
Closed

Move CSS lexing of numbers, unit markers, etc into the lexer #67

burg opened this issue Sep 7, 2012 · 0 comments

Comments

@burg
Copy link

@burg burg commented Sep 7, 2012

Currently, the CSS parser has to munge around in strings to extract numbers and units, such as in parsing 'font-size'. The lexer should be lexing numbers and units, so that the parser should never need to create a number from a string.

@burg burg closed this Nov 7, 2012
ChrisParis pushed a commit to ChrisParis/servo that referenced this issue Sep 7, 2014
…ARLES-IndexedDB

IndexedDB: ChristopheCHARLES's tests from Test the Web Forward Paris (2012)
glennw added a commit to glennw/servo that referenced this issue Jan 16, 2017
Make render API generate IDs in a way that works for e10s.
glennw pushed a commit to glennw/servo that referenced this issue Jan 16, 2017
Document the public api

While working with the API, i couldn't help but notice the lack of documentation. I talked with @glennw on IRC and he explained me a lot of details which i wrote down, so that new contributors will learn from my mistakes. I also tried to explain the relationship between the different parts of the API.

It's still a bit rough but it's something.
There's an equivalent PR for webrender as well.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.