Skip to content

Commit 14baf19

Browse files
committed
Editorial: Monorepo - update common directory path
1 parent 86ec94f commit 14baf19

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

svg-aam/index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
<head>
44
<title>SVG Accessibility API Mappings</title>
55
<script src="https://www.w3.org/Tools/respec/respec-w3c-common" class="remove" defer="defer"></script>
6-
<script src="common/script/resolveReferences.js" class="remove"></script>
7-
<script src="common/biblio.js" class="remove" defer="defer"></script>
6+
<script src="../common/script/resolveReferences.js" class="remove"></script>
7+
<script src="../common/biblio.js" class="remove" defer="defer"></script>
88

9-
<link href="common/css/mapping-tables.css" rel="stylesheet" type="text/css"/>
10-
<link href="common/css/common.css" rel="stylesheet" type="text/css"/>
9+
<link href="../common/css/mapping-tables.css" rel="stylesheet" type="text/css"/>
10+
<link href="../common/css/common.css" rel="stylesheet" type="text/css"/>
1111
<!--<link href="css/svg-aam.css" rel="stylesheet" type="text/css"/>-->
1212
<script class="remove">
1313
var respecConfig = {
@@ -553,7 +553,7 @@ <h2>Normative User Agent Implementation Requirements for <abbr title="Scalable V
553553
</section>
554554
<section id="glossary">
555555
<h2>Important Terms</h2>
556-
<div data-include="common/terms.html" data-oninclude="restrictReferences" data-include-replace='true'>Placeholder for glossary</div>
556+
<div data-include="../common/terms.html" data-oninclude="restrictReferences" data-include-replace='true'>Placeholder for glossary</div>
557557
</section>
558558
<section class="section" id="keyboard-focus">
559559
<h2>Supporting Keyboard Navigation</h2>
@@ -4054,7 +4054,7 @@ <h2>Security and Privacy Considerations</h2>
40544054
<section id="appendices" class="appendix">
40554055
<h2>Appendices</h2>
40564056

4057-
<!--<div data-include='common/acknowledgements.html' data-include-replace='true'></div>-->
4057+
<!--<div data-include='../common/acknowledgements.html' data-include-replace='true'></div>-->
40584058
<section class="appendix informative section" id="acknowledgements">
40594059
<h3>Acknowledgments</h3>
40604060
<p>In addition to the credited authors and editors,
@@ -4083,7 +4083,7 @@ <h4>Past participants in the SVG Accessibility Task Force</h4>
40834083
<li>Jason White (Educational Testing Service)</li>
40844084
</ul>
40854085
</section>
4086-
<div data-include="common/acknowledgements/funders.html" data-include-replace="true"></div>
4086+
<div data-include="../common/acknowledgements/funders.html" data-include-replace="true"></div>
40874087
</section>
40884088

40894089
<section class="appendix" id="issue-summary">

0 commit comments

Comments
 (0)