[html5] r4015 - [e] (0) xref more 'being rendered' Fixing http://www.w3.org/Bugs/Public/show_bug [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon Sep 28 17:50:20 PDT 2009
Author: ianh
Date: 2009-09-28 17:50:19 -0700 (Mon, 28 Sep 2009)
New Revision: 4015
Modified:
index
source
Log:
[e] (0) xref more 'being rendered'
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7627
Modified: index
===================================================================
--- index 2009-09-29 00:41:53 UTC (rev 4014)
+++ index 2009-09-29 00:50:19 UTC (rev 4015)
@@ -7961,11 +7961,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
@@ -18657,10 +18657,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>
@@ -50329,14 +50330,14 @@
<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>
+ <a href=#browsing-context>browsing context</a>, the corresponding event handler is
+ not changed.</p>
<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
- -->
+ http://software.hixie.ch/utilities/js/live-dom-viewer/saved/245 -->
<!-- v2: we should probably support HTML4's Content-Script-Type header here. -->
Modified: source
===================================================================
--- source 2009-09-29 00:41:53 UTC (rev 4014)
+++ source 2009-09-29 00:50:19 UTC (rev 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. -->
More information about the Commit-Watchers
mailing list