Skip to content

Commit 65fb7de

Browse files
Add Firefox 147 devtools stuff (mdn#42764)
* Add Firefox 147 devtools stuff * Update files/en-us/mozilla/firefox/releases/147/index.md --------- Co-authored-by: Vadim Makeev <hi@pepelsbey.dev>
1 parent be011c2 commit 65fb7de

File tree

1 file changed

+5
-0
lines changed
  • files/en-us/mozilla/firefox/releases/147

1 file changed

+5
-0
lines changed

files/en-us/mozilla/firefox/releases/147/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ Firefox 147 is the current [Beta version of Firefox](https://www.firefox.com/en-
2020

2121
- When you select a [pseudo-element](/en-US/docs/Web/CSS/Reference/Selectors/Pseudo-elements) (such as {{cssxref("::before")}} or {{cssxref("::after")}}) in the HTML pane of the Inspector, you can now edit the selector of the corresponding rule in the CSS pane.
2222
([Firefox bug 1998704](https://bugzil.la/1998704)).
23+
- During a view transition, {{cssxref("::view-transition")}} pseudo-elements now appear in the elements view. ([Firefox bug 1996608](https://bugzil.la/1996608)).
24+
- During a view transition, the associated animations now appear in the animations panel. ([Firefox bug 1995296](https://bugzil.la/1995296)).
25+
- Elements with a valid {{cssxref("anchor-name")}} get an 'anchor' badge in the elements view. ([Firefox bug 1895196](https://bugzil.la/1895196)).
26+
- A highlighted element's associated {{cssxref("@position-try")}} rules are now displayed in the CSS rules panel. ([Firefox bug 1895176](https://bugzil.la/1895176)).
27+
- JSON payloads can be imported into Firefox Profiler from the JSON viewer using a new button. This provides a breakdown of the size of the resource. ([Firefox bug 1997209](https://bugzil.la/1997209)).
2328

2429
<!-- ### HTML -->
2530

0 commit comments

Comments
 (0)