- From: poot <cvsmail@w3.org>
- Date: Thu, 14 Jul 2011 18:32:03 -0400
- To: public-html-diffs@w3.org
hixie: class=impl update (whatwg r6297) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5028&r2=1.5029&f=h http://html5.org/tools/web-apps-tracker?from=6296&to=6297 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.5028 retrieving revision 1.5029 diff -u -d -r1.5028 -r1.5029 --- Overview.html 14 Jul 2011 22:29:38 -0000 1.5028 +++ Overview.html 14 Jul 2011 22:31:37 -0000 1.5029 @@ -6286,7 +6286,10 @@ </table><p>The empty string is also a valid keyword, and maps to the <a href="#attr-crossorigin-anonymous" title="attr-crossorigin-anonymous">Anonymous</a> state. The attribute's <i>invalid value default</i> is the <a href="#attr-crossorigin-anonymous" title="attr-crossorigin-anonymous">Anonymous</a> state. The <i>missing value default</i>, used when the attribute is omitted, is - the <dfn id="attr-crossorigin-none" title="attr-crossorigin-none">No CORS</dfn> state.<h4 id="cors-enabled-fetch"><span class="secno">2.7.6 </span>CORS-enabled fetch</h4><p>When the user agent is required to perform a <dfn id="potentially-cors-enabled-fetch">potentially + the <dfn id="attr-crossorigin-none" title="attr-crossorigin-none">No CORS</dfn> state.<div class="impl"> + <h4 id="cors-enabled-fetch"><span class="secno">2.7.6 </span>CORS-enabled fetch</h4> + + <p>When the user agent is required to perform a <dfn id="potentially-cors-enabled-fetch">potentially CORS-enabled fetch</dfn> of an <a href="#absolute-url">absolute URL</a> <var title="">URL</var>, with a mode <var title="">mode</var> that is either "<a href="#attr-crossorigin-none" title="attr-crossorigin-none">No CORS</a>", "<a href="#attr-crossorigin-anonymous" title="attr-crossorigin-anonymous">Anonymous</a>", or "<a href="#attr-crossorigin-use-credentials" title="attr-crossorigin-use-credentials">Use Credentials</a>", an <a href="#origin">origin</a> <var title="">origin</var>, and a default @@ -6296,7 +6299,9 @@ is only used if <var title="">mode</var> is "<a href="#attr-crossorigin-none" title="attr-crossorigin-none">No CORS</a>". This algorithm wraps the <a href="#fetch">fetch</a> algorithm above, and labels the obtained resource as either <dfn id="cors-same-origin">CORS-same-origin</dfn> or - <dfn id="cors-cross-origin">CORS-cross-origin</dfn>, or blocks the resource entirely.<dl class="switch"><dt>If <var title="">mode</var> is "<a href="#attr-crossorigin-none" title="attr-crossorigin-none">No CORS</a>"</dt> + <dfn id="cors-cross-origin">CORS-cross-origin</dfn>, or blocks the resource entirely.</p> + + <dl class="switch"><dt>If <var title="">mode</var> is "<a href="#attr-crossorigin-none" title="attr-crossorigin-none">No CORS</a>"</dt> <dd> @@ -6438,7 +6443,7 @@ </ol></dd> - </dl><h3 id="common-dom-interfaces"><span class="secno">2.8 </span>Common DOM interfaces</h3><h4 id="reflecting-content-attributes-in-idl-attributes"><span class="secno">2.8.1 </span>Reflecting content attributes in IDL attributes</h4><p>Some IDL attributes are defined to <dfn id="reflect">reflect</dfn> a + </dl></div><h3 id="common-dom-interfaces"><span class="secno">2.8 </span>Common DOM interfaces</h3><h4 id="reflecting-content-attributes-in-idl-attributes"><span class="secno">2.8.1 </span>Reflecting content attributes in IDL attributes</h4><p>Some IDL attributes are defined to <dfn id="reflect">reflect</dfn> a particular content attribute. This means that on getting, the IDL attribute returns the current value of the content attribute, and on setting, the IDL attribute changes the value of the content
Received on Thursday, 14 July 2011 22:32:05 UTC