- From: poot <cvsmail@w3.org>
- Date: Tue, 28 Apr 2009 10:56:24 +0900 (JST)
- To: public-html-diffs@w3.org
Define <map> as transparent. (whatwg r3009) 4.8.12 The map element http://people.w3.org/mike/diffs/html5/spec/Overview.1.2172.html#the-map-element 4.8.11.3 Security with canvas elements http://people.w3.org/mike/diffs/html5/spec/Overview.1.2172.html#security-with-canvas-elements HTMLAnchorElement http://people.w3.org/mike/diffs/html5/spec/Overview.1.2172.html#htmlanchorelement 3.5 Paragraphs http://people.w3.org/mike/diffs/html5/spec/Overview.1.2172.html#paragraphs http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2171&r2=1.2172&f=h http://html5.org/tools/web-apps-tracker?from=3008&to=3009 =================================================================== 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:57:01 UTC