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

推荐订阅源

Hacker News - Newest:
Hacker News - Newest: "LLM"
Webroot Blog
Webroot Blog
S
Security @ Cisco Blogs
H
Heimdal Security Blog
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
www.infosecurity-magazine.com
www.infosecurity-magazine.com
N
News and Events Feed by Topic
H
Hacker News: Front Page
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
Application and Cybersecurity Blog
Application and Cybersecurity Blog
SecWiki News
SecWiki News
N
News | PayPal Newsroom
T
Tor Project blog
W
WeLiveSecurity
A
Arctic Wolf
Security Archives - TechRepublic
Security Archives - TechRepublic
S
Secure Thoughts
月光博客
月光博客
AWS News Blog
AWS News Blog
D
Docker
C
CERT Recently Published Vulnerability Notes
MyScale Blog
MyScale Blog
Google Online Security Blog
Google Online Security Blog
大猫的无限游戏
大猫的无限游戏
T
The Blog of Author Tim Ferriss
I
InfoQ
人人都是产品经理
人人都是产品经理
Recent Announcements
Recent Announcements
Google DeepMind News
Google DeepMind News
Hacker News: Ask HN
Hacker News: Ask HN
Blog — PlanetScale
Blog — PlanetScale
博客园 - 【当耐特】
Engineering at Meta
Engineering at Meta
Stack Overflow Blog
Stack Overflow Blog
Recorded Future
Recorded Future
罗磊的独立博客
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
T
The Exploit Database - CXSecurity.com
D
DataBreaches.Net
S
Security Affairs
WordPress大学
WordPress大学
T
Threatpost
Microsoft Security Blog
Microsoft Security Blog
V
Vulnerabilities – Threatpost
The Hacker News
The Hacker News
S
SegmentFault 最新的问题
B
Blog RSS Feed
Project Zero
Project Zero
P
Proofpoint News Feed

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>