HTML 属性的顺序对性能有影响吗?

发布于 2024-11-09 08:59:38 字数 337 浏览 0 评论 0原文

是否有任何与解析时间、布局、渲染时间、样式应用程序等相关的原因使 HTML 属性按某种(或一致)顺序排列?

HTML 属性的顺序不会显着提高页面的可压缩性,并且保持某种顺序可以使标记更容易被人类读者理解(例如,将 id 放在前面,以 type 开始 ,推杆布尔属性位于开始标记的末尾),但我想知道是否有任何性能原因需要考虑属性顺序。

Is there any reason that relates to parsing time, layout, rendering time, style application, etc. to have HTML attributes in a certain (or consistent) order?

The order of HTML attributes does not improve a page's compressibility significantly, and maintaining some order can make the markup easier for human readers to figure out (e.g. putting id first, starting <input>s with type, putting boolean attributes at the end of an opening tag) but I'd like to know if there are any performance reasons to consider attribute order.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

ぶ宁プ宁ぶ 2024-11-16 08:59:38

没什么可说的,我不认为。在浏览器能够正确理解标签之前,必须解析和读取每个标签内的所有属性。

只要代码没有语法错误并且(显然)越短越好。

None to speak of I don't think. All the properties within each tag have to be parsed and read before the tag can be properly understood by the browser.

As long as the code is syntax-error free and (obviously) the shorter the better.

小姐丶请自重 2024-11-16 08:59:38

这一切都取决于布局引擎,但我怀疑它可以忽略不计。您不应该关心这个。

It all depends on the layout engine, but i suspect it would be negligible. You should not be concerned with this.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文