- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 02 Feb 2010 05:26:54 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup In directory hutz:/tmp/cvs-serv1012 Added Files: figcaption.html Log Message: new --- NEW FILE: figcaption.html --- <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> <title>HTML5: figcaption – figure caption</title> <link rel="stylesheet" href="style.css" type="text/css"></link> <link rel="stylesheet" href="W3C-ED.css" type="text/css"></link> </head> <body> <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2> <div class="nav"> <span class="nav-prev"><a href="fieldset.html">« fieldset</a></span> <span class="nav-next"><a href="figure.html">figure »</a></span> </div> <div id="figcaption" class="section"> <h2 class="element-head"><span class="element">figcaption</span> – <span class="shortdesc">figure caption</span> <a class="hash" href="#figcaption">#</a> <a class="toc-bak" href="Overview.html#figcaption-toc">T</a></h2> <div id="figcaption-longdesc" class="longdesc"> <p>The <a href="figcaption.html#figcaption" class="element">figcaption</a> element represents a caption or legend for a <a href="figure.html#figure" class="element">figure</a>.</p> </div> <div class="no-number no-toc" id="figcaption-contents"><h2 class="element-subhead">Permitted content <a class="hash" href="#figcaption-contents">#</a></h2><div class="prose-model"><p><a href="syntax.html#normal-character-data">normal character data</a> and <a href="common-models.html#common.elem.phrasing">phrasing elements</a></p></div></div><div class="no-number no-toc" id="figcaption-attr-mdl"> <h2 class="element-subhead">Permitted attributes <a class="hash" href="#figcaption-attr-mdl">#</a></h2> <div class="attr-content-models"> <p><span class="pattern" id="figcaption.attrs"><a class="ref" href="common-attributes.html">common attributes</a></span></p></div></div> <div class="no-number no-toc tag-omission" id="figcaption-tags"> <h2 class="element-subhead">Tag omission <a class="hash" href="#figcaption-tags">#</a></h2> <p>A <a href="figcaption.html#figcaption">figcaption</a> element must have both a <span title="syntax-start-tag">start tag</span> and an <span title="syntax-end-tag">end tag</span>.</p> </div> <div class="no-number no-toc" id="figcaption-context"> <h2 class="element-subhead">Permitted parent elements <a class="hash" href="#figcaption-context">#</a></h2> <p class="permitted-parents"> <span class="context-mdl"><a href="figure.html#figure">figure</a></span></p> </div> </div> <hr class="footerbreak"></hr> <div class="nav"> <span class="nav-prev"><a href="fieldset.html">« fieldset</a></span> <span class="nav-next"><a href="figure.html">figure »</a></span> </div> </body> </html>
Received on Tuesday, 2 February 2010 05:26:59 UTC