Skip to content

Commit 8bdf81d

Browse files
committed
Добавляет 515-й
1 parent 34874f6 commit 8bdf81d

File tree

4 files changed

+70
-1
lines changed

4 files changed

+70
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
| 550 | 549 | 548 | 547 | 546 | 545 | 544 | 543 | 542 | 541 |
3434
| 540 | 539 | 538 | 537 | 536 | 535 | 534 | 533 | 532 | 531 |
3535
| 530 | 529 | 528 | 527 | 526 | 525 | 524 | 523 | 522 | 521 |
36-
| 520 | 519 | 518 | 517 | 516 | 515 | [514][] | [513][] | [512][] | [511][] |
36+
| 520 | 519 | 518 | 517 | 516 | [515][] | [514][] | [513][] | [512][] | [511][] |
3737
| [510][] | [509][] | [508][] | [507][] | [506][] | [505][] | [504][] | [503][] | [502][] | [501][] |
3838

3939
</details>
@@ -128,6 +128,7 @@
128128

129129
</details>
130130

131+
[515]: src/episodes/515/index.md
131132
[514]: src/episodes/514/index.md
132133
[513]: src/episodes/513/index.md
133134
[512]: src/episodes/512/index.md

src/episodes/515/index.json

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

src/episodes/515/index.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
## Смотрите нас
2+
3+
- [Лайв на Ютубе](https://youtu.be/pUmy1bXB4fc)
4+
5+
## Новинки Chrome 145
6+
7+
- [Chrome 145](https://developer.chrome.com/release-notes/145)
8+
- [Support for wrapped columns in multi-column layout](https://developer.chrome.com/blog/multicol-wrapping)
9+
- [Migrate to User-Agent Client Hints](https://web.dev/articles/migrate-to-ua-ch)
10+
11+
## Anchor Positioning и csskit
12+
13+
- [Гайд по Anchor Positioning](https://doka.guide/css/anchor-positioning-guide/)
14+
- [CSSkit](https://csskit.rs)
15+
16+
## Сложное внедрение corner-shape
17+
18+
- [The corner cases of implementing CSS corner-shape in Blink](https://developer.chrome.com/blog/implementing-corner-shape)
19+
- [Understanding CSS corner-shape and the Power of the Superellipse](https://frontendmasters.com/blog/understanding-css-corner-shape-and-the-power-of-the-superellipse/)
20+
21+
## Неквадратный веб с border-shape
22+
23+
- [Border-shape: the future of the non-rectangular web](https://una.im/border-shape/)
24+
25+
## Зачем нам WebMCP
26+
27+
- [WebMCP is available for early preview](https://developer.chrome.com/blog/webmcp-epp)
28+
- [WebMCP – a much needed way to make agents play with rather than against the web](https://christianheilmann.com/2026/02/16/webmcp-a-much-needed-way-to-make-agents-play-with-rather-than-against-the-web/)
29+
- [WebMCP Explainer](https://github.com/webmachinelearning/webmcp)
30+
- [MDN’s prototype MCP server](https://github.com/mdn/mcp)
31+
32+
## Отладка Next.js с MCP
33+
34+
- [Building Next.js for an agentic future](https://nextjs.org/blog/agentic-future)
35+
36+
## Ответы на вопросы
37+
38+
[podcast@web-standards.ru](mailto:podcast@web-standards.ru)

src/episodes/515/index.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
title: Chrome 145, Anchor Positioning, csskit, corner-shape и border-shape, WebMCP и MCP для Next.js
2+
3+
date: 2026-02-23T09:00
4+
5+
hosts:
6+
- Вадим Макеев
7+
- Полина Гуртовая
8+
- Никита Дубко
9+
10+
chapters:
11+
- time: 00:00:00
12+
title: 'Интро'
13+
- time: 00:01:38
14+
title: 'Новинки Chrome 145'
15+
- time: 00:29:51
16+
title: 'Anchor Positioning и csskit'
17+
- time: 00:45:17
18+
title: 'Сложное внедрение corner-shape'
19+
- time: 01:04:52
20+
title: 'Неквадратный веб с border-shape'
21+
- time: 01:22:39
22+
title: 'Зачем нам WebMCP'
23+
- time: 01:36:52
24+
title: 'Отладка Next.js с MCP'
25+
26+
duration: 01:55:23

0 commit comments

Comments
 (0)