[html5] r830 - /
whatwg at whatwg.org
whatwg at whatwg.org
Sat May 19 00:29:23 PDT 2007
Author: ianh
Date: 2007-05-19 00:29:22 -0700 (Sat, 19 May 2007)
New Revision: 830
Modified:
index
source
Log:
[e] (0) Make the class attribute section fit in better
Modified: index
===================================================================
--- index 2007-05-18 05:43:16 UTC (rev 829)
+++ index 2007-05-19 07:29:22 UTC (rev 830)
@@ -22,7 +22,7 @@
<h1 id=html-5>HTML 5</h1>
- <h2 class="no-num no-toc" id=working>Working Draft — 18 May 2007</h2>
+ <h2 class="no-num no-toc" id=working>Working Draft — 19 May 2007</h2>
<p>You can take part in this work. <a
href="http://www.whatwg.org/mailing-list">Join the working group's
@@ -329,7 +329,8 @@
<li><a href="#the-dir"><span class=secno>3.4.4. </span>The
<code>dir</code> attribute</a>
- <li><a href="#classes"><span class=secno>3.4.5. </span>Classes</a>
+ <li><a href="#classes"><span class=secno>3.4.5. </span>The
+ <code>class</code> attribute</a>
<li><a href="#the-irrelevant"><span class=secno>3.4.6. </span>The
<code>irrelevant</code> attribute</a>
@@ -6353,10 +6354,11 @@
<a href="#reflect">reflect</a> the <code title=attr-dir><a
href="#dir">dir</a></code> content attribute.
- <h4 id=classes><span class=secno>3.4.5. </span>Classes</h4>
+ <h4 id=classes><span class=secno>3.4.5. </span>The <dfn id=class
+ title=attr-class><code>class</code></dfn> attribute</h4>
- <p>Every <span>HTML element</span> may have a <dfn id=class
- title=attr-class><code>class</code></dfn> attribute specified.
+ <p>Every <span>HTML element</span> may have a <code title=attr-class><a
+ href="#class">class</a></code> attribute specified.
<p>The attribute, if specified, must have a value that is an <a
href="#unordered">unordered set of space-separated tokens</a> representing
@@ -6367,7 +6369,7 @@
href="#class">class</a></code> attribute is <a href="#split" title="split
a string on spaces">split on spaces</a>.
- <p class=note>Assinging classes to an element affects class matching in
+ <p class=note>Assigning classes to an element affects class matching in
selectors in CSS, the <code title=dom-document-getElementsByClassName><a
href="#getelementsbyclassname">getElementsByClassName()</a></code> method
in the DOM, and other such features.
Modified: source
===================================================================
--- source 2007-05-18 05:43:16 UTC (rev 829)
+++ source 2007-05-19 07:29:22 UTC (rev 830)
@@ -5032,10 +5032,10 @@
content attribute.</p>
- <h4 id="classes">Classes</h4>
+ <h4 id="classes">The <dfn title="attr-class"><code>class</code></dfn> attribute</h4>
- <p>Every <span>HTML element</span> may have a <dfn
- title="attr-class"><code>class</code></dfn> attribute specified.</p>
+ <p>Every <span>HTML element</span> may have a <code
+ title="attr-class">class</code> attribute specified.</p>
<p>The attribute, if specified, must have a value that is an
<span>unordered set of space-separated tokens</span> representing
@@ -5046,7 +5046,7 @@
title="attr-class">class</code> attribute is <span title="split a
string on spaces">split on spaces</span>.</p>
- <p class="note">Assinging classes to an element affects class
+ <p class="note">Assigning classes to an element affects class
matching in selectors in CSS, the <code
title="dom-document-getElementsByClassName">getElementsByClassName()</code>
method in the DOM, and other such features.</p>
More information about the Commit-Watchers
mailing list