html5/spec Overview.html,1.1368,1.1369

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv14729

Modified Files:
	Overview.html 
Log Message:
Change occurances of <em> that to <i> where that would be more applicable per HTML5. (whatwg r2196)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1368
retrieving revision 1.1369
diff -u -d -r1.1368 -r1.1369
--- Overview.html	16 Sep 2008 21:16:09 -0000	1.1368
+++ Overview.html	16 Sep 2008 21:28:46 -0000	1.1369
@@ -2608,13 +2608,12 @@
    stating that it does not apply to the other format, as in "for HTML, ...
    (this does not apply to XHTML)".
 
-  <p>This specification uses the term <em>document</em> to refer to any use
-   of HTML, ranging from short static documents to long essays or reports
-   with rich multimedia, as well as to fully-fledged interactive
-   applications.
+  <p>This specification uses the term <i>document</i> to refer to any use of
+   HTML, ranging from short static documents to long essays or reports with
+   rich multimedia, as well as to fully-fledged interactive applications.
 
-  <p>For simplicity, terms such as <em>shown</em>, <em>displayed</em>, and
-   <em>visible</em> might sometimes be used when referring to the way a
+  <p>For simplicity, terms such as <i>shown</i>, <i>displayed</i>, and
+   <i>visible</i> might sometimes be used when referring to the way a
    document is rendered to the user. These terms are not meant to imply a
    visual medium; they must be considered to apply to other media in
    equivalent ways.
@@ -2708,9 +2707,9 @@
    actually an interface, is sometimes used instead of the more accurate "an
    object implementing the interface <code>Foo</code>".
 
-  <p>A DOM attribute is said to be <em>getting</em> when its value is being
-   retrieved (e.g. by author script), and is said to be <em>setting</em> when
-   a new value is assigned to it.
+  <p>A DOM attribute is said to be <i>getting</i> when its value is being
+   retrieved (e.g. by author script), and is said to be <i>setting</i> when a
+   new value is assigned to it.
 
   <p>If a DOM object is said to be <dfn id=live>live</dfn>, then that means
    that any attributes returning that object must always return the same
@@ -2718,8 +2717,8 @@
    that object must operate on the actual underlying data, not a snapshot of
    the data.
 
-  <p>The terms <em>fire</em> and <em>dispatch</em> are used interchangeably
-   in the context of events, as in the DOM Events specifications. <a
+  <p>The terms <i>fire</i> and <i>dispatch</i> are used interchangeably in
+   the context of events, as in the DOM Events specifications. <a
    href="#references">[DOM3EVENTS]</a>
 
   <h4 id=plugins><span class=secno>2.1.4 </span>Plugins</h4>
@@ -4840,8 +4839,8 @@
    state, in which case some of the keywords are synonyms of each other;
    additionally, some of the keywords can be said to be non-conforming, and
    are only in the specification for historical reasons). In addition, two
-   default states can be given. The first is the <em>invalid value
-   default</em>, the second is the <em>missing value default</em>.
+   default states can be given. The first is the <i>invalid value
+   default</i>, the second is the <i>missing value default</i>.
 
   <p>If an enumerated attribute is specified, the attribute's value must be
    an <a href="#ascii">ASCII case-insensitive</a> match for one of the given
@@ -4852,27 +4851,27 @@
    case-insensitively</span> match for one of the given keywords then that
    keyword's state is the state that the attribute represents. If the
    attribute value matches none of the given keywords, but the attribute has
-   an <em>invalid value default</em>, then the attribute represents that
-   state. Otherwise, if the attribute value matches none of the keywords but
-   there is a <em>missing value default</em> state defined, then
-   <em>that</em> is the state represented by the attribute. Otherwise, there
-   is no default, and invalid values must be ignored.
+   an <i>invalid value default</i>, then the attribute represents that state.
+   Otherwise, if the attribute value matches none of the keywords but there
+   is a <i>missing value default</i> state defined, then <em>that</em> is the
+   state represented by the attribute. Otherwise, there is no default, and
+   invalid values must be ignored.
 
