- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 24 Jul 2008 22:25:49 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv30686
Modified Files:
Overview.html
Log Message:
clarify that changes include removal for <object> processing model (whatwg r1934)
Index: Overview.html
===================================================================
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:26:22 UTC