hixie: xref more 'being rendered' (whatwg r4015)

hixie: xref more 'being rendered' (whatwg r4015)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3176&r2=1.3177&f=h
http://html5.org/tools/web-apps-tracker?from=4014&to=4015

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3176
retrieving revision 1.3177
diff -u -d -r1.3176 -r1.3177
--- Overview.html 29 Sep 2009 00:33:37 -0000 1.3176
+++ Overview.html 29 Sep 2009 00:42:04 -0000 1.3177
@@ -7147,11 +7147,11 @@
   is either 'ltr' or 'rtl'. If the user agent supports CSS and the
   'direction' property on this element has a computed value of either
   'ltr' or 'rtl', then that is <a href="#the-directionality">the directionality</a> of the
-  element. Otherwise, if the element is being rendered, then <a href="#the-directionality">the
-  directionality</a> of the element is the directionality used by
-  the presentation layer, potentially determined from the value of the
-  <code title="attr-dir"><a href="#the-dir-attribute">dir</a></code> attribute on the
-  element. Otherwise, if the element's <code title="attr-dir"><a href="#the-dir-attribute">dir</a></code> attribute has the state <i>ltr</i>, the
+  element. Otherwise, if the element is <a href="#being-rendered">being rendered</a>,
+  then <a href="#the-directionality">the directionality</a> of the element is the
+  directionality used by the presentation layer, potentially
+  determined from the value of the <code title="attr-dir"><a href="#the-dir-attribute">dir</a></code>
+  attribute on the element. Otherwise, if the element's <code title="attr-dir"><a href="#the-dir-attribute">dir</a></code> attribute has the state <i>ltr</i>, the
   element's directionality is 'ltr' (left-to-right); if the attribute
   has the state <i>rtl</i>, the element's directionality is 'rtl'
   (right-to-left); and otherwise, the element's directionality is the
@@ -16306,10 +16306,11 @@
 
   <p>The IDL attributes <dfn id="dom-img-width" title="dom-img-width"><code>width</code></dfn> and <dfn id="dom-img-height" title="dom-img-height"><code>height</code></dfn> must return the
   rendered width and height of the image, in CSS pixels, if the image
-  is being rendered, and is being rendered to a visual medium; or else
-  the intrinsic width and height of the image, in CSS pixels, if the
-  image is <i title="img-available"><a href="#img-available">available</a></i> but not being
-  rendered to a visual medium; or else 0, if the image is not <i title="img-available"><a href="#img-available">available</a></i>. <a href="#refsCSS">[CSS]</a></p>
+  is <a href="#being-rendered">being rendered</a>, and is being rendered to a visual
+  medium; or else the intrinsic width and height of the image, in CSS
+  pixels, if the image is <i title="img-available"><a href="#img-available">available</a></i> but
+  not being rendered to a visual medium; or else 0, if the image is
+  not <i title="img-available"><a href="#img-available">available</a></i>. <a href="#refsCSS">[CSS]</a></p>
 
   <p>On setting, they must act as if they <a href="#reflect" title="reflect">reflected</a> the respective content attributes
   of the same name.</p>
@@ -45314,12 +45315,12 @@
   </ol></div><p class="note">When an <a href="#event-handler-content-attributes" title="event handler content
   attributes">event handler content attribute</a> is set on an
   element owned by a <code>Document</code> that is not in a
-  <a href="#browsing-context">browsing context</a>, the corresponding event handler is not changed.<p class="note">Removing an <a href="#event-handler-content-attributes" title="event handler content
+  <a href="#browsing-context">browsing context</a>, the corresponding event handler is
+  not changed.<p class="note">Removing an <a href="#event-handler-content-attributes" title="event handler content
   attributes">event handler content attribute</a> does not reset
   the corresponding <a href="#event-handlers" title="event handlers">event
   handler</a>.</p><!--
-  http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C!DOCTYPE%20html%3E%0A...%3Cbody%20onload%3D%22w(%27pass%27)%22%3E%0A%3Cscript%3Edocument.body.removeAttribute(%27onload%27)%3B%3C%2Fscript%3E
-  --><!-- v2: we should probably support HTML4's Content-Script-Type header here. --><div class="impl">
+  http://software.hixie.ch/utilities/js/live-dom-viewer/saved/245 --><!-- v2: we should probably support HTML4's Content-Script-Type header here. --><div class="impl">
 
   <hr><p>All <a href="#event-handlers">event handlers</a> on an element, whether
   set to null or to a <code><a href="#function">Function</a></code> object, must be registered

Received on Tuesday, 29 September 2009 00:43:01 UTC