@@ -152,6 +152,54 @@ <h2>Example</h2>
152
152
<p ><emu-xref aoid =" Get" ></emu-xref > is an abstract operation from ES6</p >
153
153
</emu-clause >
154
154
155
+ <emu-clause id =" emu-figure" >
156
+ <h1 >emu-figure</h1 >
157
+ <p >Creates a figure that can be xrefed by ID using the `emu-xref` element.</p >
158
+ <h2 >Attributes</h2 >
159
+ <p ><b >caption:</b > Optional: Caption for the example</p >
160
+ <p ><b >informative:</b > Optional: If present, the figure is informative. Otherwise it is normative.</p >
161
+
162
+ <h2 >Example</h2 >
163
+ <pre ><code class =" language-html" >
164
+ < ; emu-figure caption="Example figure">
165
+ [[insert some awesome graphic here, maybe something like figure 2]]
166
+ < ; /emu-figure>
167
+ </code ></pre >
168
+ <emu-figure caption =" Example figure" >
169
+ [[insert some awesome graphic here, maybe something like figure 2]]
170
+ </emu-figure >
171
+ </emu-clause >
172
+
173
+ <emu-clause id =" emu-table" >
174
+ <h1 >emu-table</h1 >
175
+ <p >Creates a table that can be xrefed by ID using the `emu-xref` element.</p >
176
+ <h2 >Attributes</h2 >
177
+ <p ><b >caption:</b > Optional: Caption for the example</p >
178
+ <p ><b >informative:</b > Optional: If present, the table is informative. Otherwise it is normative.</p >
179
+
180
+ <h2 >Example</h2 >
181
+ <pre ><code class =" language-html" >
182
+ < ; emu-table caption="Example table">
183
+ < ; table>
184
+ < ; tr>< ; th>Column 1< ; /th>< ; th>Column 2< ; /th>< ; /tr>
185
+ < ; tr>< ; td>Value< ; /td>< ; td>Value 2< ; /td>< ; /tr>
186
+ < ; tr>< ; td>Value< ; /td>< ; td>Value 2< ; /td>< ; /tr>
187
+ < ; tr>< ; td>Value< ; /td>< ; td>Value 2< ; /td>< ; /tr>
188
+ < ; tr>< ; td>Value< ; /td>< ; td>Value 2< ; /td>< ; /tr>
189
+ < ; /table>
190
+ < ; /emu-table>
191
+ </code ></pre >
192
+ <emu-table caption =" Example table" >
193
+ <table >
194
+ <tr ><th >Column 1</th ><th >Column 2</th ></tr >
195
+ <tr ><td >Value</td ><td >Value 2</td ></tr >
196
+ <tr ><td >Value</td ><td >Value 2</td ></tr >
197
+ <tr ><td >Value</td ><td >Value 2</td ></tr >
198
+ <tr ><td >Value</td ><td >Value 2</td ></tr >
199
+ </table >
200
+ </emu-table >
201
+ </emu-clause >
202
+
155
203
<emu-clause id =" emu-example" >
156
204
<h1 >emu-example</h1 >
157
205
<p >Creates an informative example. Examples are numbered based on how many are present in the example's containing clause. Can be xrefed by ID using `emu-xref`.</p >
0 commit comments