We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b06ffe4 + ce57575 commit e7bcea5Copy full SHA for e7bcea5
guidelines/waic_link.js
@@ -1,7 +1,7 @@
1
const trNote = "この文書内にあるリンクのうち、「Understanding WCAG 2.2」へのリンクについては、WAIC の公開する日本語版にリンク先を追加しています。WAIC の日本語訳は、 W3C の公開する英語版より内容が古い可能性がありますのでご注意ください。";
2
const jaLinkText = '[日本語訳]';
3
const jaLinkTitleSuffix = 'の日本語訳';
4
-const taregtUrlString = ['Understanding'];
+const taregtUrlString = ['Understanding', 'Techniques'];
5
6
document.addEventListener('DOMContentLoaded', function(){
7
const lastTrNote = document.querySelector("aside.trnote>p:last-child");
0 commit comments