forked from ontolex/morph
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
46 lines (46 loc) · 1.13 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<title>The OntoLex Lemon Morphology Module</title>
<script
src='https://www.w3.org/Tools/respec/respec-w3c-common'
class='remove'></script>
<script class='remove'>
var respecConfig = {
specStatus: "CG-DRAFT",
editors: [{
name: "John McCrae",
url: "http://john.mccr.ae/",
}],
github: "https://github.com/ontolex/morph",
shortName: "morph",
wg: "OntoLex Community Group"
};
</script>
</head>
<body>
<section id='abstract'>
<p>
This is required.
</p>
</section>
<section id='sotd'>
<p>
This is required.
</p>
</section>
<section data-dfn-for="Foo">
<h2><dfn>Foo</dfn> interface</h2>
<pre class="idl">
interface Foo {
attribute Bar bar;
void doTheFoo();
};
</pre>
<p>The <a>Foo</a> interface is nice. Lets you do stuff.</p>
<p>The <dfn>bar</dfn> attribute, returns 🍺.</p>
<p>The <dfn>doTheFoo()</dfn> method, returns nothing.</p>
</section>
</body>
</html>