[html5] r6136 - [e] (0) Add some warnings in areas where the spec might change based on implemen [...]
whatwg at whatwg.org
whatwg at whatwg.org
Thu May 12 22:53:55 PDT 2011
Author: ianh
Date: 2011-05-12 22:53:54 -0700 (Thu, 12 May 2011)
New Revision: 6136
Modified:
complete.html
index
source
Log:
[e] (0) Add some warnings in areas where the spec might change based on implementation changes.
Modified: complete.html
===================================================================
--- complete.html 2011-05-13 04:30:00 UTC (rev 6135)
+++ complete.html 2011-05-13 05:53:54 UTC (rev 6136)
@@ -35385,6 +35385,12 @@
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
@@ -61140,7 +61146,12 @@
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>
Modified: index
===================================================================
--- index 2011-05-13 04:30:00 UTC (rev 6135)
+++ index 2011-05-13 05:53:54 UTC (rev 6136)
@@ -35413,6 +35413,12 @@
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
@@ -61168,7 +61174,12 @@
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>
Modified: source
===================================================================
--- source 2011-05-13 04:30:00 UTC (rev 6135)
+++ source 2011-05-13 05:53:54 UTC (rev 6136)
@@ -39153,6 +39153,13 @@
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>
@@ -69611,6 +69618,12 @@
</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
More information about the Commit-Watchers
mailing list