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

推荐订阅源

G
GRAHAM CLULEY
S
Security @ Cisco Blogs
P
Proofpoint News Feed
Cisco Talos Blog
Cisco Talos Blog
D
Darknet – Hacking Tools, Hacker News & Cyber Security
C
Cyber Attacks, Cyber Crime and Cyber Security
T
Tor Project blog
WordPress大学
WordPress大学
Project Zero
Project Zero
S
Schneier on Security
P
Proofpoint News Feed
小众软件
小众软件
P
Privacy International News Feed
美团技术团队
L
LangChain Blog
Know Your Adversary
Know Your Adversary
J
Java Code Geeks
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
The Register - Security
The Register - Security
N
Netflix TechBlog - Medium
Microsoft Security Blog
Microsoft Security Blog
Engineering at Meta
Engineering at Meta
I
InfoQ
量子位
Vercel News
Vercel News
博客园 - 三生石上(FineUI控件)
Spread Privacy
Spread Privacy
D
DataBreaches.Net
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
U
Unit 42
P
Privacy & Cybersecurity Law Blog
C
Cybersecurity and Infrastructure Security Agency CISA
T
The Blog of Author Tim Ferriss
Latest news
Latest news
K
Kaspersky official blog
MongoDB | Blog
MongoDB | Blog
L
LINUX DO - 热门话题
Simon Willison's Weblog
Simon Willison's Weblog
云风的 BLOG
云风的 BLOG
S
Securelist
AWS News Blog
AWS News Blog
F
Fortinet All Blogs
T
Threat Research - Cisco Blogs
Stack Overflow Blog
Stack Overflow Blog
Scott Helme
Scott Helme
Help Net Security
Help Net Security
Y
Y Combinator Blog
宝玉的分享
宝玉的分享
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
T
Tenable Blog

Recent Commits to visual-viewport:gh-pages

archive this repo · WICG/visual-viewport@03de238 [Viewport Segments] Cleanup the existing explainer. · WICG/visual-viewport@8948a2a Viewport Segments: Fix mitigation by removing the focused area one (#88) · WICG/visual-viewport@ce02d5d Update Viewport Segments explainer. (#86) Add Security and Privacy self assessment for the viewport segments pr… Update link to draft spec · WICG/visual-viewport@44deaba Improve CG report metadata Link to fire an event definition · WICG/visual-viewport@74efebe Add definition of visual and layout viewports Minor editorial clean-ups · WICG/visual-viewport@0317366 Specify resize and scroll event ordering (#80) Code update · WICG/visual-viewport@ffb31ee Update JS example Update with previous changes Address Daniel's changes Update README with segments explainer · WICG/visual-viewport@fb277c9 Update image path Add segments-explainer Merge pull request #77 from dlibby-/dlibby-segments-typo · WICG/visual-viewport@9d2419c
Fix markdown links · WICG/visual-viewport@56af3e0
ststimac · 2021-09-27 · via Recent Commits to visual-viewport:gh-pages

This repository was archived by the owner on Mar 12, 2026. It is now read-only.

File tree

Original file line numberDiff line numberDiff line change

@@ -84,9 +84,9 @@ if (segments && segments.length > 1) {

8484

}

8585

```

8686
87-

We can also use the ![`@horizontal-viewport-segments`](https://drafts.csswg.org/mediaqueries-5/#mf-horizontal-viewport-segments) and ![`@vertical-viewport-segments](https://drafts.csswg.org/mediaqueries-5/#mf-vertical-viewport-segments) media queries to change the layout and style of a website depending on the way a device is oriented.

87+

We can also use the [@horizontal-viewport-segments](https://drafts.csswg.org/mediaqueries-5/#mf-horizontal-viewport-segments) and [@vertical-viewport-segments](https://drafts.csswg.org/mediaqueries-5/#mf-vertical-viewport-segments) media queries to change the layout and style of a website depending on the way a device is oriented.

8888
89-

Additionally, there are a number of new ![environment variables](https://drafts.csswg.org/css-env-1/#viewport-segments) that can be used to place and position content on dual screen devices.

89+

Additionally, there are a number of new [environment variables](https://drafts.csswg.org/css-env-1/#viewport-segments) that can be used to place and position content on dual screen devices.

9090
9191
9292

### Reacting to map application resize/spanning state change