[html5] r7121 - [e] (0) Minor tweaks to element definitions Affected topics: HTML
whatwg at whatwg.org
whatwg at whatwg.org
Tue Jun 5 17:06:31 PDT 2012
Author: ianh
Date: 2012-06-05 17:06:30 -0700 (Tue, 05 Jun 2012)
New Revision: 7121
Modified:
complete.html
index
source
Log:
[e] (0) Minor tweaks to element definitions
Affected topics: HTML
Modified: complete.html
===================================================================
--- complete.html 2012-06-05 21:59:42 UTC (rev 7120)
+++ complete.html 2012-06-06 00:06:30 UTC (rev 7121)
@@ -18498,7 +18498,12 @@
<p class=note>Contact information for the author or editor of a
section belongs in an <code><a href=#the-address-element>address</a></code> element, possibly itself
- inside a <code><a href=#the-footer-element>footer</a></code>.</p>
+ inside a <code><a href=#the-footer-element>footer</a></code>. Bylines and other information that
+ could be suitable for both a <code><a href=#the-header-element>header</a></code> or a
+ <code><a href=#the-footer-element>footer</a></code> can be placed in either (or neither). The
+ primary purpose of these elements is merely to help the author write
+ self-explanatory markup that is easy to maintain and style; they are
+ not intended to impose specific structures on authors.</p>
<p>Footers don't necessarily have to appear at the <em>end</em> of a
section, though they usually do.</p>
@@ -21994,9 +21999,9 @@
<dd>Uses <code><a href=#htmlelement>HTMLElement</a></code>.</dd>
</dl><!--TOPIC:HTML--><p>The <code><a href=#the-var-element>var</a></code> element <a href=#represents>represents</a> a variable.
This could be an actual variable in a mathematical expression or
- programming context, an identifier representing a constant, a
- function parameter, or just be a term used as a placeholder in
- prose.</p>
+ programming context, an identifier representing a constant, a symbol
+ identifying a physical quantity, a function parameter, or just be a
+ term used as a placeholder in prose.</p>
<div class=example>
<p>In the paragraph below, the letter "n" is being used as a
Modified: index
===================================================================
--- index 2012-06-05 21:59:42 UTC (rev 7120)
+++ index 2012-06-06 00:06:30 UTC (rev 7121)
@@ -18498,7 +18498,12 @@
<p class=note>Contact information for the author or editor of a
section belongs in an <code><a href=#the-address-element>address</a></code> element, possibly itself
- inside a <code><a href=#the-footer-element>footer</a></code>.</p>
+ inside a <code><a href=#the-footer-element>footer</a></code>. Bylines and other information that
+ could be suitable for both a <code><a href=#the-header-element>header</a></code> or a
+ <code><a href=#the-footer-element>footer</a></code> can be placed in either (or neither). The
+ primary purpose of these elements is merely to help the author write
+ self-explanatory markup that is easy to maintain and style; they are
+ not intended to impose specific structures on authors.</p>
<p>Footers don't necessarily have to appear at the <em>end</em> of a
section, though they usually do.</p>
@@ -21994,9 +21999,9 @@
<dd>Uses <code><a href=#htmlelement>HTMLElement</a></code>.</dd>
</dl><!--TOPIC:HTML--><p>The <code><a href=#the-var-element>var</a></code> element <a href=#represents>represents</a> a variable.
This could be an actual variable in a mathematical expression or
- programming context, an identifier representing a constant, a
- function parameter, or just be a term used as a placeholder in
- prose.</p>
+ programming context, an identifier representing a constant, a symbol
+ identifying a physical quantity, a function parameter, or just be a
+ term used as a placeholder in prose.</p>
<div class=example>
<p>In the paragraph below, the letter "n" is being used as a
Modified: source
===================================================================
--- source 2012-06-05 21:59:42 UTC (rev 7120)
+++ source 2012-06-06 00:06:30 UTC (rev 7121)
@@ -19821,7 +19821,12 @@
<p class="note">Contact information for the author or editor of a
section belongs in an <code>address</code> element, possibly itself
- inside a <code>footer</code>.</p>
+ inside a <code>footer</code>. Bylines and other information that
+ could be suitable for both a <code>header</code> or a
+ <code>footer</code> can be placed in either (or neither). The
+ primary purpose of these elements is merely to help the author write
+ self-explanatory markup that is easy to maintain and style; they are
+ not intended to impose specific structures on authors.</p>
<p>Footers don't necessarily have to appear at the <em>end</em> of a
section, though they usually do.</p>
@@ -23576,9 +23581,9 @@
<p>The <code>var</code> element <span>represents</span> a variable.
This could be an actual variable in a mathematical expression or
- programming context, an identifier representing a constant, a
- function parameter, or just be a term used as a placeholder in
- prose.</p>
+ programming context, an identifier representing a constant, a symbol
+ identifying a physical quantity, a function parameter, or just be a
+ term used as a placeholder in prose.</p>
<div class="example">
<p>In the paragraph below, the letter "n" is being used as a
More information about the Commit-Watchers
mailing list