Skip to content

Commit

Permalink
Remove changes section. Fixes #373
Browse files Browse the repository at this point in the history
  • Loading branch information
garykac committed Jun 22, 2024
1 parent f84db11 commit 5a9b5d6
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 143 deletions.
1 change: 0 additions & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,6 @@ def process_main_spec():
'legacy-event-types',
'extending-events',
'security',
'changes',
'acknowledgements',
'glossary',
]
Expand Down
5 changes: 0 additions & 5 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -172,11 +172,6 @@ path: sections/extending-events.include
path: sections/security.include
</pre>

<!-- Changes =============================================================== -->
<pre class="include">
path: sections/changes.include
</pre>

<!-- Acknowledgements ====================================================== -->
<pre class="include">
path: sections/acknowledgements.include
Expand Down
135 changes: 0 additions & 135 deletions sections/changes.txt

This file was deleted.

4 changes: 2 additions & 2 deletions sections/legacy-event-initializers.txt
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ described in this Appendix.
<p class="note">
The argument list to this legacy KeyboardEvent initializer does not
include the <code>detailArg</code> (present in other initializers) and
adds the <code>locale</code> argument (see [[#changes-drafts]]); it is
adds the <code>locale</code> argument; it is
necessary to preserve this inconsistency for compatibility with existing
implementations.
</p>
Expand Down Expand Up @@ -296,7 +296,7 @@ described in this Appendix.
<p class="note">
The argument list to this legacy CompositionEvent initializer does not
include the <code>detailArg</code> (present in other initializers) and
adds the <code>locale</code> argument (see [[#changes-drafts]]); it is
adds the <code>locale</code> argument; it is
necessary to preserve this inconsistency for compatibility with existing
implementations.
</p>
Expand Down

0 comments on commit 5a9b5d6

Please sign in to comment.