Skip to content

Commit

Permalink
[e] (0) xref more 'being rendered'
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7627

git-svn-id: http://svn.whatwg.org/webapps@4015 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 29, 2009
1 parent cd8ad4d commit e8a2976
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 25 deletions.
25 changes: 13 additions & 12 deletions index
Expand Up @@ -7961,11 +7961,11 @@ Transport Protocol"&gt;HTTP&lt;/abbr&gt; today.&lt;/p&gt;</pre>
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
Expand Down Expand Up @@ -18657,10 +18657,11 @@ interface <dfn id=htmlimageelement>HTMLImageElement</dfn> : <a href=#htmlelement

<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>
Expand Down Expand Up @@ -50329,14 +50330,14 @@ interface <dfn id=window>Window</dfn> {
<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. -->

Expand Down
26 changes: 13 additions & 13 deletions source
Expand Up @@ -8059,11 +8059,11 @@ Transport Protocol">HTTP&lt;/abbr> today.&lt;/p></pre>
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'
Expand Down Expand Up @@ -20005,11 +20005,11 @@ interface <dfn>HTMLImageElement</dfn> : <span>HTMLElement</span> {
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
Expand Down Expand Up @@ -56844,14 +56844,14 @@ interface <dfn>Window</dfn> {
<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. -->

Expand Down

0 comments on commit e8a2976

Please sign in to comment.