码迷,mamicode.com
首页 > Web开发 > 详细

css/js 加载顺序

时间:2015-02-03 19:49:50      阅读:154      评论:0      收藏:0      [点我收藏+]

标签:

Firefox and Opera are the only browsers capable of loading  scripts in parallel while preserving execution order. In all other browsers, scripts must be loaded sequentially.

//只有Firefox和opera支持并行加载脚本,并保持执行顺序。其他游览器必须按顺序进行加载。

All browsers respect CSS specificity based on the order of the link elements in the DOM, regardless of the order in which the stylesheets are actually downloaded.

//所有游览器根据link在样式表的顺序进行渲染,而非根据最终下载时间。

css/js 加载顺序

标签:

原文地址:http://my.oschina.net/u/214483/blog/374987

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!