Skip to content

Commit 18eec2d

Browse files
Editorial: Replace obsolete respec-w3c-common
See https://github.com/w3c/respec/wiki/respec-w3c-common-migration-guide
1 parent 3c006ed commit 18eec2d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build-validate-publish.yml

+1
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ jobs:
1313
- uses: w3c/spec-prod@v2
1414
with:
1515
GH_PAGES_BRANCH: gh-pages
16+
VALIDATE_MARKUP: false

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
content: "This box is non-normative. Implementation requirements are given below this box.";
3737
}
3838
</style>
39-
<script type="text/javascript" src='https://www.w3.org/Tools/respec/respec-w3c-common' class='remove' async></script>
39+
<script src="https://www.w3.org/Tools/respec/respec-w3c" class="remove" defer></script>
4040
<script type="text/javascript" src="respecConfig.js" class='remove'></script>
4141
</head>
4242
<body>

0 commit comments

Comments
 (0)