Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
可遇见的WEB
Search
time zhong
March 14, 2014
Technology
0
160
可遇见的WEB
time zhong
March 14, 2014
Tweet
Share
More Decks by time zhong
See All by time zhong
跨越不可能-让WebApp如Native般顺滑
timezhong
0
130
MAY I EAT WEB SPEECH
timezhong
0
120
一起移动吧-交互篇
timezhong
0
140
一起移动吧-基础篇
timezhong
1
71
有沟必火
timezhong
1
160
我的一天
timezhong
0
120
被解放的GPU
timezhong
1
160
网站字体渲染过程
timezhong
7
900
Other Decks in Technology
See All in Technology
Amazon Bedrock AgentCoreのフロントエンドを探す旅 (Next.js編)
kmiya84377
1
160
o11yツールを乗り換えた話
tak0x00
2
1.7k
ABEMAにおける 生成AI活用の現在地 / The Current Status of Generative AI at ABEMA
dekatotoro
0
350
ロールが細分化された組織でSREと協働するインフラエンジニアは何をするか? / SRE Lounge #18
kossykinto
0
240
Observability for LLM Application lifecycle
ivry_presentationmaterials
0
110
はじめての転職講座/The Guide of First Career Change
kwappa
5
4.4k
Claude Code x Androidアプリ 開発
kgmyshin
1
110
テストを実行してSorbetのsigを書こう!
sansantech
PRO
1
130
AWSの最新サービスでAIエージェント構築に楽しく入門しよう
minorun365
PRO
8
480
Amazon Bedrock AgentCore でプロモーション用動画生成エージェントを開発する
nasuvitz
2
130
データモデリング通り #2オンライン勉強会 ~方法論の話をしよう~
datayokocho
0
190
AIエージェントを現場で使う / 2025.08.07 著者陣に聞く!現場で活用するためのAIエージェント実践入門(Findyランチセッション)
smiyawaki0820
7
1.3k
Featured
See All Featured
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
30
9.6k
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
The Cult of Friendly URLs
andyhume
79
6.5k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
44
2.4k
Automating Front-end Workflow
addyosmani
1370
200k
Balancing Empowerment & Direction
lara
2
570
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
48
9.6k
Git: the NoSQL Database
bkeepers
PRO
431
65k
Product Roadmaps are Hard
iamctodd
PRO
54
11k
Designing Experiences People Love
moore
142
24k
How to train your dragon (web standard)
notwaldorf
96
6.2k
StorybookのUI Testing Handbookを読んだ
zakiyama
30
6k
Transcript
None
你所不是很满意的今天,是昨天的⼈人的奢望的明天。
集成 集成
VIEWPORT PERCENTAGE UNITS 1vw=1% of viewport width ! 1vh=1% of
viewport height ! ! 1vmin=min(1vw,1vh) ! 1vmax=max(1vw,1vh)
css: ! .layout-header{height:10vh;font-size:4vw;} .layout-body{height:80vh;} .layout-footer{height:10vh;} .col-aside{float:left;height:80vh;width:30vw;} .col-main{float:left;height:80vh;width:70vw;} html: ! <div
class="layout-header">header</div> <div class="layout-body clearfix"> <div class="col-aside"></div> <div class="col-main"></div> </div> <div class="layout-footer"></div> aside footer main DEMO
None
INSTRINSIC SIZING css: ! body{display:flex;-webkit-justify-content:center;-webkit-align-items:center;} ! .box{ width:-webkit-fit-content;/*fit-content,min-content,max-content,fill-available*/ height:-webkit-fit-content; }
html: ! <div class=“box”></div> DEMO
http://farm7.staticflickr.com/6182/6153481666_4a9bd95388_o.jpg http://www.flickr.com/photos/djericray/9688757269/sizes/h/in/photostream/ 开放
Battery API
! Battery API
! Battery API
MEDIA CAPTURE
MIUI 4.2.27
CSS FILTER PHOTOBOOTH DEMO
None
<input type="file" name="file" accept="image/*" capture> அᅶ ࿊౼གྷႵ֥ ౼ཨ
DEVICE APIS WORKING GROUP http://www.w3.org/2009/dap/
W3C的标准制定流程 ⼯工作草案 (Working Draft, WD) http://www.chinaw3c.org/digital-library.html 备选推荐标准 (Candidate Recommendation, CR)
提案推荐标准 (Proposed Recommendation, PR) 推荐标准 (Recommendation)
LIVE INPUT TO WEB AUDIO API AUTO TRANSLATE
CHROME STATUS
当然远不⽌止这些... calc() datalist data binding Geolocation API Page Visibility API
Client-side Download Screen Orientation API Access Native Hardware ! …
Thank You :)