- From: poot <cvsmail@w3.org>
- Date: Mon, 14 Sep 2009 15:57:44 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Minor editorial markup fixes (whatwg r3835) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3002&r2=1.3003&f=h http://html5.org/tools/web-apps-tracker?from=3834&to=3835 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3002 retrieving revision 1.3003 diff -u -d -r1.3002 -r1.3003 --- Overview.html 14 Sep 2009 06:47:16 -0000 1.3002 +++ Overview.html 14 Sep 2009 06:57:25 -0000 1.3003 @@ -4686,12 +4686,11 @@ occur. For more details, see the Content-Type Processing Model specification. <a href="#refsMIMESNIFF">[MIMESNIFF]</a></p> - </div><h3 id="common-dom-interfaces"><span class="secno">2.7 </span>Common DOM interfaces</h3><p class="XXX annotation"><b>Status: </b><i>Working draft</i><h4 id="reflecting-content-attributes-in-idl-attributes"><span class="secno">2.7.1 </span>Reflecting content attributes in IDL attributes</h4><p>Some <span title="IDL attribute">IDL attributes</span> are - defined to <dfn id="reflect">reflect</dfn> a particular <span>content - attribute</span>. 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 attribute to the - given value.<p class="note">A list of <a href="#reflecting-idl-attributes">reflecting IDL attributes</a> and + </div><h3 id="common-dom-interfaces"><span class="secno">2.7 </span>Common DOM interfaces</h3><p class="XXX annotation"><b>Status: </b><i>Working draft</i><h4 id="reflecting-content-attributes-in-idl-attributes"><span class="secno">2.7.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 + attribute to the given value.<p class="note">A list of <a href="#reflecting-idl-attributes">reflecting IDL attributes</a> and their corresponding content attributes is given in the index.<div class="impl"> <p>In general, on getting, if the content attribute is not present,
Received on Monday, 14 September 2009 06:58:20 UTC