Skip to content

Commit

Permalink
fix(accname): adjust links to aria-common copy
Browse files Browse the repository at this point in the history
  • Loading branch information
pkra committed May 20, 2024
1 parent 1e61ee1 commit 20568e9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions accname/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<head>
<title>Accessible Name and Description Computation 1.2</title>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<link href="common/css/common.css" rel="stylesheet" type="text/css"/>
<link href="../common/css/common.css" rel="stylesheet" type="text/css"/>
<script src="https://www.w3.org/Tools/respec/respec-w3c" class="remove" defer="defer"></script>
<script src="common/script/resolveReferences.js" class="remove"></script>
<script src="common/script/utility.js" class="remove"></script>
<script src="common/biblio.js" class="remove" defer="defer"></script>
<script src="../common/script/resolveReferences.js" class="remove"></script>
<script src="../common/script/utility.js" class="remove"></script>
<script src="../common/biblio.js" class="remove" defer="defer"></script>
<script class="remove">
var respecConfig = {
github: "w3c/accname",
Expand Down

0 comments on commit 20568e9

Please sign in to comment.