Skip to content

Commit 5df3e3b

Browse files
committed
Add some figures
1 parent 39eddc9 commit 5df3e3b

File tree

8 files changed

+9
-1
lines changed

8 files changed

+9
-1
lines changed

_posts/2025-11-02-this-month-in-servo.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ Servo now supports several new web platform features:
1818
- **self.name** and **.onmessageerror** in dedicated workers (@yerke, #40156)
1919
- **name** and **areas** properties on **HTMLMapElement** (@tharkum, #40133)
2020

21+
<figure>
22+
<img src="{{ '/img/blog/2025-11-diffie.png' | url }}" alt="servoshell nightly showing new support CompressionStream and synthetic bold">
23+
</figure>
24+
2125
In **servoshell** for **Android**, you can now enable **experimental mode** with <!-- TODO how many? --> just a few taps (@jdm, #40054), use the **software keyboard** (@jdm, #40009), deliver **touch events** to web content (@mrobinson, #40240), and dismiss the location field (@jdm, #40049).
2226
**Pinch zoom** is now fully supported in both Servo and **servoshell**, taking into account the locations of pinch inputs (@mrobinson, @atbrakhi, #40083) and allowing keyboard scrolling when zoomed in (@mrobinson, @atbrakhi, #40108).
2327

@@ -27,7 +31,11 @@ If this is the first time you’ve heard of them, you might be surprised how imp
2731

2832
**XPath** is now **enabled by default** (@simonwuelker, #40212), after implementing **@attr/parent’ queries** (@simonwuelker, #39749), **Copy** > **<u>X</u>Path** in the **DevTools Inspector** (@simonwuelker, #39892), completely rewriting the parser (@simonwuelker, #39977), and landing several other fixes (@simonwuelker, #40103, #40105, #40161, #40167, #39751, #39764).
2933

30-
Servo now supports `new KeyboardEvent({keyCode})` and `({charCode})` (@atbrakhi, #39590), which is enough to get [**Speedometer 3.0**](https://browserbench.org/Speedometer3.0/) working on macOS.
34+
Servo now supports `new KeyboardEvent({keyCode})` and `({charCode})` (@atbrakhi, #39590), which is enough to get [**Speedometer 3.0**](https://browserbench.org/Speedometer3.0/) and [**3.1**](https://browserbench.org/Speedometer3.1/) working on macOS.
35+
36+
<figure>
37+
<a href="{{ '/img/blog/2025-11-speedometer.png' | url }}"><img src="{{ '/img/blog/2025-11-speedometer-small.png' | url }}" alt="servoshell nightly showing Speedometer 3.1 running successfully on macOS"></a>
38+
</figure>
3139

3240
**ImageData** can now be sent over **postMessage()** and **structuredClone()** (@Gae24, #40084).
3341

assets/img/blog/2025-11-diffie.png

320 KB
Loading
461 KB
Loading
1.38 MB
Loading
342 KB
Loading
341 KB
Loading
410 KB
Loading
416 KB
Loading

0 commit comments

Comments
 (0)