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
325
shadowdom
326
-
- https://github.com/servo/servo/pull/35380 (@simonwuelker, #35380) Handle assigned slottables in an Event's path (#35380)
326
+
- `https://github.com/servo/servo/pull/35380 (@simonwuelker, #35380) Handle assigned slottables in an Event's path (#35380)
327
327
shadowdom
328
-
- https://github.com/servo/servo/pull/35382 (@maxtidev, @[email protected], @jdm, #35382) script: Add shadow dom check to custom element constructor (#35382)
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
-
- https://github.com/servo/servo/pull/35519 (@simonwuelker, #35519) Don't attempt to report style attribute for non-htmlelements to devtools (#35519)
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
332
- `tables
333
333
- `https://github.com/servo/servo/pull/35219 (@Loirooriol, #35219) layout: Fix painting order of collapsed table borders (#35219)
@@ -378,8 +378,8 @@ Plus several new web API features:
378
378
-**href**, **origin**, **protocol**, **username**, **password**, **host**, **hostname**, **port**, **pathname**, **search**, and **hash** properties on **HTMLAreaElement** (@shanehandley, #35482)
379
379
-**insertRule() with no argument** on **CSSGroupingRule** (@Loirooriol, #35295)
380
380
381
-
**<slot> elements** are now fully supported including layout (@simonwuelker, #35220), and we’ve also landed support for the **‘::slotted’** selector (@simonwuelker, #35352).
382
-
**Shadow roots** are now **supported in devtools** (@simonwuelker, #35294).
381
+
**<slot> elements** are now fully supported including layout (@simonwuelker, #35220, #35519), and we’ve also landed support for the **‘::slotted’** selector (@simonwuelker, #35352).
382
+
**Shadow roots** are now **supported in devtools** (@simonwuelker, #35294), and we’ve fixed some bugs related to shadow DOM trees (@simonwuelker, #35276, #35338), event handling (@simonwuelker, #35380), and custom elements (@maxtidev, @jdm, #35382).
383
383
384
384
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