We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c006ed commit 18eec2dCopy full SHA for 18eec2d
.github/workflows/build-validate-publish.yml
@@ -13,3 +13,4 @@ jobs:
13
- uses: w3c/spec-prod@v2
14
with:
15
GH_PAGES_BRANCH: gh-pages
16
+ VALIDATE_MARKUP: false
index.html
@@ -36,7 +36,7 @@
36
content: "This box is non-normative. Implementation requirements are given below this box.";
37
}
38
</style>
39
-<script type="text/javascript" src='https://www.w3.org/Tools/respec/respec-w3c-common' class='remove' async></script>
+<script src="https://www.w3.org/Tools/respec/respec-w3c" class="remove" defer></script>
40
<script type="text/javascript" src="respecConfig.js" class='remove'></script>
41
</head>
42
<body>
0 commit comments