Check Browser Compatibility: Difference between revisions

From LemonWiki共筆
Jump to navigation Jump to search
 
Line 5: Line 5:
# view the snapshot only: only allowed to view the static web snapshot
# view the snapshot only: only allowed to view the static web snapshot


==== Checking the compatibility ====
==== Checking the compatibility of web page ====
* {{Gd}} [http://www.caniuse.com/ Can I use... Support tables for HTML5, CSS3, etc] "Compatibility tables for support of HTML5, CSS3, SVG and more in desktop and mobile browsers." {{access | date=2020-08-23}}
* {{Gd}} [http://www.caniuse.com/ Can I use... Support tables for HTML5, CSS3, etc] "Compatibility tables for support of HTML5, CSS3, SVG and more in desktop and mobile browsers." {{access | date=2020-08-23}}
* [http://blog.miniasp.com/post/2013/07/14/HTML5-CSS3-JavaScript-JS-compatibility-resouces.aspx The Will Will Web | 前端工程研究:HTML/CSS/JavaScript 相容性檢查資源整理]
==== Checking the compatibility of email ====
* {{Gd}} [https://www.caniemail.com/ Can I email… Support tables for HTML and CSS in emails]
* {{Gd}} [https://www.caniemail.com/ Can I email… Support tables for HTML and CSS in emails]
* [http://blog.miniasp.com/post/2013/07/14/HTML5-CSS3-JavaScript-JS-compatibility-resouces.aspx The Will Will Web | 前端工程研究:HTML/CSS/JavaScript 相容性檢查資源整理]
* [https://email-compatibility-checker.planetoid.info/ Email Newsletter Compatibility Checker]


==== allowed to interact ====
==== allowed to interact ====

Latest revision as of 18:24, 1 July 2026

Check Browser Compatibility

Noun explanation

  1. allowed to interact: the solutions which (1) allowed to interact the web pages e.g. click the link and test javascript (2) view the web snapshot
  2. view the snapshot only: only allowed to view the static web snapshot

Checking the compatibility of web page[edit]


Checking the compatibility of email[edit]

allowed to interact[edit]

desktop browser + mobile browser[edit]

cloud services for testing desktop browsers and mobile browsers

testing different screen resolution

mobile browsers[edit]
Owl icon.jpg WARNING: Simulators/emulators for mobile browser testing is different from the browser for real mobile device.

alternative

desktop browser[edit]

One PC with different Internet Explorer versions 同一電腦可以有不同版本的Internet Explorer

older version of IE also available at

other desktop browser available at

alternative: Install different virtual machines, ex:


See also

further reading


Web site design and development process