spec/Overview.html 1.1125 1934 clarify that changes include removal for

clarify that changes include removal for <object> processing model
(whatwg r1934)

name
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1125.html#name3

http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1124&r2=1.1125&f=h
http://html5.org/tools/web-apps-tracker?from=1933&to=1934

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1124
retrieving revision 1.1125
diff -u -d -r1.1124 -r1.1125
--- Overview.html 24 Jul 2008 21:19:05 -0000 1.1124
+++ Overview.html 24 Jul 2008 22:25:46 -0000 1.1125
@@ -16793,18 +16793,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>

Received on Thursday, 24 July 2008 22:29:34 UTC