From 6f1cc6505e7379194063cbc51e46cc208aa5f9b5 Mon Sep 17 00:00:00 2001 From: Delan Azabani Date: Tue, 11 Mar 2025 13:28:29 +0800 Subject: [PATCH] Fix missing angle brackets in alt text --- _posts/2025-03-10-this-month-in-servo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2025-03-10-this-month-in-servo.md b/_posts/2025-03-10-this-month-in-servo.md index b4d474cfb..dfae06d48 100644 --- a/_posts/2025-03-10-this-month-in-servo.md +++ b/_posts/2025-03-10-this-month-in-servo.md @@ -20,7 +20,7 @@ Servo now supports more HTML and CSS features:
-[![servoshell showing new support for <details>, <meter>, and <progress> elements, plus layout support for <slot> elements]({{ "/img/blog/february-2025.png" | url }})]({{ "/img/blog/february-2025.png" | url }}) +[![servoshell showing new support for
, , and elements, plus layout support for elements]({{ "/img/blog/february-2025.png" | url }})]({{ "/img/blog/february-2025.png" | url }})
Plus several new web API features: