Skip to content

Commit 59f3b9e

Browse files
committed
Add figures
1 parent 0c99c89 commit 59f3b9e

File tree

4 files changed

+15
-0
lines changed

4 files changed

+15
-0
lines changed

_posts/2025-03-07-this-month-in-servo.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,11 @@ Servo now supports more HTML and CSS features:
367367
- **‘overflow’** property with two values (@yezhizhen, @mrobinson, #35414)
368368
- the **‘::slotted’** selector (@simonwuelker, #35352)
369369

370+
<figure>
371+
372+
[![servoshell showing new support for &lt;details>, &lt;meter>, and &lt;progress> elements, plus layout support for &lt;slot> elements]({{ "/img/blog/february-2025.png" | url }})]({{ "/img/blog/february-2025.png" | url }})
373+
</figure>
374+
370375
Plus several new web API features:
371376

372377
- **contextmenu** events (@pewsheen, #35364)
@@ -387,8 +392,18 @@ We’ve landed layout improvements around **‘border-collapse’** (@Loirooriol
387392

388393
**Directory listings** are now enabled for local files (@mrobinson, #35317).
389394

395+
<figure>
396+
397+
[![servoshell showing a local directory listing]({{ "/img/blog/2025-02-directory-listing.png" | url }})]({{ "/img/blog/2025-02-directory-listing.png" | url }})
398+
</figure>
399+
390400
servoshell’s **dialogs now use egui** (@chickenleaf, #34823, #35399, #35464, #35507, #35564, #35577, #35657, #35671), rather than shelling out to a program like `zenity` (@chickenleaf, #35674), making them more secure and no longer falling back to terminal input.
391401

402+
<figure>
403+
404+
[![egui-based dialogs for alert(), confirm(), prompt(), and HTTP authentication]({{ "/img/blog/2025-02-egui-dialogs.png" | url }})]({{ "/img/blog/2025-02-egui-dialogs.png" | url }})
405+
</figure>
406+
392407
We’ve also fixed a bug when closing a tab other than the current one (@pewsheen, #35569).
393408

394409
## Servo-the-engine (embedding)
110 KB
Loading
21 KB
Loading

assets/img/blog/february-2025.png

169 KB
Loading

0 commit comments

Comments
 (0)