Skip to content

Commit

Permalink
chore: sections use .txt extension
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoscaceres committed Sep 6, 2021
1 parent faae2b4 commit 6473e86
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -67,69 +67,69 @@ spec:infra; type:dfn; text:code point
</pre>

<pre class="include">
path: sections/introduction.include
path: sections/introduction.txt
</pre>

<pre class="include">
path: sections/conventions.include
path: sections/conventions.txt
</pre>

<!-- Section 3: Architecture =============================================== -->
<pre class="include">
path: sections/architecture.include
path: sections/architecture.txt
</pre>

<!-- Section 4: Basic Event Interfaces ===================================== -->
<pre class="include">
path: sections/event-interfaces.include
path: sections/event-interfaces.txt
</pre>

<!-- Section 5: The Events ================================================= -->
<pre class="include">
path: sections/event-types.include
path: sections/event-types.txt
</pre>

<!-- Section 6: Keyboard and key values ==================================== -->
<pre class="include">
path: sections/keyboard.include
path: sections/keyboard.txt
</pre>

<!-- Appendix A: Legacy Event Initializers ================================= -->
<pre class="include">
path: sections/legacy-event-initializers.include
path: sections/legacy-event-initializers.txt
</pre>

<!-- Appendix B: Legacy Key Attributes ===================================== -->
<pre class="include">
path: sections/legacy-key-attributes.include
path: sections/legacy-key-attributes.txt
</pre>

<!-- Appendix C: Legacy Event Types ======================================== -->
<pre class="include">
path: sections/legacy-event-types.include
path: sections/legacy-event-types.txt
</pre>

<!-- Appendix D: Extending Events ========================================== -->
<pre class="include">
path: sections/extending-events.include
path: sections/extending-events.txt
</pre>

<!-- Appendix E: Security Considerations =================================== -->
<pre class="include">
path: sections/security.include
path: sections/security.txt
</pre>

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

<!-- Appendix G: Acknowledgements ========================================== -->
<pre class="include">
path: sections/acknowledgements.include
path: sections/acknowledgements.txt
</pre>

<!-- Appendix H: Glossary ================================================= -->
<pre class="include">
path: sections/glossary.include
path: sections/glossary.txt
</pre>

3 comments on commit 6473e86

@saschanaz
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@marcoscaceres .include files are generated by build.py so I think the previous state was correct, unless we want to drop the script?

@garykac
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As @saschanaz says, the build.py script converts the table markup into HTML before it is sent to bikeshed. So this should be reverted back to .include.

@marcoscaceres
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note to self: read the build script πŸ₯΄

Please sign in to comment.