- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 06 Jan 2010 12:41:27 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv6559 Modified Files: Overview.html Log Message: add another blockquote example and mention that the conversation examples are later. (whatwg r4530) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3626 retrieving revision 1.3627 diff -u -d -r1.3626 -r1.3627 --- Overview.html 6 Jan 2010 12:26:12 -0000 1.3626 +++ Overview.html 6 Jan 2010 12:41:24 -0000 1.3627 @@ -13206,10 +13206,55 @@ Coral is far more red, than her lips red,<br> ...</pre> + </div><div class="example"> + + <p>This example shows how a forum post could use + <code><a href="#the-blockquote-element">blockquote</a></code> to show what post a user is replying + to. The <code><a href="#the-article-element">article</a></code> element is used for each post, to mark + up the threading.</p> + + <pre><article> + <h1><a href="http://bacon.example.com/?blog=109431">Bacon on a crowbar</a></h1> + <article> + <header><strong>t3yw</strong> 12 points 1 hour ago</header> + <p>I bet a narwhal would love that.</p> + <footer><a href="?pid=29578">permalink</a></footer> + <article> + <header><strong>greg</strong> 8 points 1 hour ago</header> + <blockquote><p>I bet a narwhal would love that.</p></blockquote> + <p>Dude narwhals don't eat bacon.</p> + <footer><a href="?pid=29579">permalink</a></footer> + <article> + <header><strong>t3yw</strong> 15 points 1 hour ago</header> + <blockquote> + <blockquote><p>I bet a narwhal would love that.</p></blockquote> + <p>Dude narwhals don't eat bacon.</p> + </blockquote> + <p>Next thing you'll be saying they don't get capes and wizard + hats either!</p> + <footer><a href="?pid=29580">permalink</a></footer> + <article> + <article> + <header><strong>boing</strong> -5 points 1 hour ago</header> + <p>narwhals are worse than ceiling cat</p> + <footer><a href="?pid=29581">permalink</a></footer> + </article> + </article> + </article> + </article> + <article> + <header><strong>fred</strong> 1 points 23 minutes ago</header> + <blockquote><p>I bet a narwhal would love that.</p></blockquote> + <p>I bet they'd love to peel a banana too.</p> + <footer><a href="?pid=29582">permalink</a></footer> + </article> + </article> +</article></pre> + </div><p class="note"><a href="#conversations">Examples of how to - represent a conversation</a> are shown below; it is not appropriate - to use the <code><a href="#the-cite-element">cite</a></code> and <code><a href="#the-blockquote-element">blockquote</a></code> elements - for this purpose.<h4 id="the-ol-element"><span class="secno">4.5.6 </span>The <dfn><code>ol</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><dl class="element"><dt>Categories</dt> + represent a conversation</a> are shown in a later section; it is not + appropriate to use the <code><a href="#the-cite-element">cite</a></code> and <code><a href="#the-blockquote-element">blockquote</a></code> + elements for this purpose.<h4 id="the-ol-element"><span class="secno">4.5.6 </span>The <dfn><code>ol</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><dl class="element"><dt>Categories</dt> <dd><a href="#flow-content">Flow content</a>.</dd> <dt>Contexts in which this element may be used:</dt> <dd>Where <a href="#flow-content">flow content</a> is expected.</dd> @@ -23330,11 +23375,11 @@ where some glyphs like आ are anchored, the middle is half-way between the top of the em square and the bottom of the em square, the alphabetic baseline is where characters like Á, ÿ, - f, and Ω are anchored, the ideographic baseline is + " src="images/baselines.png">x0066;, and Ω are anchored, the ideographic baseline is where glyphs like 私 and 達 are anchored, and the bottom of the em square is roughly at the bottom of the glyphs in a font. The top and bottom of the bounding box can be far from these - baselines, due to glyphs extending far outside the em square." src="images/baselines.png"><p>The keywords map to these alignment points as follows:<dl><dt><dfn id="dom-context-2d-textbaseline-top" title="dom-context-2d-textBaseline-top"><code>top</code></dfn> + baselines, due to glyphs extending far outside the em square."><p>The keywords map to these alignment points as follows:<dl><dt><dfn id="dom-context-2d-textbaseline-top" title="dom-context-2d-textBaseline-top"><code>top</code></dfn> <dd>The top of the em square</dd> <dt><dfn id="dom-context-2d-textbaseline-hanging" title="dom-context-2d-textBaseline-hanging"><code>hanging</code></dfn>
Received on Wednesday, 6 January 2010 12:41:29 UTC