Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) Clarify meaning of 'css tables'. (credit: og)
git-svn-id: http://svn.whatwg.org/webapps@3343 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 1, 2009
1 parent 1dfc0e2 commit 3ad2a99
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions index
Expand Up @@ -67,7 +67,7 @@
<div class=head>
<p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
<h1>HTML 5</h1>
<h2 class="no-num no-toc" id=draft-standard-&mdash;-date:-01-jan-1901>Draft Standard &mdash; 30 June 2009</h2>
<h2 class="no-num no-toc" id=draft-standard-&mdash;-date:-01-jan-1901>Draft Standard &mdash; 1 July 2009</h2>
<p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
Expand Down Expand Up @@ -25936,8 +25936,8 @@ function AddCloud(data, x, y) { ... }</pre>
tables used for layout.</p>

<p class=note>There are a variety of alternatives to using HTML
tables for layout, primarily using CSS positioning and CSS
tables.</p>
tables for layout, primarily using CSS positioning and the CSS table
model.</p>

<p>User agents that do table analysis on arbitrary content are
encouraged to find heuristics to determine which tables actually
Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -28543,8 +28543,8 @@ function AddCloud(data, x, y) { ... }</pre>
tables used for layout.</p>

<p class="note">There are a variety of alternatives to using HTML
tables for layout, primarily using CSS positioning and CSS
tables.</p>
tables for layout, primarily using CSS positioning and the CSS table
model.</p>

<p>User agents that do table analysis on arbitrary content are
encouraged to find heuristics to determine which tables actually
Expand Down

0 comments on commit 3ad2a99

Please sign in to comment.