[html5] r7810 - [e] (0) Clarify some non-normative text. Affected topics: Canvas, HTML
whatwg at whatwg.org
whatwg at whatwg.org
Thu Apr 11 15:15:31 PDT 2013
Author: ianh
Date: 2013-04-11 15:15:29 -0700 (Thu, 11 Apr 2013)
New Revision: 7810
Modified:
complete.html
index
source
Log:
[e] (0) Clarify some non-normative text.
Affected topics: Canvas, HTML
Modified: complete.html
===================================================================
--- complete.html 2013-04-11 22:05:35 UTC (rev 7809)
+++ complete.html 2013-04-11 22:15:29 UTC (rev 7810)
@@ -37074,6 +37074,7 @@
bitmap that surrounds the <a href="#hit-region's-set-of-pixels">hit region's set of pixels</a> as they stood when it was
created.</li>
+<!--CLEANUP-->
<li><p>Optionally, a non-empty string representing an <dfn id="hit-region's-id" title="hit region's ID">ID</dfn> for distinguishing the region
from others.</li>
@@ -37195,7 +37196,7 @@
<dd>
- <p>Removes a hit region (and all its ancestors) from the canvas
+ <p>Removes a hit region (and all its descendants) from the canvas
bitmap. The argument is the ID of a region added using <code title=dom-context-2d-addHitRegion><a href=#dom-context-2d-addhitregion>addHitRegion()</a></code>.</p>
<p>The pixels that were covered by this region and its descendants
@@ -96086,7 +96087,7 @@
<!-- START of section that's very similar to <iframe> -->
<p>A <code><a href=#frame>frame</a></code> element is said to be an <dfn id=active-frame-element>active <code>frame</code> element</dfn> when
- it is <a href=#in-a-document>in a <code>Document</code></a> and its <span>parent element</span>, if any, is a
+ it is <a href=#in-a-document>in a <code>Document</code></a> and its parent element, if any, is a
<code><a href=#frameset>frameset</a></code> element.</p>
<p>When a <code><a href=#frame>frame</a></code> element is created as an <a href=#active-frame-element>active <code>frame</code>
Modified: index
===================================================================
--- index 2013-04-11 22:05:35 UTC (rev 7809)
+++ index 2013-04-11 22:15:29 UTC (rev 7810)
@@ -37074,6 +37074,7 @@
bitmap that surrounds the <a href="#hit-region's-set-of-pixels">hit region's set of pixels</a> as they stood when it was
created.</li>
+<!--CLEANUP-->
<li><p>Optionally, a non-empty string representing an <dfn id="hit-region's-id" title="hit region's ID">ID</dfn> for distinguishing the region
from others.</li>
@@ -37195,7 +37196,7 @@
<dd>
- <p>Removes a hit region (and all its ancestors) from the canvas
+ <p>Removes a hit region (and all its descendants) from the canvas
bitmap. The argument is the ID of a region added using <code title=dom-context-2d-addHitRegion><a href=#dom-context-2d-addhitregion>addHitRegion()</a></code>.</p>
<p>The pixels that were covered by this region and its descendants
@@ -96086,7 +96087,7 @@
<!-- START of section that's very similar to <iframe> -->
<p>A <code><a href=#frame>frame</a></code> element is said to be an <dfn id=active-frame-element>active <code>frame</code> element</dfn> when
- it is <a href=#in-a-document>in a <code>Document</code></a> and its <span>parent element</span>, if any, is a
+ it is <a href=#in-a-document>in a <code>Document</code></a> and its parent element, if any, is a
<code><a href=#frameset>frameset</a></code> element.</p>
<p>When a <code><a href=#frame>frame</a></code> element is created as an <a href=#active-frame-element>active <code>frame</code>
Modified: source
===================================================================
--- source 2013-04-11 22:05:35 UTC (rev 7809)
+++ source 2013-04-11 22:15:29 UTC (rev 7810)
@@ -44773,6 +44773,7 @@
bitmap that surrounds the <span>hit region's set of pixels</span> as they stood when it was
created.</p></li>
+<!--CLEANUP-->
<li><p>Optionally, a non-empty string representing an <dfn
title="hit region's ID">ID</dfn> for distinguishing the region
from others.</p></li>
@@ -44915,7 +44916,7 @@
<dd>
- <p>Removes a hit region (and all its ancestors) from the canvas
+ <p>Removes a hit region (and all its descendants) from the canvas
bitmap. The argument is the ID of a region added using <code
title="dom-context-2d-addHitRegion">addHitRegion()</code>.</p>
@@ -111846,7 +111847,7 @@
<!-- START of section that's very similar to <iframe> -->
<p>A <code>frame</code> element is said to be an <dfn>active <code>frame</code> element</dfn> when
- it is <span>in a <code>Document</code></span> and its <span>parent element</span>, if any, is a
+ it is <span>in a <code>Document</code></span> and its parent element, if any, is a
<code>frameset</code> element.</p>
<p>When a <code>frame</code> element is created as an <span>active <code>frame</code>
More information about the Commit-Watchers
mailing list