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

Make font family property value iteration more robust #193

Closed
burg opened this issue Nov 12, 2012 · 1 comment
Closed

Make font family property value iteration more robust #193

burg opened this issue Nov 12, 2012 · 1 comment

Comments

@burg
Copy link

@burg burg commented Nov 12, 2012

The specification allows for single and double quoting of font names, and in some cases these imply different semantics for font matching. Currently, quotes are ignored and only comma-delimited font family names will be matched.

The parsing details are in CSS 3 Fonts, Section 3.1.

@SimonSapin
Copy link
Member

@SimonSapin SimonSapin commented Dec 9, 2013

I believe that #1109 fixes this.

@SimonSapin SimonSapin closed this Dec 9, 2013
SimonSapin added a commit to SimonSapin/servo that referenced this issue Jan 3, 2014
* Using .connect(", ") just to use .split(",") later is silly.
Keep it a vector.
* The 'font-style' property can not be both italic and oblique.
Use an enum instead of two booleans.
SimonSapin added a commit to SimonSapin/servo that referenced this issue Jan 3, 2014
* Using .connect(", ") just to use .split(",") later is silly.
Keep it a vector.
* The 'font-style' property can not be both italic and oblique.
Use an enum instead of two booleans.
therealglazou added a commit to therealglazou/servo that referenced this issue Feb 20, 2014
* Using .connect(", ") just to use .split(",") later is silly.
Keep it a vector.
* The 'font-style' property can not be both italic and oblique.
Use an enum instead of two booleans.
ChrisParis pushed a commit to ChrisParis/servo that referenced this issue Sep 7, 2014
glennw pushed a commit to glennw/servo that referenced this issue Jan 16, 2017
Start texture atlases off small, and allow them to grow.

Includes servo#199.

Closes servo#193.

r? @glennw
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
2 participants
You can’t perform that action at this time.