Skip to content

Commit 51da5b5

Browse files
committed
Write about new elements
1 parent 5838c3c commit 51da5b5

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

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

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,12 @@ categories:
6969
devtools
7070
- https://github.com/servo/servo/pull/35416 (@jdm, #35416) script: Add custom logging representation for DOM interfaces. (#35416)
7171
devtools
72-
- element
73-
- https://github.com/servo/servo/pull/35524 (@simonwuelker, #35524) Support the `<meter>` element (#35524)
72+
- `element
73+
- `https://github.com/servo/servo/pull/35524 (@simonwuelker, #35524) Support the `<meter>` element (#35524)
7474
element
75-
- https://github.com/servo/servo/pull/35261 (@simonwuelker, #35261) Allow the `<details>` element to be opened and closed (#35261)
75+
- `https://github.com/servo/servo/pull/35261 (@simonwuelker, #35261) Allow the `<details>` element to be opened and closed (#35261)
7676
element
77-
- https://github.com/servo/servo/pull/35531 (@simonwuelker, #35531) Implement the <progress> element (#35531)
77+
- `https://github.com/servo/servo/pull/35531 (@simonwuelker, #35531) Implement the <progress> element (#35531)
7878
element
7979
- embedding
8080
- https://github.com/servo/servo/pull/35229 (@mrobinson, #35229) Finish the integration of `webxr` into the Cargo workspace (#35229)
@@ -356,8 +356,11 @@ categories:
356356
upgrade
357357
-->
358358

359-
Servo now supports more CSS features:
359+
Servo now supports more HTML and CSS features:
360360

361+
- the **&lt;details>** element (@simonwuelker, #35261)
362+
- the **&lt;meter>** element (@simonwuelker, #35524)
363+
- the **&lt;progress>** element (@simonwuelker, #35531)
361364
- the **‘quotes’** property (@xiaochengh, @Loirooriol, #34770, #35420)
362365
- the **‘isolation’** property (@kkoyung, @Loirooriol, #35552)
363366
- **‘overflow: clip’** (@longvatrong111, #35103)

0 commit comments

Comments
 (0)