html5/spec Overview.html,1.2171,1.2172

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

Modified Files:
	Overview.html 
Log Message:
Define <map> as transparent. (whatwg r3009)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2171
retrieving revision 1.2172
diff -u -d -r1.2171 -r1.2172
--- Overview.html	28 Apr 2009 01:39:10 -0000	1.2171
+++ Overview.html	28 Apr 2009 01:54:56 -0000	1.2172
@@ -7818,15 +7818,16 @@
   address is also a paragraph, as is a part of a form, a byline, or a
   stanza in a poem.<p>Paragraphs in <a href="#flow-content-0">flow content</a> are defined relative to
   what the document looks like without the <code><a href="#the-a-element">a</a></code>,
-  <code><a href="#the-ins-element">ins</a></code> and <code><a href="#the-del-element">del</a></code> elements complicating matters,
-  since those elements, with their hybrid content models, can straddle
-  paragraph boundaries.<p class="note">Generally, having elements straddle paragraph
+  <code><a href="#the-ins-element">ins</a></code>, <code><a href="#the-del-element">del</a></code>, and <code><a href="#the-map-element">map</a></code> elements
+  complicating matters, since those elements, with their hybrid
+  content models, can straddle paragraph boundaries.<p class="note">Generally, having elements straddle paragraph
   boundaries is best avoided. Maintaining such markup can be
   difficult.<div class="impl">
 
   <p>Let <var title="">view</var> be a view of the DOM that replaces
-  all <code><a href="#the-a-element">a</a></code>, <code><a href="#the-ins-element">ins</a></code> and <code><a href="#the-del-element">del</a></code> elements
-  in the document with their contents. Then, in <var title="">view</var>, for each run of sibling <a href="#phrasing-content-0">phrasing
+  all <code><a href="#the-a-element">a</a></code>, <code><a href="#the-ins-element">ins</a></code>, <code><a href="#the-del-element">del</a></code>, and
+  <code><a href="#the-map-element">map</a></code> elements in the document with their contents. Then,
+  in <var title="">view</var>, for each run of sibling <a href="#phrasing-content-0">phrasing
   content</a> nodes uninterrupted by other types of content, in an
   element that accepts content other than <a href="#phrasing-content-0">phrasing
   content</a>, let <var title="">first</var> be the first node of
@@ -7836,10 +7837,13 @@
   whitespace</a>, a paragraph exists in the original DOM from
   immediately before <var title="">first</var> to immediately after
   <var title="">last</var>. (Paragraphs can thus span across
-  <code><a href="#the-a-element">a</a></code>, <code><a href="#the-ins-element">ins</a></code> and <code><a href="#the-del-element">del</a></code> elements.)</p>
+  <code><a href="#the-a-element">a</a></code>, <code><a href="#the-ins-element">ins</a></code>, <code><a href="#the-del-element">del</a></code>, and
+  <code><a href="#the-map-element">map</a></code> elements.)</p>
 
   <p>Conformance checkers may warn authors of cases where they have
-  paragraphs that overlap each other.</p>
+  paragraphs that overlap each other (this can happen with
+  <code><a href="#the-object-element">object</a></code>, <code><a href="#video">video</a></code>, <code><a href="#audio">audio</a></code>, and
+  <code><a href="#the-canvas-element">canvas</a></code> elements).</p> <!-- example below -->
 
   </div><p>A <a href="#paragraph">paragraph</a> is also formed explicitly by
   <code><a href="#the-p-element">p</a></code> elements.<p class="note">The <code><a href="#the-p-element">p</a></code> element can be used to wrap
@@ -12258,8 +12262,8 @@
   the user follows the link.</p>
 
   <p>The <a href="#activation-behavior">activation behavior</a> of <code><a href="#the-a-element">a</a></code> elements
-  that represent <span>hyperlinks</span> is to run the following
-  steps:</p>
+  that represent <a href="#hyperlink" title="hyperlink">hyperlinks</a> is to run
+  the following steps:</p>
 
   <ol><li><p>If the <code title="event-DOMActivate">DOMActivate</code>
    event in question is not <span title="concept-events-trusted">trusted</span> (i.e. a <code title="dom-click"><a href="#dom-click">click()</a></code> method call was the reason for the
@@ -22035,10 +22039,11 @@
 
   </div><h4 id="the-map-element"><span class="secno">4.8.12 </span>The <dfn><code>map</code></dfn> element</h4><dl class="element"><dt>Categories</dt>
    <dd><a href="#flow-content-0">Flow content</a>.</dd>
+   <dd>When the element only contains <a href="#phrasing-content-0">phrasing content</a>: <a href="#phrasing-content-0">phrasing content</a>.</dd>
    <dt>Contexts in which this element may be used:</dt>
-   <dd>Where <a href="#flow-content-0">flow content</a> is expected.</dd>
+   <dd>Where <a href="#phrasing-content-0">phrasing content</a> is expected.</dd>
    <dt>Content model:</dt>
-   <dd><a href="#flow-content-0">Flow content</a>.</dd>
+   <dd><a href="#transparent">Transparent</a>.</dd>
    <dt>Content attributes:</dt>
    <dd><a href="#global-attributes">Global attributes</a></dd>
    <dd><code title="attr-map-name"><a href="#attr-map-name">name</a></code></dd>

Received on Tuesday, 28 April 2009 01:55:09 UTC