Meta: improve PR Preview · whatwg/html@3057476
annevk
·
2026-06-22
·
via Recent Commits to html:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -38,7 +38,7 @@
|
38 | 38 | <link w-nosnap w-noreview rel="icon" crossorigin href="https://resources.whatwg.org/logo.svg"> |
39 | 39 | <link w-nohtml w-nodev rel="icon" crossorigin href="https://resources.whatwg.org/logo-snapshot.svg"> |
40 | 40 | <link w-dev rel="stylesheet" crossorigin href="/dev/styles.css"> |
41 | | - <link w-nodev rel="stylesheet" crossorigin href="/styles.css"> |
| 41 | + <link w-nodev rel="stylesheet" crossorigin href="https://html.spec.whatwg.org/styles.css"> |
42 | 42 | <script> |
43 | 43 | function toggleStatus(div) { |
44 | 44 | div.parentNode.classList.toggle('wrapped'); |
@@ -59,8 +59,9 @@
|
59 | 59 | </head> |
60 | 60 | <body> |
61 | 61 | <script w-dev src="/dev/search.js" async></script> |
| 62 | + <!-- PR Preview special cases /html-dfn.js. --> |
62 | 63 | <script w-nodev w-noreview crossorigin src="/html-dfn.js" defer></script> |
63 | | - <script w-nodev w-noreview crossorigin src="/var-click-highlighting.js" defer></script> |
| 64 | + <script w-nodev w-noreview crossorigin src="https://html.spec.whatwg.org/var-click-highlighting.js" defer></script> |
64 | 65 | <script w-nodev w-noreview w-nosplit crossorigin src="https://resources.whatwg.org/commit-snapshot-shortcut-key.js" defer></script> |
65 | 66 | <header class="head with-buttons" id="head"> |
66 | 67 | <a href="https://whatwg.org/" class="logo"><img crossorigin width="100" height="100" alt="WHATWG" src="https://resources.whatwg.org/logo.svg" class="darkmode-aware"></a> |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。