- Responsive Web Design with HTML5 and CSS3
- Ben Frain
- 203字
- 2021-08-06 20:03:41
You can use media queries today
Media queries are already widely used and enjoy a broad level of browser support (Firefox 3.6+, Safari 4+, Chrome 4+, Opera 9.5+, iOS Safari 3.2+, Opera Mobile 10+, Android 2.1+, and Internet Explorer 9+). Furthermore, there are easy to implement (albeit JavaScript based) fixes for common aged browsers such as Internet Explorer versions 6, 7, and 8. If you need to grab the fixes for Internet Explorer versions 6, 7, and 8 now, you'll need to look at Chapter 9, Solving Cross-browser Responsive Challenges. In short, there's no good reason why we can't get using media queries today!
Note
Specifications at the W3C go through a ratification process (if you have a spare day, knock yourself out with the official explanation of the process at http://www.w3.org/2005/10/Process-20051014/tr), from Working Draft (WD ), to Candidate Recommendation (CR ), to Proposed Recommendation (PR ) before finally arriving, many years later, at W3C Recommendation (REC ). So modules at a greater maturity level than others are generally safer to use. For example, CSS Transforms Module Level 3 (http://www.w3.org/TR/css3-3d-transforms/) has been at WD status since March 2009 and browser support for it is far scanter than CR modules such as media queries.
- Google Apps Script for Beginners
- Getting Started with React
- Vue.js入門與商城開發(fā)實(shí)戰(zhàn)
- Python測試開發(fā)入門與實(shí)踐
- PHP+MySQL網(wǎng)站開發(fā)項(xiàng)目式教程
- C語言程序設(shè)計(jì)學(xué)習(xí)指導(dǎo)與習(xí)題解答
- UML 基礎(chǔ)與 Rose 建模案例(第3版)
- 編程與類型系統(tǒng)
- Yii Project Blueprints
- 響應(yīng)式架構(gòu):消息模式Actor實(shí)現(xiàn)與Scala、Akka應(yīng)用集成
- 計(jì)算機(jī)應(yīng)用基礎(chǔ)教程(Windows 7+Office 2010)
- Building Serverless Web Applications
- Kotlin Programming By Example
- UX Design for Mobile
- Learning Jakarta Struts 1.2: a concise and practical tutorial