惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

U
Unit 42
P
Proofpoint News Feed
The Last Watchdog
The Last Watchdog
S
Secure Thoughts
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
N
News | PayPal Newsroom
Application and Cybersecurity Blog
Application and Cybersecurity Blog
O
OpenAI News
S
Security @ Cisco Blogs
宝玉的分享
宝玉的分享
Hacker News: Ask HN
Hacker News: Ask HN
T
Troy Hunt's Blog
Google Online Security Blog
Google Online Security Blog
WordPress大学
WordPress大学
有赞技术团队
有赞技术团队
TaoSecurity Blog
TaoSecurity Blog
Help Net Security
Help Net Security
Latest news
Latest news
NISL@THU
NISL@THU
S
Security Affairs
博客园_首页
C
CXSECURITY Database RSS Feed - CXSecurity.com
博客园 - 聂微东
AI
AI
www.infosecurity-magazine.com
www.infosecurity-magazine.com
Recent Announcements
Recent Announcements
P
Privacy & Cybersecurity Law Blog
小众软件
小众软件
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
Hugging Face - Blog
Hugging Face - Blog
博客园 - 司徒正美
AWS News Blog
AWS News Blog
W
WeLiveSecurity
Google DeepMind News
Google DeepMind News
I
InfoQ
Schneier on Security
Schneier on Security
Recent Commits to openclaw:main
Recent Commits to openclaw:main
T
The Exploit Database - CXSecurity.com
IT之家
IT之家
T
Threatpost
Scott Helme
Scott Helme
L
LINUX DO - 热门话题
腾讯CDC
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
N
News and Events Feed by Topic
L
LINUX DO - 最新话题
F
Full Disclosure
大猫的无限游戏
大猫的无限游戏
H
Heimdal Security Blog
S
SegmentFault 最新的问题

Recent Commits to csswg-drafts:main

[css-color-4][editorial] fix warning about variable only used once [css-color-4][editorial] wpt · w3c/csswg-drafts@f37938a [css-color-4] Clarify carry-forward in color interpolation #14134 · w3c/csswg-drafts@526bc74 [css-link-params][editorial] Prepare for FPWD · w3c/csswg-drafts@c7d565c [css-view-tranitions-2] Update two-phase view transition explainer (#… [css-navigation-1] Remove controversial parts (#14138) [css-speech-1][editorial] Enforce positive <generic-voice> variant us… · w3c/csswg-drafts@b99f0c7 [selectors-4][editorial] Update previous versions · w3c/csswg-drafts@a3a7543 [selectors-4][editorial] silence bikeshed nitpicking · w3c/csswg-drafts@7780a1f [selectors-4][editorial] wpt · w3c/csswg-drafts@aa61b2c [selectors-4] Better description of :lang() psuedo class selector #3022. · w3c/csswg-drafts@1ed57ea [css-navigation-1] Change `:trigger-link` to `:nav-source` and includ… · w3c/csswg-drafts@d554423 Clarify note on ViewTransition/types manipulation. (#14110) · w3c/csswg-drafts@14685cd [selectors-4] Add CanIUse panels #1193 (#14120) [css-navigation-1] Move parameter resolution into <<route-location>> … Initial plan [cssom-view-1] Per flackr feedback, not worth making quirks mode care… · w3c/csswg-drafts@169b434 [css-overscroll-1] Clarify the wording to be about scrollable axis. · w3c/csswg-drafts@d5541f2 [css-conditional-5] Clarify a little bit that we can skip containers. · w3c/csswg-drafts@416c971 [css-overscroll-1] Never mind, exclude single-axis scrollers from the… · w3c/csswg-drafts@23ba67b [css-nav-1] Clean up some of the bikeshed errors · w3c/csswg-drafts@f746899 [css-conditional-5] For the scroller queries, elements are only CQ co… · w3c/csswg-drafts@a017379 [css-conditional-5][editorial] Rewrap to semantic linebreaks · w3c/csswg-drafts@4be4924
[css-nav-1] Fix up 'can be manually scrolled' to care about axises, u… · w3c/csswg-drafts@8f211ee
tabatkins · 2026-07-01 · via Recent Commits to csswg-drafts:main
Original file line numberDiff line numberDiff line change

@@ -1480,9 +1480,11 @@ or of its nearest [=scroll container=] ancestor if it isn't.

14801480
14811481

<dt><dfn>focus</dfn>

14821482

<dd>

1483-

The focus is moved to the nearest focusable element within the [=scroll container=],

1483+

The focus is moved to the nearest focusable element within the [=scroll container=]

1484+

if it [=can be manually scrolled=] in that direction,

14841485

regardless of whether it is visible.

1485-

If there are none,

1486+

If there are none

1487+

or it can't be scrolled in that direction,

14861488

the scroll container is <em>not</em> scrolled,

14871489

and the search continues up the ancestry chain instead.

14881490

@@ -1499,7 +1501,8 @@ or of its nearest [=scroll container=] ancestor if it isn't.

14991501

If the currently focused element is not itself a [=scroll container=],

15001502

this value on an ancestor [=scroll container=] has the same effect as ''spatial-navigation-action/auto''.

15011503
1502-

If the currently focused element is a [=scroll container=],

1504+

If the currently focused element is a [=scroll container=]

1505+

and [=can be manually scrolled=] in the direction requested,

15031506

it is scrolled in the direction requested without changing which element is in focus,

15041507

regardless of the presence of focusable descendants.

15051508

@@ -1626,7 +1629,7 @@ but are hosted here until then.

16261629

Issue(w3c/csswg-drafts#2322): Terminology like this should be in [[CSSOM-VIEW-1]], [[CSS-OVERFLOW-3]], [[CSS-SCROLL-SNAP-1]].

16271630
16281631

An element <var>e</var> <dfn lt="can be manually scrolled | can be scrolled manually | cannot be scrolled manually | cannot be manually scrolled">can be manually scrolled</dfn> in a given direction <var>d</var> if:

1629-

* The <a>principal box</a> established by <var>e</var> is a <a>scroll container</a>, and

1632+

* The <a>principal box</a> established by <var>e</var> is a <a>scroll container</a> in |d|'s axis, and

16301633

* if <var>d</var> is <code>up</code> or <code>down</code>, the computed value of the 'overflow-y' property is not ''overflow/hidden'', and

16311634

* if <var>d</var> is <code>left</code> or <code>right</code>, the computed value of the 'overflow-x' property is not ''overflow/hidden'', and

16321635

* <var>e</var> is not at the <a>scroll boundary</a> in the direction <var>d</var>