You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- https://github.com/servo/servo/pull/35352 (@simonwuelker, #35352) Add support for the `::slotted` selector (#35352)
325
-
embedding
324
+
- `https://github.com/servo/servo/pull/35352 (@simonwuelker, #35352) Add support for the `::slotted` selector (#35352)
325
+
shadowdom
326
326
- https://github.com/servo/servo/pull/35380 (@simonwuelker, #35380) Handle assigned slottables in an Event's path (#35380)
327
327
shadowdom
328
328
- https://github.com/servo/servo/pull/35382 (@maxtidev, @[email protected], @jdm, #35382) script: Add shadow dom check to custom element constructor (#35382)
329
329
shadowdom
330
330
- https://github.com/servo/servo/pull/35519 (@simonwuelker, #35519) Don't attempt to report style attribute for non-htmlelements to devtools (#35519)
331
331
shadowdom
332
-
- tables
333
-
- https://github.com/servo/servo/pull/35219 (@Loirooriol, #35219) layout: Fix painting order of collapsed table borders (#35219)
332
+
- `tables
333
+
- `https://github.com/servo/servo/pull/35219 (@Loirooriol, #35219) layout: Fix painting order of collapsed table borders (#35219)
334
334
tables
335
335
- unsafe
336
336
- https://github.com/servo/servo/pull/35367 (@[email protected], #35367) script: make methods of ErrorInfo safe (#35367)
@@ -356,12 +356,13 @@ categories:
356
356
upgrade
357
357
-->
358
358
359
-
Servo now supports more CSS properties:
359
+
Servo now supports more CSS features:
360
360
361
361
- the **‘quotes’** property (@xiaochengh, @Loirooriol, #34770, #35420)
362
362
- the **‘isolation’** property (@kkoyung, @Loirooriol, #35552)
363
363
-**‘overflow: clip’** (@longvatrong111, #35103)
364
364
-**‘overflow’** property with two values (@yezhizhen, @mrobinson, #35414)
365
+
- the **‘::slotted’** selector (@simonwuelker, #35352)
365
366
366
367
Plus several new web API features:
367
368
@@ -374,7 +375,10 @@ Plus several new web API features:
374
375
-**href**, **origin**, **protocol**, **username**, **password**, **host**, **hostname**, **port**, **pathname**, **search**, and **hash** properties on **HTMLAreaElement** (@shanehandley, #35482)
375
376
-**insertRule() with no argument** on **CSSGroupingRule** (@Loirooriol, #35295)
376
377
377
-
We’ve landed layout improvements around **‘align-content: normal’** (@rayguo17, #35178), **‘place-self’** with **‘position: absolute’** (@Loirooriol, #35208), the **intrinsic sizing keywords** (@Loirooriol, #35413, #35469, #35471, #35630, #35642, #35663, #35652, #35688), and **‘position: absolute’** now works correctly in a **‘position: relative’ grid item** (@stevennovaryo, #35014).
378
+
**<slot> elements** are now fully supported including layout (@simonwuelker, #35220), and we’ve also landed support for the **‘::slotted’** selector (@simonwuelker, #35352).
379
+
**Shadow roots** are now **supported in devtools** (@simonwuelker, #35294).
380
+
381
+
We’ve landed layout improvements around **‘border-collapse’** (@Loirooriol, #35219), **‘align-content: normal’** (@rayguo17, #35178), **‘place-self’** with **‘position: absolute’** (@Loirooriol, #35208), the **intrinsic sizing keywords** (@Loirooriol, #35413, #35469, #35471, #35630, #35642, #35663, #35652, #35688), and **‘position: absolute’** now works correctly in a **‘position: relative’ grid item** (@stevennovaryo, #35014).
0 commit comments