|
| 1 | +# Browser Reference |
| 2 | + |
| 3 | +本文承接自[ Web 学习与实践资料索引](https://parg.co/b4T)。 |
| 4 | + |
| 5 | +# DOM |
| 6 | +- [2017-Modernizing the DOM tree in Microsoft Edge](https://blogs.windows.com/msedgedev/2017/04/19/modernizing-dom-tree-microsoft-edge/#gXbKkdM2Yl71P1jX.97): In this post, we’ll walk you through the history of the DOM in Internet Explorer and Microsoft Edge, and the impact of our recent work to modernize the DOM Tree, which is already resulting in substantially improved performance in the Windows 10 Creators Update. |
| 7 | +- [2017-Improved JavaScript performance, WebAssembly, and Shared Memory in Microsoft Edge](https://blogs.windows.com/msedgedev/2017/04/20/improved-javascript-performance-webassembly-shared-memory/#aXYIbCB04QkDAmeQ.97): In this post, we’ll walk you through some new features coming to Chakra with the Windows 10 Creators Update that improve the day-to-day browsing experience in Microsoft Edge, as well as some new experimental features for developers: WebAssembly, and Shared Memory and Atomics. |
| 8 | + |
| 9 | +# CSS |
| 10 | + |
| 11 | + |
| 12 | +- [从 Chrome 源码看浏览器如何计算CSS](https://zhuanlan.zhihu.com/p/25380611) |
| 13 | + |
| 14 | +# Security |
| 15 | + |
| 16 | +- [扒一扒浏览器的安全机制](http://mp.weixin.qq.com/s?__biz=MjM5NjA0NjgyMA==&mid=2651061832&idx=2&sn=233869f7e47291aa9d7cde78f0d02599&scene=0#wechat_redirect) |
| 17 | + |
| 18 | +# Chromium |
| 19 | +- [2017-Chrome Headless Docker](https://hub.docker.com/r/justinribeiro/chrome-headless/): What was once a container using the experimental build of headless_shell from tip, this container now runs and exposes stable Chrome headless via google-chome --headless. |
| 20 | +- [2017-Getting Started with Headless Chrome](https://parg.co/btk): Headless Chrome is shipping in Chrome 59. It's a way to run the Chrome browser in a headless environment. Essentially, running Chrome without chrome! It brings all modern web platform features provided by Chromium and the Blink rendering engine to the command line. |
| 21 | +- [2017-Using headless Chrome as an automated screenshot tool](https://parg.co/btL) |
0 commit comments