Skip to content

Commit c8bdd59

Browse files
authored
add script to generate caution header to reading system spec (#2907)
1 parent bcff328 commit c8bdd59

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

epub34/rs/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<script src="https://www.w3.org/Tools/respec/respec-w3c" class="remove"></script>
88
<script src="../../common/js/fix-errata.js" class="remove"></script>
99
<script src="../../common/js/css-inline.js" class="remove"></script>
10+
<script src="../../common/js/add-caution-hd.js" class="remove"></script>
1011
<script src="../../common/js/data-test-display.js" class="remove"></script>
1112
<script src="../../common/js/copyright.js" class="remove"></script>
1213
<script class="remove">
@@ -107,7 +108,7 @@
107108
},
108109
},
109110
preProcess:[inlineCustomCSS],
110-
postProcess: [data_test_display, fixErrataField],
111+
postProcess: [addCautionHeaders, data_test_display, fixErrataField],
111112
testSuiteURI: "https://w3c.github.io/epub-tests/index.html",
112113
xref: {
113114
profile: "web-platform",

0 commit comments

Comments
 (0)