forked from speced/bikeshed
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathelementdef001.bs
49 lines (40 loc) · 1.04 KB
/
elementdef001.bs
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
47
48
49
<h1>Foo</h1>
<pre class=metadata>
Group: test
Shortname: foo
Level: 1
Status: LS
ED: http://example.com/foo
Abstract: Testing <pre class=elementdef> elements.
Editor: Example Editor
Date: 1970-01-01
</pre>
<pre class=elementdef>
Name: testelement
Categories: flow content, graphics element
Contexts: whatever, this is free text
Content Model: this is free text too
Attributes: foo, bar
Attribute Groups: baz attributes, quux attributes
DOM Interfaces: SVGTestElement
</pre>
<pre class=link-defaults>
spec: html; type: dfn; text: flow content;
</pre>
<dl dfn-type=element-attr dfn-for=testelement>
: <dfn>foo</dfn>
:: the foo attribute
: <dfn>bar</dfn>
:: the bar attribute
</dl>
Here are the <dfn>baz attributes</dfn>:
<ul dfn-type=element-attr dfn-for="baz attributes">
* <dfn>baz1</dfn>
* <dfn>baz2</dfn>
</ul>
Here are the <dfn>quux attributes</dfn>:
<ul dfn-type=element-attr dfn-for="quux attributes">
* <dfn>quux1</dfn>
* <dfn>quux2</dfn>
</ul>
The <dfn interface>SVGTestElement</dfn> interface is defined here.