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

推荐订阅源

N
News and Events Feed by Topic
GbyAI
GbyAI
博客园 - Franky
宝玉的分享
宝玉的分享
Blog — PlanetScale
Blog — PlanetScale
Google DeepMind News
Google DeepMind News
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
人人都是产品经理
人人都是产品经理
Microsoft Azure Blog
Microsoft Azure Blog
The Register - Security
The Register - Security
腾讯CDC
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
I
InfoQ
The Cloudflare Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Engineering at Meta
Engineering at Meta
MongoDB | Blog
MongoDB | Blog
有赞技术团队
有赞技术团队
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
F
Full Disclosure
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
Vercel News
Vercel News
博客园 - 【当耐特】
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
S
Schneier on Security
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
Project Zero
Project Zero
量子位
M
MIT News - Artificial intelligence
Stack Overflow Blog
Stack Overflow Blog
C
Cyber Attacks, Cyber Crime and Cyber Security
美团技术团队
Attack and Defense Labs
Attack and Defense Labs
C
Cybersecurity and Infrastructure Security Agency CISA
T
The Blog of Author Tim Ferriss
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
T
Troy Hunt's Blog
Google Online Security Blog
Google Online Security Blog
罗磊的独立博客
P
Proofpoint News Feed
Schneier on Security
Schneier on Security
Spread Privacy
Spread Privacy
S
SegmentFault 最新的问题
L
LINUX DO - 最新话题
Simon Willison's Weblog
Simon Willison's Weblog
爱范儿
爱范儿
博客园 - 聂微东
A
About on SuperTechFans
PCI Perspectives
PCI Perspectives
D
Docker

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] Fix up 'can be manually scrolled' to care about axises, u… · w3c/csswg-drafts@8f211ee [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] Clean up some of the bikeshed errors · w3c/csswg-drafts@f746899
tabatkins · 2026-07-01 · via Recent Commits to csswg-drafts:main

@@ -37,7 +37,6 @@ spec: html; urlPrefix: https://html.spec.whatwg.org/multipage/;

3737

text: sequential focus navigation order

3838

text: sequential focus navigation starting point

3939

text: sequential navigation search algorithm

40-

text: tabindex; url: #attr-tabindex

4140

urlPrefix: rendering.html

4241

type: dfn;

4342

text: being rendered; url: #being-rendered

@@ -73,7 +72,8 @@ spec: css2; urlPrefix: https://drafts.csswg.org/css2/

7372

text: painting order; url: #painting-order

7473

</pre>

7574

<pre class=link-defaults>

76-

spec:html; type:method; for:HTMLOrSVGElement; text:focus()

75+

spec:html; type:method; for:HTMLOrSVGOrMathMLElement; text:focus()

76+

spec:dom; type:dfn; for:/; text:document

7777

</pre>

7878

<style>

7979

code.key {

@@ -253,7 +253,7 @@ the user agent will fire events.

253253

These enable the author to prevent the upcoming action

254254

(by calling {{preventDefault()}}),

255255

and if desired to provide an alternate action,

256-

such as using the {{HTMLOrSVGElement/focus()}} method on a different

256+

such as using the {{focus()}} method on a different

257257

element of the author's choosing.

258258259259

To help the author write such alternate actions,

@@ -509,7 +509,7 @@ the user agent must run the steps described below:

509509

: <dfn method for=Element lt="getSpatialNavigationContainer()">getSpatialNavigationContainer()</dfn>

510510

::

511511

1. Return the nearest ancestor of the element that is a <a>spatial navigation container</a>,

512-

or the <a>document</a> if the nearest <a>spatial navigation container</a> is the viewport.

512+

or the [=/document=] if the nearest <a>spatial navigation container</a> is the viewport.

513513514514

Note: If the element is a <a>spatial navigation container</a>, {{getSpatialNavigationContainer()}} also returns

515515

the nearest <a>spatial navigation container</a>, not the element itself.

@@ -655,7 +655,7 @@ The <a>event target</a> is the element which has focus and

655655

the {{NavigationEvent/relatedTarget}} is the element which is about to receive focus.

656656657657

If <a>navigation-override</a> is disabled in the [=node document=] of <var>eventTarget</var> for

658-

the <a spec=html for="/">origin</a> of the [=active document=] of the [=top-level browsing context=], this event won't be dispatched.

658+

the [=/origin=] of the [=active document=] of the [=top-level browsing context=], this event won't be dispatched.

659659660660

<div class='example'>

661661

This example shows the [=event order=] when pressing the <code class=key>ArrowRight</code>

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

15071507

to move the focus to a [=scroll container=] and to scroll it,

15081508

but not to move the focus to its descendants.

15091509

However, if the focus is moved to a descendant by some other mean

1510-

(such as pressing the <span class=key>Tab</span> key or using the <{{HTMLOrSVGElement/focus()}}> method)

1510+

(such as pressing the <span class=key>Tab</span> key or using the <{{focus()}}> method)

15111511

spatial navigation can be used to move the focus to other focusable descendants.

1512151215131513

Note: The ''spatial-navigation-ation/scroll'' value is <a>at-risk</a>.