html5/spec editing.html,1.1006,1.1007 grouping-content.html,1.15,1.16 spec.html,1.1265,1.1266 the-canvas-element.html,1.871,1.872

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

Modified Files:
	editing.html grouping-content.html spec.html 
	the-canvas-element.html 
Log Message:
IDL and content attributes can have different defaults, which can be confusing. Try to clear some of those up. Let me know if I missed any others. (whatwg r5573)

[updated by splitter]


Index: the-canvas-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-canvas-element.html,v
retrieving revision 1.871
retrieving revision 1.872
diff -u -d -r1.871 -r1.872
--- the-canvas-element.html	29 Sep 2010 19:16:54 -0000	1.871
+++ the-canvas-element.html	1 Oct 2010 19:16:35 -0000	1.872
@@ -421,7 +421,7 @@
   <p>The <dfn id="dom-canvas-width" title="dom-canvas-width"><code>width</code></dfn> and
   <dfn id="dom-canvas-height" title="dom-canvas-height"><code>height</code></dfn> IDL
   attributes must <a href="common-dom-interfaces.html#reflect">reflect</a> the respective content
-  attributes of the same name.</p>
+  attributes of the same name, with the same defaults.</p>
 
   </div><div class="example">
    <p>Only one square appears to be drawn in the following example:</p>

Index: grouping-content.html
===================================================================
RCS file: /sources/public/html5/spec/grouping-content.html,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- grouping-content.html	29 Sep 2010 19:16:51 -0000	1.15
+++ grouping-content.html	1 Oct 2010 19:16:35 -0000	1.16
@@ -762,7 +762,8 @@
   <p>The <dfn id="dom-ol-reversed" title="dom-ol-reversed"><code>reversed</code></dfn>,
   <dfn id="dom-ol-start" title="dom-ol-start"><code>start</code></dfn>, and <dfn id="dom-ol-type" title="dom-ol-type"><code>type</code></dfn> IDL attributes must
   <a href="common-dom-interfaces.html#reflect">reflect</a> the respective content attributes of the same
-  name.</p>
+  name. The <code title="dom-ol-start"><a href="#dom-ol-start">start</a></code> IDL attribute has
+  the same default as its content attribute.</p>
 
   </div><div class="example">
 

Index: editing.html
===================================================================
RCS file: /sources/public/html5/spec/editing.html,v
retrieving revision 1.1006
retrieving revision 1.1007
diff -u -d -r1.1006 -r1.1007
--- editing.html	30 Sep 2010 23:16:34 -0000	1.1006
+++ editing.html	1 Oct 2010 19:16:34 -0000	1.1007
@@ -592,10 +592,9 @@
   element is focused).</p>
 
   <p>The <dfn id="dom-tabindex" title="dom-tabIndex"><code>tabIndex</code></dfn> IDL
-  attribute must <a href="common-dom-interfaces.html#reflect">reflect</a> the value of the <code title="attr-tabindex"><a href="#attr-tabindex">tabindex</a></code> content attribute. If the
-  attribute is not present, or parsing its value returns an error,
-  then the IDL attribute must return 0 for elements that are focusable
-  and &#8722;1 for elements that are not focusable.</p>
+  attribute must <a href="common-dom-interfaces.html#reflect">reflect</a> the value of the <code title="attr-tabindex"><a href="#attr-tabindex">tabindex</a></code> content attribute. Its default
+  value is 0 for elements that are focusable and &#8722;1 for
+  elements that are not focusable.</p>
 
   </div><div class="impl">
 

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1265
retrieving revision 1.1266
diff -u -d -r1.1265 -r1.1266
--- spec.html	1 Oct 2010 06:16:34 -0000	1.1265
+++ spec.html	1 Oct 2010 19:16:35 -0000	1.1266
@@ -341,7 +341,7 @@
     <a href="Overview.html">single page HTML</a>,
     <a href="spec.html">multipage HTML</a>,
     <a href="author/">web developer edition</a>.
-This is revision 1.4454.
+This is revision 1.4455.
    </p> 
      <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2010 <a href="http://www.w3.org/"><abbr title="World Wide

Received on Friday, 1 October 2010 19:16:42 UTC