Skip to content

Commit

Permalink
[e] (0) Add some warnings in areas where the spec might change based …
Browse files Browse the repository at this point in the history
…on implementation changes.

git-svn-id: http://svn.whatwg.org/webapps@6136 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed May 13, 2011
1 parent 4c9abe6 commit 2d5ea10
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 2 deletions.
13 changes: 12 additions & 1 deletion complete.html
Expand Up @@ -35385,6 +35385,12 @@ <h6 id=shadows><span class=secno>4.8.11.1.6 </span><dfn>Shadows</dfn></h6>
is non-zero, or the <code title=dom-context-2d-shadowOffsetY><a href=#dom-context-2d-shadowoffsety>shadowOffsetY</a></code> is
non-zero.</p>

<p class=critical>It is likely that this will change: browser
vendors have indicated an interest in changing the processing model
for shadows such that they only draw when the composition operator
is "source-over" (the default). <a href=http://lists.whatwg.org/htdig.cgi/whatwg-whatwg.org/2011-May/thread.html#31457>Read
more...</a></p>

<p><a href=#when-shadows-are-drawn>When shadows are drawn</a>, they must be rendered as follows:</p>

<ol><li> <p>Let <var title="">A</var> be an infinite transparent black
Expand Down Expand Up @@ -61140,7 +61146,12 @@ <h4 id=named-access-on-the-window-object><span class=secno>6.2.4 </span>Named ac
attribute of any <a href=#html-elements title="HTML elements">HTML element</a> in
the <a href=#active-document>active document</a> with an <code title=attr-id><a href=#the-id-attribute>id</a></code> content attribute.</li>

</ul><p>When <dfn id=dom-window-nameditem title=dom-window-namedItem>the <code>Window</code>
</ul><p class=critical>It is possible that this will change. Browser
vendors are considering limiting this behaviour to <a href=#quirks-mode>quirks
mode</a>. <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=11960">Read
more...</a></p>

<p>When <dfn id=dom-window-nameditem title=dom-window-namedItem>the <code>Window</code>
object is indexed for property retrieval</dfn> using a name <var title="">name</var>, then the user agent must return the value
obtained using the following steps:</p>

Expand Down
13 changes: 12 additions & 1 deletion index
Expand Up @@ -35413,6 +35413,12 @@ hairline width with transform. ack Shaun Morris.
is non-zero, or the <code title=dom-context-2d-shadowOffsetY><a href=#dom-context-2d-shadowoffsety>shadowOffsetY</a></code> is
non-zero.</p>

<p class=critical>It is likely that this will change: browser
vendors have indicated an interest in changing the processing model
for shadows such that they only draw when the composition operator
is "source-over" (the default). <a href=http://lists.whatwg.org/htdig.cgi/whatwg-whatwg.org/2011-May/thread.html#31457>Read
more...</a></p>

<p><a href=#when-shadows-are-drawn>When shadows are drawn</a>, they must be rendered as follows:</p>

<ol><li> <p>Let <var title="">A</var> be an infinite transparent black
Expand Down Expand Up @@ -61168,7 +61174,12 @@ interface <dfn id=window>Window</dfn> {
attribute of any <a href=#html-elements title="HTML elements">HTML element</a> in
the <a href=#active-document>active document</a> with an <code title=attr-id><a href=#the-id-attribute>id</a></code> content attribute.</li>

</ul><p>When <dfn id=dom-window-nameditem title=dom-window-namedItem>the <code>Window</code>
</ul><p class=critical>It is possible that this will change. Browser
vendors are considering limiting this behaviour to <a href=#quirks-mode>quirks
mode</a>. <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=11960">Read
more...</a></p>

<p>When <dfn id=dom-window-nameditem title=dom-window-namedItem>the <code>Window</code>
object is indexed for property retrieval</dfn> using a name <var title="">name</var>, then the user agent must return the value
obtained using the following steps:</p>

Expand Down
13 changes: 13 additions & 0 deletions source
Expand Up @@ -39153,6 +39153,13 @@ hairline width with transform. ack Shaun Morris.
title="dom-context-2d-shadowOffsetY">shadowOffsetY</code> is
non-zero.</p>

<p class="critical">It is likely that this will change: browser
vendors have indicated an interest in changing the processing model
for shadows such that they only draw when the composition operator
is "source-over" (the default). <a
href="http://lists.whatwg.org/htdig.cgi/whatwg-whatwg.org/2011-May/thread.html#31457">Read
more...</a></p>

<p><span>When shadows are drawn</span>, they must be rendered as follows:</p>

<ol>
Expand Down Expand Up @@ -69611,6 +69618,12 @@ interface <dfn>Window</dfn> {

</ul>

<p class="critical">It is possible that this will change. Browser
vendors are considering limiting this behaviour to <span>quirks
mode</span>. <a
href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=11960">Read
more...</a></p>

<p>When <dfn title="dom-window-namedItem">the <code>Window</code>
object is indexed for property retrieval</dfn> using a name <var
title="">name</var>, then the user agent must return the value
Expand Down

0 comments on commit 2d5ea10

Please sign in to comment.