Email or username:

Password:

Forgot your password?
Servo

This month in Servo…

☺️☺ color/b&w emoji switching
📐🐛 devtools REPL support
🎛️📝 text rendering in <input>
🎨📺 new WebGPU backend
🧠📦 AddressSanitizer build
🌍📚 API docs now live again
🤖⌨️ AI contributions policy

More details → servo.org/blog/2024/06/28/inpu

servoshell showing four demos:

1. spaces at the end of each line take up space under ‘white-space-collapse: break-spaces’

2. measuring the size of the viewport with a ResizeObserver

3. a focused text field with a visible value, where the space after the emoji now has normal width

4. table rendered by Servo with three columns (default, with VS15, and with VS16), comparing the behaviour of three emoji with Emoji_Presentation=Yes (🐕, 🐈, 🦜) and three emoji with Emoji_Presentation=No (☺, ™, ↔)
Firefox devtools connected to Servo, with a hello world printed by a document.write() call in the Console tab
2 comments
delan

@servo and of course mastodon erroneously forces emoji presentation for U+263A white smiling face :)

laila
@servo the link to the AI contributions policy in the blog is dead btw.
Go Up