[html5] r2086 - [gw] (2) The 'unlink' command should be disabled if there's no link. (Subject: H [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Aug 19 16:07:58 PDT 2008


Author: ianh
Date: 2008-08-19 16:07:57 -0700 (Tue, 19 Aug 2008)
New Revision: 2086

Modified:
   index
   source
Log:
[gw] (2) The 'unlink' command should be disabled if there's no link. (Subject: HTML 5 - comments on 5.6 Command APIs)

Modified: index
===================================================================
--- index	2008-08-19 09:30:40 UTC (rev 2085)
+++ index	2008-08-19 23:07:57 UTC (rev 2086)
@@ -42746,7 +42746,10 @@
     completely included in the current selection.
 
    <dd><strong>Enabled When:</strong> The document has a selection that is
-    entirely within an <a href="#editing0">editing host</a>.
+    entirely within an <a href="#editing0">editing host</a> and that contains
+    (either partially or completely) at least one <code><a
+    href="#a">a</a></code> element that has an <code
+    title=attr-a-href>href</code> attribute.
 
    <dd><strong>Indeterminate When:</strong> Never.
 

Modified: source
===================================================================
--- source	2008-08-19 09:30:40 UTC (rev 2085)
+++ source	2008-08-19 23:07:57 UTC (rev 2086)
@@ -40031,7 +40031,10 @@
    title="attr-a-href">href</code> attributes and that are partially
    or completely included in the current selection.</dd>
    <dd><strong>Enabled When:</strong> The document has a selection
-   that is entirely within an <span>editing host</span>.</dd>
+   that is entirely within an <span>editing host</span> and that
+   contains (either partially or completely) at least one
+   <code>a</code> element that has an <code
+   title="attr-a-href">href</code> attribute.</dd>
    <dd><strong>Indeterminate When:</strong> Never.</dd>
    <dd><strong>State:</strong> Always false.</dd>
    <dd><strong>Value:</strong> Always the string "<code title="">false</code>".</dd>




More information about the Commit-Watchers mailing list