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.less
//只有Firefox和opera支持并行加载脚本,并保持执行顺序。其余游览器必须按顺序进行加载。spa
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.ip
//全部游览器根据link在样式表的顺序进行渲染,而非根据最终下载时间。ci