[html5] r1934 - [e] (0) clarify that changes include removal for <object> processing model
whatwg at whatwg.org
whatwg at whatwg.org
Thu Jul 24 15:25:43 PDT 2008
Author: ianh
Date: 2008-07-24 15:25:42 -0700 (Thu, 24 Jul 2008)
New Revision: 1934
Modified:
index
source
Log:
[e] (0) clarify that changes include removal for <object> processing model
Modified: index
===================================================================
--- index 2008-07-24 21:18:30 UTC (rev 1933)
+++ index 2008-07-24 22:25:42 UTC (rev 1934)
@@ -16722,18 +16722,18 @@
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>
Modified: source
===================================================================
--- source 2008-07-24 21:18:30 UTC (rev 1933)
+++ source 2008-07-24 22:25:42 UTC (rev 1934)
@@ -14331,16 +14331,17 @@
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>
More information about the Commit-Watchers
mailing list