Skip to content

Commit dc5cc9d

Browse files
committed
Добавляет 493-й
1 parent 9c0d60f commit dc5cc9d

File tree

4 files changed

+53
-1
lines changed

4 files changed

+53
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
|| | | | | | | | | |
3030
| ------- | ------- | ------- | ------- | ------- | ------- | ------- | ------- | ------- | ------- |
31-
| 500 | 499 | 498 | 497 | 496 | 495 | 494 | 493 | [492][] | [491][] |
31+
| 500 | 499 | 498 | 497 | 496 | 495 | 494 | [493][] | [492][] | [491][] |
3232
| [490][] | [489][] | [488][] | [487][] | [486][] | [485][] | [484][] | [483][] | [482][] | [481][] |
3333
| [480][] | [479][] | [478][] | [477][] | [476][] | [475][] | [474][] | [473][] | [472][] | [471][] |
3434
| [470][] | [469][] | [468][] | [467][] | [466][] | [465][] | [464][] | [463][] | [462][] | [461][] |
@@ -113,6 +113,7 @@
113113

114114
</details>
115115

116+
[493]: src/episodes/493/index.md
116117
[492]: src/episodes/492/index.md
117118
[491]: src/episodes/491/index.md
118119
[490]: src/episodes/490/index.md

src/episodes/493/index.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"fileSize": 119267079,
3+
"duration": 7440039
4+
}

src/episodes/493/index.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
## Куча всего в Safari 26
2+
3+
- [WebKit Features in Safari 26.0](https://webkit.org/blog/17333/webkit-features-in-safari-26-0/)
4+
- [Safari 26.0 Release Notes](https://developer.apple.com/documentation/safari-release-notes/safari-26-release-notes)
5+
- [Color models for humans and devices](https://developer.mozilla.org/en-US/blog/color-models-humans-devices/)
6+
7+
## Новинки Firefox 143
8+
9+
- [Firefox 143 for developers](https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Releases/143)
10+
- [Changes on CSS Grid Layout in percentages and indefinite height](https://blogs.igalia.com/mrego/2018/08/10/changes-on-css-grid-layout-in-percentages-and-indefinite-height)
11+
12+
## Спека Wasm 3.0
13+
14+
- [Wasm 3.0](https://webassembly.org/news/2025-09-17-wasm-3.0/)
15+
16+
## React убивает инновации
17+
18+
- [React won by default. And it’s killing frontend innovation](https://www.lorenstew.art/blog/react-won-by-default/), Лорен Стюарт
19+
20+
## Ответы на вопросы
21+
22+
- [Про функцию if() на MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/if)
23+
24+
[podcast@web-standards.ru](mailto:podcast@web-standards.ru)

src/episodes/493/index.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
title: Куча всего в Safari 26, новинки Firefox 143, спека Wasm 3.0, React убивает инновации
2+
3+
date: 2025-09-22T09:00
4+
5+
hosts:
6+
- Полина Гуртовая
7+
- Никита Дубко
8+
9+
chapters:
10+
- time: 00:00:00
11+
title: 'Интро'
12+
- time: 00:00:51
13+
title: 'Куча всего в Safari 26'
14+
- time: 00:50:34
15+
title: 'Новинки Firefox 143'
16+
- time: 01:05:06
17+
title: 'Спека Wasm 3.0'
18+
- time: 01:28:30
19+
title: 'React убивает инновации'
20+
- time: 01:54:16
21+
title: 'Ответы на вопросы'
22+
23+
duration: 02:04:00

0 commit comments

Comments
 (0)