- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 06 Jan 2010 12:47:18 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view In directory hutz:/tmp/cvs-serv10853 Modified Files: Overview.html grouping-content.html spec.html the-canvas-element.html Log Message: add another blockquote example and mention that the conversation examples are later. (whatwg r4530) [updated by splitter] Index: the-canvas-element.html =================================================================== RCS file: /sources/public/html5/spec-author-view/the-canvas-element.html,v retrieving revision 1.562 retrieving revision 1.563 diff -u -d -r1.562 -r1.563 --- the-canvas-element.html 6 Jan 2010 08:08:03 -0000 1.562 +++ the-canvas-element.html 6 Jan 2010 12:47:16 -0000 1.563 @@ -1205,11 +1205,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><p>The keywords map to these alignment points as follows:</p><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><p>The keywords map to these alignment points as follows:</p><dl><dt><dfn id="dom-context-2d-textbaseline-top" title="dom-context-2d-textBaseline-top"><code>top</code></dfn> </dt><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> Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec-author-view/Overview.html,v retrieving revision 1.608 retrieving revision 1.609 diff -u -d -r1.608 -r1.609 --- Overview.html 6 Jan 2010 12:37:19 -0000 1.608 +++ Overview.html 6 Jan 2010 12:47:11 -0000 1.609 @@ -281,7 +281,7 @@ </dl><p>This specification is available in the following formats: <a href="spec.html">single page HTML</a>, <a href="Overview.html">multipage HTML</a>. -This is revision 1.3626. +This is revision 1.3627. </p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2009 <a href="http://www.w3.org/"><abbr title="World Wide Index: grouping-content.html =================================================================== RCS file: /sources/public/html5/spec-author-view/grouping-content.html,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- grouping-content.html 3 Jan 2010 15:15:06 -0000 1.9 +++ grouping-content.html 6 Jan 2010 12:47:15 -0000 1.10 @@ -543,10 +543,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="sections.html#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="commands.html#conversations">Examples of how to - represent a conversation</a> are shown below; it is not appropriate - to use the <code><a href="text-level-semantics.html#the-cite-element">cite</a></code> and <code><a href="#the-blockquote-element">blockquote</a></code> elements - for this purpose.</p><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></p><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="text-level-semantics.html#the-cite-element">cite</a></code> and <code><a href="#the-blockquote-element">blockquote</a></code> + elements for this purpose.</p><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></p><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content">Flow content</a>.</dd> <dt>Contexts in which this element may be used:</dt> <dd>Where <a href="content-models.html#flow-content">flow content</a> is expected.</dd> Index: spec.html =================================================================== RCS file: /sources/public/html5/spec-author-view/spec.html,v retrieving revision 1.613 retrieving revision 1.614 diff -u -d -r1.613 -r1.614 --- spec.html 6 Jan 2010 12:37:19 -0000 1.613 +++ spec.html 6 Jan 2010 12:47:15 -0000 1.614 @@ -279,7 +279,7 @@ </dl><p>This specification is available in the following formats: <a href=spec.html>single page HTML</a>, <a href=Overview.html>multipage HTML</a>. -This is revision 1.3626. +This is revision 1.3627. </p> <p class=copyright><a href=http://www.w3.org/Consortium/Legal/ipr-notice#Copyright>Copyright</a> © 2009 <a href=http://www.w3.org/><abbr title="World Wide @@ -6737,10 +6737,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.</p><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></p><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.</p><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></p><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> @@ -12333,11 +12378,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><p>The keywords map to these alignment points as follows:</p><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><p>The keywords map to these alignment points as follows:</p><dl><dt><dfn id=dom-context-2d-textbaseline-top title=dom-context-2d-textBaseline-top><code>top</code></dfn> </dt><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:47:20 UTC