Skip to content

Commit 5a9b5d6

Browse files
committed
Remove changes section. Fixes #373
1 parent f84db11 commit 5a9b5d6

File tree

4 files changed

+2
-143
lines changed

4 files changed

+2
-143
lines changed

build.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,6 @@ def process_main_spec():
270270
'legacy-event-types',
271271
'extending-events',
272272
'security',
273-
'changes',
274273
'acknowledgements',
275274
'glossary',
276275
]

index.bs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -172,11 +172,6 @@ path: sections/extending-events.include
172172
path: sections/security.include
173173
</pre>
174174

175-
<!-- Changes =============================================================== -->
176-
<pre class="include">
177-
path: sections/changes.include
178-
</pre>
179-
180175
<!-- Acknowledgements ====================================================== -->
181176
<pre class="include">
182177
path: sections/acknowledgements.include

sections/changes.txt

Lines changed: 0 additions & 135 deletions
This file was deleted.

sections/legacy-event-initializers.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ described in this Appendix.
205205
<p class="note">
206206
The argument list to this legacy KeyboardEvent initializer does not
207207
include the <code>detailArg</code> (present in other initializers) and
208-
adds the <code>locale</code> argument (see [[#changes-drafts]]); it is
208+
adds the <code>locale</code> argument; it is
209209
necessary to preserve this inconsistency for compatibility with existing
210210
implementations.
211211
</p>
@@ -296,7 +296,7 @@ described in this Appendix.
296296
<p class="note">
297297
The argument list to this legacy CompositionEvent initializer does not
298298
include the <code>detailArg</code> (present in other initializers) and
299-
adds the <code>locale</code> argument (see [[#changes-drafts]]); it is
299+
adds the <code>locale</code> argument; it is
300300
necessary to preserve this inconsistency for compatibility with existing
301301
implementations.
302302
</p>

0 commit comments

Comments
 (0)