HTML5 Tracker

Diff (omit for latest revision)
Filter

Short URL: http://html5.org/r/4015

SVNBugCommentTime (UTC)
40157627xref more 'being rendered'2009-09-29 00:50
Index: source
===================================================================
--- source	(revision 4014)
+++ source	(revision 4015)
@@ -8059,11 +8059,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 <span>the directionality</span> of the
-  element. Otherwise, if the element is being rendered, then <span>the
-  directionality</span> of the element is the directionality used by
-  the presentation layer, potentially determined from the value of the
-  <code title="attr-dir">dir</code> attribute on the
-  element. Otherwise, if the element's <code
+  element. Otherwise, if the element is <span>being rendered</span>,
+  then <span>the directionality</span> of the element is the
+  directionality used by the presentation layer, potentially
+  determined from the value of the <code title="attr-dir">dir</code>
+  attribute on the element. Otherwise, if the element's <code
   title="attr-dir">dir</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'
@@ -20005,11 +20005,11 @@
   title="dom-img-width"><code>width</code></dfn> and <dfn
   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">available</i> but not being
-  rendered to a visual medium; or else 0, if the image is not <i
-  title="img-available">available</i>. <a
+  is <span>being rendered</span>, 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">available</i> but
+  not being rendered to a visual medium; or else 0, if the image is
+  not <i title="img-available">available</i>. <a
   href="#refsCSS">[CSS]</a></p>
 
   <p>On setting, they must act as if they <span
@@ -56844,14 +56844,14 @@
   <p class="note">When an <span title="event handler content
   attributes">event handler content attribute</span> is set on an
   element owned by a <code>Document</code> that is not in a
-  <span>browsing context</span>, the corresponding event handler is not changed.</p>
+  <span>browsing context</span>, the corresponding event handler is
+  not changed.</p>
 
   <p class="note">Removing an <span title="event handler content
   attributes">event handler content attribute</span> does not reset
   the corresponding <span title="event handlers">event
   handler</span>.</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
-  -->
+  http://software.hixie.ch/utilities/js/live-dom-viewer/saved/245 -->
 
   <!-- v2: we should probably support HTML4's Content-Script-Type header here. -->
 

|