Skip to content

Commit ec72185

Browse files
committed
Добавляет 494-й
1 parent dc5cc9d commit ec72185

File tree

4 files changed

+63
-1
lines changed

4 files changed

+63
-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+
[494]: src/episodes/494/index.md
116117
[493]: src/episodes/493/index.md
117118
[492]: src/episodes/492/index.md
118119
[491]: src/episodes/491/index.md

src/episodes/494/index.json

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

src/episodes/494/index.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
[Лайв на Ютубе](https://youtu.be/A7JRxy7Tz78)
2+
3+
## Новинки Chrome 140
4+
5+
- [Chrome 140 Release notes](https://developer.chrome.com/release-notes/140?hl=en)
6+
- [Ready for Developer Testing: Scoped View Transitions](https://www.bram.us/2025/09/24/ready-for-developer-testing-scoped-view-transitions/)
7+
- [MDN: caret-animation](https://developer.mozilla.org/en-US/docs/Web/CSS/caret-animation)
8+
- [Использование font-feature-settings на MDN](https://github.com/mdn/fred/blob/main/components/font/inter.css#L15)
9+
10+
## Масштабирование текста
11+
12+
- [Blink: Intent to Prototype: meta name="text-scale"](https://groups.google.com/a/chromium.org/g/blink-dev/c/2F5g2dqy9_Q/m/h-wdfI8NAgAJ)
13+
- [Explainer: meta tag for text scaling behavior](https://github.com/w3c/csswg-drafts/blob/main/css-env-1/explainers/meta-text-scale.md)
14+
- [Explainer: env(preferred-text-scale)](https://github.com/w3c/csswg-drafts/blob/main/css-env-1/explainers/env-preferred-text-scale.md)
15+
16+
## Temporal в Chrome
17+
18+
- [Intent to Ship: Temporal in ECMA262](https://groups.google.com/a/chromium.org/g/blink-dev/c/s58GKzoQZFg/m/iQ6OBGuLAAAJ)
19+
- [Chrome Platform Status](https://chromestatus.com/roadmap)
20+
21+
## Двойная обводка фокуса
22+
23+
- [Taking a shot at the double focus ring problem](https://piccalil.li/blog/taking-a-shot-at-the-double-focus-ring-problem-using-modern-css/)
24+
25+
## Chrome DevTools MCP
26+
27+
- [Chrome DevTools (MCP) for your AI agent](https://developer.chrome.com/blog/chrome-devtools-mcp)
28+
29+
## Ответы на вопросы
30+
31+
[podcast@web-standards.ru](mailto:podcast@web-standards.ru)

src/episodes/494/index.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
title: Новинки Chrome 140, масштабирование текста, двойная обводка фокуса, Temporal и DevTools MCP
2+
3+
date: 2025-09-29T09:00
4+
5+
hosts:
6+
- Алексей Симоненко
7+
- Вадим Макеев
8+
- Никита Дубко
9+
10+
chapters:
11+
- time: 00:00:00
12+
title: 'Интро'
13+
- time: 00:01:22
14+
title: 'Новинки Chrome 140'
15+
- time: 00:31:23
16+
title: 'Масштабирование текста'
17+
- time: 00:45:58
18+
title: 'Temporal в Chrome'
19+
- time: 00:57:07
20+
title: 'Двойная обводка фокуса'
21+
- time: 01:11:28
22+
title: 'Chrome DevTools MCP'
23+
- time: 01:25:45
24+
title: 'Ответы на вопросы'
25+
26+
duration: 01:40:34

0 commit comments

Comments
 (0)