Skip to content

Commit

Permalink
Add more metadata to spec text
Browse files Browse the repository at this point in the history
  • Loading branch information
jridgewell committed Jan 20, 2020
1 parent 60e9a1e commit de62368
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<link rel="stylesheet" href="./spec.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/github.min.css">
<script src="./spec.js"></script>
<title>Array Filtering</title><script type="application/json" id="menu-search-biblio">[{"type":"clause","id":"sec-scope","aoid":null,"title":"Scope","titleHTML":"Scope","number":"1","namespace":"<no location>","location":"","referencingIds":[],"key":"Scope"},{"type":"clause","id":"sec-array.prototype.filterOut","aoid":null,"title":"Array.prototype.filterOut ( callbackfn [ , thisArg ] )","titleHTML":"Array.prototype.filterOut ( <var>callbackfn</var> [ , <var>thisArg</var> ] )","number":"2.1","namespace":"<no location>","location":"","referencingIds":[],"key":"Array.prototype.filterOut ( callbackfn [ , thisArg ] )"},{"type":"clause","id":"sec-properties-of-the-array-prototype-object","aoid":null,"title":"Properties of the Array Prototype Object (22.1.3)","titleHTML":"Properties of the Array Prototype Object (<a href=\"https://tc39.es/ecma262/#sec-properties-of-the-array-prototype-object\">22.1.3</a>)","number":"2","namespace":"<no location>","location":"","referencingIds":[],"key":"Properties of the Array Prototype Object (22.1.3)"},{"type":"clause","id":"sec-copyright-and-software-license","aoid":null,"title":"Copyright & Software License","titleHTML":"Copyright &amp; Software License","number":"A","namespace":"<no location>","location":"","referencingIds":[],"key":"Copyright & Software License"}]</script><script>"use strict";
<title>Array Filtering</title><script type="application/json" id="menu-search-biblio">[{"type":"clause","id":"sec-scope","aoid":null,"title":"Scope","titleHTML":"Scope","number":"1","namespace":"https://tc39.es/proposal-array-filtering/","location":"","referencingIds":[],"key":"Scope"},{"type":"clause","id":"sec-array.prototype.filterOut","aoid":null,"title":"Array.prototype.filterOut ( callbackfn [ , thisArg ] )","titleHTML":"Array.prototype.filterOut ( <var>callbackfn</var> [ , <var>thisArg</var> ] )","number":"2.1","namespace":"https://tc39.es/proposal-array-filtering/","location":"","referencingIds":[],"key":"Array.prototype.filterOut ( callbackfn [ , thisArg ] )"},{"type":"clause","id":"sec-properties-of-the-array-prototype-object","aoid":null,"title":"Properties of the Array Prototype Object (22.1.3)","titleHTML":"Properties of the Array Prototype Object (<a href=\"https://tc39.es/ecma262/#sec-properties-of-the-array-prototype-object\">22.1.3</a>)","number":"2","namespace":"https://tc39.es/proposal-array-filtering/","location":"","referencingIds":[],"key":"Properties of the Array Prototype Object (22.1.3)"},{"type":"clause","id":"sec-copyright-and-software-license","aoid":null,"title":"Copyright & Software License","titleHTML":"Copyright &amp; Software License","number":"A","namespace":"https://tc39.es/proposal-array-filtering/","location":"","referencingIds":[],"key":"Copyright & Software License"}]</script><script>"use strict";

function Search(menu) {
this.menu = menu;
Expand Down
2 changes: 2 additions & 0 deletions spec.emu
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@
<script src="./spec.js"></script>
<pre class="metadata">
title: Array Filtering
status: proposal
stage: 1
contributors: Justin Ridgewell
location: https://tc39.es/proposal-array-filtering/
</pre>

<emu-clause id="sec-scope">
Expand Down

0 comments on commit de62368

Please sign in to comment.