Skip to content

Commit

Permalink
[gw] (2) The 'unlink' command should be disabled if there's no link. …
Browse files Browse the repository at this point in the history
…(Subject: HTML 5 - comments on 5.6 Command APIs)

git-svn-id: http://svn.whatwg.org/webapps@2086 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 19, 2008
1 parent 358700e commit f88aba1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion index
Expand Up @@ -42746,7 +42746,10 @@ http://developer.apple.com/documentation/AppleApplications/Conceptual/SafariJSPr
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.

Expand Down
5 changes: 4 additions & 1 deletion source
Expand Up @@ -40031,7 +40031,10 @@ http://developer.apple.com/documentation/AppleApplications/Conceptual/SafariJSPr
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>
Expand Down

0 comments on commit f88aba1

Please sign in to comment.