diff options
| author | Craig Jennings <c@cjennings.net> | 2025-08-14 22:58:58 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2025-08-14 22:58:58 -0500 |
| commit | 82ba818ff456bcd6d56a06226e3f27e98fbb55c3 (patch) | |
| tree | 158cfc17b2f644a10f063cb546752cfaae12c97f /devdocs/html/element%2Ffigcaption.html | |
| parent | 9278ddd4ea1a8b1a4c1edaa8894516e3f48d245b (diff) | |
| download | dotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.tar.gz dotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.zip | |
removing all downloaded devdocs files
Diffstat (limited to 'devdocs/html/element%2Ffigcaption.html')
| -rw-r--r-- | devdocs/html/element%2Ffigcaption.html | 62 |
1 files changed, 0 insertions, 62 deletions
diff --git a/devdocs/html/element%2Ffigcaption.html b/devdocs/html/element%2Ffigcaption.html deleted file mode 100644 index 87703d5e..00000000 --- a/devdocs/html/element%2Ffigcaption.html +++ /dev/null @@ -1,62 +0,0 @@ -<header><h1><figcaption>: The Figure Caption element</h1></header><div class="section-content"><p>The <code><figcaption></code> <a href="../index">HTML</a> element represents a caption or legend describing the rest of the contents of its parent <a href="figure"><code><figure></code></a> element.</p></div> -<h2 id="try_it">Try it</h2> -<div class="section-content"><iframe class="interactive is-tabbed-shorter-height" height="200" src="https://interactive-examples.mdn.mozilla.net/pages/tabbed/figcaption.html" title="MDN Web Docs Interactive Example" loading="lazy"></iframe></div> -<h2 id="attributes">Attributes</h2> -<div class="section-content"><p>This element only includes the <a href="../global_attributes">global attributes</a>.</p></div> -<h2 id="examples">Examples</h2> -<div class="section-content"><p>Please see the <a href="figure"><code><figure></code></a> page for examples on <code><figcaption></code>.</p></div> -<h2 id="technical_summary">Technical summary</h2> -<div class="section-content"><figure class="table-container"><div class="_table"><table class="properties"> <tbody> <tr> <th scope="row"><a href="../content_categories">Content categories</a></th> <td>None.</td> </tr> <tr> <th scope="row">Permitted content</th> <td> -<a href="../content_categories#flow_content">Flow content</a>.</td> </tr> <tr> <th scope="row">Tag omission</th> <td>None, both the starting and ending tag are mandatory.</td> </tr> <tr> <th scope="row">Permitted parents</th> <td> A <a href="figure"><code><figure></code></a> element; the <code><figcaption></code> element must be its first or last child. </td> </tr> <tr> <th scope="row">Implicit ARIA role</th> <td><a href="https://www.w3.org/TR/html-aria/#dfn-no-corresponding-role" target="_blank">No corresponding role</a></td> </tr> <tr> <th scope="row">Permitted ARIA roles</th> <td> <a href="https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/group_role"><code>group</code></a>, <a href="https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/none_role"><code>none</code></a>, <a href="https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/presentation_role"><code>presentation</code></a> </td> </tr> <tr> <th scope="row">DOM interface</th> <td><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement"><code>HTMLElement</code></a></td> </tr> </tbody> </table></div></figure></div> -<h2 id="specifications">Specifications</h2> -<div class="_table"><table class="standard-table"> -<thead><tr><th scope="col">Specification</th></tr></thead> -<tbody><tr><td><a href="https://html.spec.whatwg.org/multipage/grouping-content.html#the-figcaption-element">HTML Standard <br><small># the-figcaption-element</small></a></td></tr></tbody> -</table></div> -<h2 id="browser_compatibility">Browser compatibility</h2> -<div class="_table"><table> -<thead> -<tr id="bct-browser-type"> -<th></th> -<th colspan="6">Desktop</th> -<th colspan="6">Mobile</th> -</tr> -<tr id="bct-browsers"> -<th></th> -<th>Chrome</th> -<th>Edge</th> -<th>Firefox</th> -<th>Internet Explorer</th> -<th>Opera</th> -<th>Safari</th> -<th>WebView Android</th> -<th>Chrome Android</th> -<th>Firefox for Android</th> -<th>Opera Android</th> -<th>Safari on IOS</th> -<th>Samsung Internet</th> -</tr> -</thead> -<tbody><tr> -<th><code>figcaption</code></th> -<td class="bc-supports-yes">8</td> -<td class="bc-supports-yes">12</td> -<td class="bc-supports-yes">4</td> -<td class="bc-supports-yes">9</td> -<td class="bc-supports-yes">11</td> -<td class="bc-supports-yes">5.1</td> -<td class="bc-supports-yes">4.4</td> -<td class="bc-supports-yes">18</td> -<td class="bc-supports-yes">4</td> -<td class="bc-supports-yes">11</td> -<td class="bc-supports-yes">5</td> -<td class="bc-supports-yes">1.0</td> -</tr></tbody> -</table></div> -<h2 id="see_also">See also</h2> -<div class="section-content"><ul> <li>The <a href="figure"><code><figure></code></a> element.</li> </ul></div><div class="_attribution"> - <p class="_attribution-p"> - © 2005–2023 MDN contributors.<br>Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.<br> - <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/figcaption" class="_attribution-link">https://developer.mozilla.org/en-US/docs/Web/HTML/Element/figcaption</a> - </p> -</div> |
