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

Compute or provide inter- and intra-word spacing data to layout and rendering #98

Closed
burg opened this issue Oct 9, 2012 · 1 comment
Closed

Comments

@burg
Copy link

@burg burg commented Oct 9, 2012

CSS properties 'word-spacing' and 'letter-spacing' can induce extra spacing between individual letters (glyphs?) or words. Gecko implements this, depending on situation, by either providing an object that can compute spacing for a run of text (PropertyProvider), or a Spacing array that maps char offsets to extra spacing.

For Servo, it seems that we will want to recompute this information for layout, and memoize it when putting it into a DisplayItem.

ChrisParis pushed a commit to ChrisParis/servo that referenced this issue Sep 7, 2014
Add a test for setting HTMLMediaElement.volume to non-finite numbers.
glennw added a commit to glennw/servo that referenced this issue Jan 16, 2017
Various fixes and cleanups for android (mostly VAO related).
@mbrubeck
Copy link
Contributor

@mbrubeck mbrubeck commented Jan 28, 2017

This is done.

@mbrubeck mbrubeck closed this Jan 28, 2017
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.