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

推荐订阅源

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 [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-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
[selectors-4] Better description of :lang() psuedo class selector #3022. · w3c/csswg-drafts@1ed57ea
svgeesus · 2026-07-02 · via Recent Commits to csswg-drafts:main
Original file line numberDiff line numberDiff line change

@@ -2636,10 +2636,13 @@ The Language Pseudo-class: '':lang()''</h3>

26362636

its <a>content language</a>, as represented in BCP 47 syntax,

26372637

matches the given <a>language range</a> in an <i>extended filtering</i>

26382638

operation per [[!RFC4647]] <cite>Matching of Language Tags</cite> (section 3.3.2).

2639-

Both the [=content language=] and the [=language range=]

2639+

The [=content language=] and the [=language range=]

26402640

must be <i>canonicalized</i>

26412641

and converted to <i>extlang form</i> as per section 4.5 of [[!RFC5646]]

2642-

prior to the <i>extended filtering</i> operation.

2642+

prior to the <i>extended filtering</i> operation;

2643+

language tags or ranges that are not

2644+

<a href="https://www.w3.org/TR/i18n-glossary/#dfn-valid">valid</a>

2645+

do not match anything.

26432646

The matching is performed [=ASCII case-insensitively=].

26442647
26452648

The <a>language range</a>

@@ -5181,7 +5184,15 @@ Changes since the 22 January 2026 Working Draft

51815184

(<a href="https://github.com/w3c/csswg-drafts/issues/8720">Issue 8720</a>)

51825185

* Reworded constraints on language ranges

51835186

(<a href="https://github.com/w3c/csswg-drafts/issues/8720">Issue 8720</a>)

5184-

<!-- to 27 May 2026 -->

5187+

* Clarified that :picture-in-picture applies to the embedder element, not the PiP display

5188+

(<a href="https://github.com/w3c/csswg-drafts/issues/13720">Issue 13720</a>)

5189+

* Renamed &lt;an+b> to &lt;a-n-plus-b>

5190+

(<a href="https://github.com/w3c/csswg-drafts/issues/9473">Issue 9473</a>)

5191+

* Added CanIUse panels

5192+

(<a href="https://github.com/w3c/csswg-drafts/issues/1193">Issue 1193</a>)

5193+

* Forbade non-valid tags/ranges from ever matching

5194+

(<a href="https://github.com/w3c/csswg-drafts/issues/3022#issuecomment-4568519381">Issue 3022</a>)

5195+

<!-- to 2 July 2026 -->

51855196
51865197

<h3 id="changes-2022-11">

51875198

Changes since the 11 November 2022 Working Draft</h3>