html5/spec Overview.html,1.3002,1.3003

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv31934

Modified Files:
	Overview.html 
Log Message:
Minor editorial markup fixes (whatwg r3835)

Index: Overview.html
===================================================================
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:57:38 UTC