Skip to content

Commit

Permalink
[e] (0) clarify that changes include removal for <object> processing …
Browse files Browse the repository at this point in the history
…model

git-svn-id: http://svn.whatwg.org/webapps@1934 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 24, 2008
1 parent 5c8c94c commit 182755a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 18 deletions.
20 changes: 10 additions & 10 deletions index
Expand Up @@ -16722,18 +16722,18 @@ the time Marco had stuck his tongue out...&lt;/p></pre>
name</a>.

<p>When the element is created, and subsequently whenever the <code
title=attr-object-classid>classid</code> attribute changes, or, if the
<code title=attr-object-classid>classid</code> attribute is not present,
whenever the <code title=attr-object-data><a href="#data">data</a></code>
attribute changes, or, if neither <code
title=attr-object-classid>classid</code> attribute nor the <code
title=attr-object-data><a href="#data">data</a></code> attribute are
title=attr-object-classid>classid</code> attribute changes or is removed,
or, if the <code title=attr-object-classid>classid</code> attribute is not
present, whenever the <code title=attr-object-data><a
href="#data">data</a></code> attribute changes or is removed, or, if
neither <code title=attr-object-classid>classid</code> attribute nor the
<code title=attr-object-data><a href="#data">data</a></code> attribute are
present, whenever the <code title=attr-object-type><a
href="#type6">type</a></code> attribute changes, the user agent must run
the following steps to determine what the <code><a
href="#type6">type</a></code> attribute changes or is removed, the user
agent must run the following steps to determine what the <code><a
href="#object">object</a></code> element represents:</p>
<!-- Changing the base
URL doesn't trigger this. -->
<!-- Changing
the base URL doesn't trigger this. -->

<ol>
<li>
Expand Down
17 changes: 9 additions & 8 deletions source
Expand Up @@ -14331,16 +14331,17 @@ the time Marco had stuck his tongue out...&lt;/p></pre>
name</span>.</p>

<p>When the element is created, and subsequently whenever the <code
title="attr-object-classid">classid</code> attribute changes, or, if
the <code title="attr-object-classid">classid</code> attribute is
not present, whenever the <code title="attr-object-data">data</code>
attribute changes, or, if neither <code
title="attr-object-classid">classid</code> attribute changes or is
removed, or, if the <code title="attr-object-classid">classid</code>
attribute is not present, whenever the <code
title="attr-object-data">data</code> attribute changes or is
removed, or, if neither <code
title="attr-object-classid">classid</code> attribute nor the <code
title="attr-object-data">data</code> attribute are present, whenever
the <code title="attr-object-type">type</code> attribute changes,
the user agent must run the following steps to determine what the
<code>object</code> element represents:</p> <!-- Changing the base
URL doesn't trigger this. -->
the <code title="attr-object-type">type</code> attribute changes or
is removed, the user agent must run the following steps to determine
what the <code>object</code> element represents:</p> <!-- Changing
the base URL doesn't trigger this. -->

<ol>

Expand Down

0 comments on commit 182755a

Please sign in to comment.