-  <p>When the attribute is <em>not</em> specified, if there is a <em>missing
-   value default</em> state defined, then that is the state represented by
-   the (missing) attribute. Otherwise, the absence of the attribute means
-   that there is no state represented.
+  <p>When the attribute is <em>not</em> specified, if there is a <i>missing
+   value default</i> state defined, then that is the state represented by the
+   (missing) attribute. Otherwise, the absence of the attribute means that
+   there is no state represented.
 
   <p class=note>The empty string can be one of the keywords in some cases.
    For example the <code title=attr-contenteditable><a
    href="#contenteditable0">contenteditable</a></code> attribute has two
-   states: <em>true</em>, matching the <code title="">true</code> keyword and
-   the empty string, <em>false</em>, matching <code title="">false</code> and
-   all other keywords (it's the <em>invalid value default</em>). It could
-   further be thought of as having a third state <em>inherit</em>, which
-   would be the default when the attribute is not specified at all (the
-   <em>missing value default</em>), but for various reasons that isn't the
-   way this specification actually defines it.
+   states: <i>true</i>, matching the <code title="">true</code> keyword and
+   the empty string, <i>false</i>, matching <code title="">false</code> and
+   all other keywords (it's the <i>invalid value default</i>). It could
+   further be thought of as having a third state <i>inherit</i>, which would
+   be the default when the attribute is not specified at all (the <i>missing
+   value default</i>), but for various reasons that isn't the way this
+   specification actually defines it.
 
   <h4 id=syntax-references><span class=secno>2.4.8 </span>References</h4>
 
@@ -8240,9 +8239,9 @@
   <p>The <code title=attr-dir><a href="#dir">dir</a></code> attribute
    specifies the element's text directionality. The attribute is an <a
    href="#enumerated">enumerated attribute</a> with the keyword <code
-   title="">ltr</code> mapping to the state <em>ltr</em>, and the keyword
-   <code title="">rtl</code> mapping to the state <em>rtl</em>. The attribute
-   has no defaults.
+   title="">ltr</code> mapping to the state <i>ltr</i>, and the keyword <code
+   title="">rtl</code> mapping to the state <i>rtl</i>. The attribute has no
+   defaults.
 
   <p>The processing of this attribute is primarily performed by the
    presentation layer. For example, CSS 2.1 defines a mapping from this
@@ -8261,10 +8260,10 @@
    the value of the <code title=attr-dir><a href="#dir">dir</a></code>
    attribute on the element. Otherwise, if the element's <code
    title=attr-dir><a href="#dir">dir</a></code> attribute has the state
-   <em>ltr</em>, the element's directionality is 'ltr' (left-to-right); if
-   the attribute has the state <em>rtl</em>, the element's directionality is
-   'rtl' (right-to-left); and oherwise, the element's directionality is the
-   same as its parent element, or 'ltr' if there is no parent element.
+   <i>ltr</i>, the element's directionality is 'ltr' (left-to-right); if the
+   attribute has the state <i>rtl</i>, the element's directionality is 'rtl'
+   (right-to-left); and oherwise, the element's directionality is the same as
+   its parent element, or 'ltr' if there is no parent element.
 
   <p>The <dfn id=dir0 title=dom-dir><code>dir</code></dfn> DOM attribute on
    an element must <a href="#reflect">reflect</a> the <code title=attr-dir><a
@@ -9099,7 +9098,7 @@
      start tag token with the tag name "pre", then set the <a
      href="#html-0">HTML parser</a>'s <a
      href="#tokenization0">tokenization</a> stage's <a
-     href="#content4">content model flag</a> to <em>PLAINTEXT</em>.</p>
+     href="#content4">content model flag</a> to <i>PLAINTEXT</i>.</p>
 
     <p class=note>All other values are treated as <code>text/html</code>.</p>
     <!--
@@ -20099,7 +20098,7 @@
   <h5 id=the-ready><span class=secno>4.7.10.6. </span>The ready states</h5>
 
   <p><a href="#media7" title="media element">Media elements</a> have a
-   <em>ready state</em>, which describes to what degree they are ready to be
+   <i>ready state</i>, which describes to what degree they are ready to be
    rendered at the <a href="#current0">current playback position</a>. The
    possible values are as follows; the ready state of a media element at any
    particular time is the greatest value describing the state of the element:
@@ -25621,39 +25620,39 @@
 
   <dl>
    <dt>The <dfn id=row title=attr-th-scope-row><code>row</code></dfn>
-    keyword, which maps to the <em>row</em> state
+    keyword, which maps to the <i>row</i> state
 
-   <dd>The <em>row</em> state means the header cell applies to all the
+   <dd>The <i>row</i> state means the header cell applies to all the
     remaining cells in the row.
 
    <dt>The <dfn id=col0 title=attr-th-scope-col><code>col</code></dfn>
-    keyword, which maps to the <em>column</em> state
+    keyword, which maps to the <i>column</i> state
 
-   <dd>The <em>column</em> state means the header cell applies to all the
+   <dd>The <i>column</i> state means the header cell applies to all the
     remaining cells in the column.
 
    <dt>The <dfn id=rowgroup
     title=attr-th-scope-rowgroup><code>rowgroup</code></dfn> keyword, which
-    maps to the <em>row group</em> state
+    maps to the <i>row group</i> state
 
-   <dd>The <em>row group</em> state means the header cell applies to all the
+   <dd>The <i>row group</i> state means the header cell applies to all the
     remaining cells in the row group.
 
    <dt>The <dfn id=colgroup0
     title=attr-th-scope-colgroup><code>colgroup</code></dfn> keyword, which
-    maps to the <em>column group</em> state
+    maps to the <i>column group</i> state
 
-   <dd>The <em>column group</em> state means the header cell applies to all
-    the remaining cells in the column group.
+   <dd>The <i>column group</i> state means the header cell applies to all the
+    remaining cells in the column group.
 
-   <dt>The <em>auto</em> state
+   <dt>The <i>auto</i> state
 
-   <dd>The <em>auto</em> state makes the header cell apply to a set of cells
+   <dd>The <i>auto</i> state makes the header cell apply to a set of cells
     selected based on context.
   </dl>
 
   <p>The <code title=attr-th-scope><a href="#scope0">scope</a></code>
-   attribute's <em>missing value default</em> is the <em>auto</em> state.
+   attribute's <i>missing value default</i> is the <i>auto</i> state.
 
   <p>The exact effect of these values is described in detail in the <a
    href="#algorithm4">algorithm for assigning header cells to data cells</a>,
@@ -32119,7 +32118,7 @@
   <!--XXXDND
   <h5>Drag and drop in <code>datagrid</code>s</h5>
 
-  <p><em>This section only applies to interactive user agents.</p>
+  <p><em>This section only applies to interactive user agents.</em></p>
 
   <p class="big-issue">define drag and drop in datagrids; selectiondraggable, etc.</p>
 -->
@@ -32394,7 +32393,7 @@
       href="#make-application">make application</a></i>
   </table>
 
-  <p>The <span>missing value default</span> state is the <i
+  <p>The <i>missing value default</i> state is the <i
    title=attr-bb-type-null-state><a href="#null">null</a></i> state.
 
   <p>Each state has an <i>action</i> and a <i>relevance</i>, defined in the
@@ -33740,8 +33739,8 @@
    address</span><!-- XXXDOCURL
   xref -->, then the current document's DOM
    must be assumed to be that parsed DOM. While this loading and parsing is
-   in progress, the element is said to be <em>busy loading the template rules
-   or data</em>.
+   in progress, the element is said to be <i>busy loading the template rules
+   or data</i>.
 
   <p>If the resource specified by the <code title=attr-template><a
    href="#template">template</a></code> attribute is not the current
@@ -33864,8 +33863,8 @@
    address</span><!-- XXXDOCURL
   xref -->, then the current document's DOM
    must be assumed to be that parsed DOM. While this loading and parsing is
-   in progress, the element is said to be <em>busy loading the template rules
-   or data</em>.
+   in progress, the element is said to be <i>busy loading the template rules
+   or data</i>.
 
   <p>If the resource specified by the <code title=attr-ref><a
    href="#ref">ref</a></code> attribute is not the current
@@ -34015,8 +34014,8 @@
      content is being updated.
 
    <li>
-    <p>If the <var title="">destination</var> element is <em>busy loading the
-     template rules or data</em>, then abort these steps. Either the steps
+    <p>If the <var title="">destination</var> element is <i>busy loading the
+     template rules or data</i>, then abort these steps. Either the steps
      will be invoked again once the loading has completed, or the loading
      will fail and the generated content will be removed at that point.
 
@@ -41530,9 +41529,9 @@
    specification. This table is non-normative; the actual definitions for the
    link types are given in the next few sections.
 
-  <p>In this section, the term <em>referenced document</em> refers to the
+  <p>In this section, the term <i>referenced document</i> refers to the
    resource identified by the element representing the link, and the term
-   <em>current document</em> refers to the resource within which the element
+   <i>current document</i> refers to the resource within which the element
    representing the link finds itself.
 
   <p>To determine which link types apply to a <code><a
@@ -43462,10 +43461,10 @@
    href="#enumerated">enumerated attribute</a> whose keywords are the empty
    string, <code title="">true</code>, and <code title="">false</code>. The
    empty string and the <code title="">true</code> keyword map to the
-   <em>true</em> state. The <code title="">false</code> keyword maps to the
-   <em>false</em> state. In addition, there is a third state, the
-   <em>inherit</em> state, which is the <em>missing value default</em> (and
-   the <em>invalid value default</em>).
+   <i>true</i> state. The <code title="">false</code> keyword maps to the
+   <i>false</i> state. In addition, there is a third state, the
+   <i>inherit</i> state, which is the <i>missing value default</i> (and the
+   <i>invalid value default</i>).
 
   <p>If an <a href="#html-elements" title="HTML elements">HTML element</a>
    has a <code title=attr-contenteditable><a
@@ -44718,10 +44717,10 @@
    href="#draggable">draggable</a></code> content attribute set. The <code
    title=attr-draggable><a href="#draggable">draggable</a></code> attribute
    is an <a href="#enumerated">enumerated attribute</a>. It has three states.
-   The first state is <em>true</em> and it has the keyword <code
-   title="">true</code>. The second state is <em>false</em> and it has the
-   keyword <code title="">false</code>. The third state is <em>auto</em>; it
-   has no keywords but it is the <em>missing value default</em>.
+   The first state is <i>true</i> and it has the keyword <code
+   title="">true</code>. The second state is <i>false</i> and it has the
+   keyword <code title="">false</code>. The third state is <i>auto</i>; it
+   has no keywords but it is the <i>missing value default</i>.
 
   <p>The <dfn id=draggable0 title=dom-draggable><code>draggable</code></dfn>
    DOM attribute, whose value depends on the content attribute's in the way
@@ -44732,17 +44731,17 @@
 
   <p>If an element's <code title=attr-draggable><a
    href="#draggable">draggable</a></code> content attribute has the state
-   <em>true</em>, the <code title=dom-draggable><a
+   <i>true</i>, the <code title=dom-draggable><a
    href="#draggable0">draggable</a></code> DOM attribute must return true.
 
   <p>Otherwise, if the element's <code title=attr-draggable><a
    href="#draggable">draggable</a></code> content attribute has the state
-   <em>false</em>, the <code title=dom-draggable><a
+   <i>false</i>, the <code title=dom-draggable><a
    href="#draggable0">draggable</a></code> DOM attribute must return false.
 
   <p>Otherwise, the element's <code title=attr-draggable><a
    href="#draggable">draggable</a></code> content attribute has the state
-   <em>auto</em>. If the element is an <code><a href="#img">img</a></code>
+   <i>auto</i>. If the element is an <code><a href="#img">img</a></code>
    element, or, if the element is an <code><a href="#a">a</a></code> element
    with an <code title=attr-hyperlink-href><a href="#href6">href</a></code>
    content attribute, the <code title=dom-draggable><a

Received on Tuesday, 16 September 2008 21:29:25 UTC