[html5] r7786 - [e] (0) fix mistake in previous checkin; and fix mistake in much earlier checkin [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Apr 1 11:02:43 PDT 2013


Author: ianh
Date: 2013-04-01 11:02:42 -0700 (Mon, 01 Apr 2013)
New Revision: 7786

Modified:
   complete.html
   index
   source
Log:
[e] (0) fix mistake in previous checkin; and fix mistake in much earlier checkin...
Affected topics: Canvas, DOM APIs

Modified: complete.html
===================================================================
--- complete.html	2013-04-01 17:57:43 UTC (rev 7785)
+++ complete.html	2013-04-01 18:02:42 UTC (rev 7786)
@@ -34364,7 +34364,7 @@
 
   </div>
 
-  <p>The <code title=dom-context-2d-textAlign><a href=#dom-context-2d-textalign>textBaseline</a></code> attribute's allowed keywords are
+  <p>The <code title=dom-context-2d-textAlign><a href=#dom-context-2d-textalign>textAlign</a></code> attribute's allowed keywords are
   as follows:</p>
 
   <dl><dt><dfn id=dom-concept-2d-textalign-start title=dom-concept-2d-textAlign-start><code>start</code></dfn>
@@ -34410,7 +34410,7 @@
    <dt><dfn id=dom-context-2d-textbaseline-bottom title=dom-context-2d-textBaseline-bottom><code>bottom</code></dfn>
    <dd>The bottom of the em square</dd>
 
-  </dl><p>The <code title=dom-context-2d-textAlign><a href=#dom-context-2d-textalign>textBaseline</a></code> attribute's allowed keywords are
+  </dl><p>The <code title=dom-context-2d-direction><a href=#dom-context-2d-direction>direction</a></code> attribute's allowed keywords are
   as follows:</p>
 
   <dl><dt><dfn id=dom-concept-2d-direction-ltr title=dom-concept-2d-direction-ltr><code>ltr</code></dfn>
@@ -50858,7 +50858,7 @@
    <dd><code title=attr-option-value><a href=#attr-option-value>value</a></code> — Value to be used for <a href=#form-submission>form submission</a></dd>
    <dt><a href=#element-dfn-dom title=element-dfn-dom>DOM interface</a>:</dt><!--TOPIC:DOM APIs-->
    <dd>
-<pre class=idl>[NamedConstructor=<a href=#dom-option title=dom-option>Option</a>(optional DOMString text, optional DOMString value, optional boolean defaultSelected, optional boolean selected)]
+<pre class=idl>[NamedConstructor=<a href=#dom-option title=dom-option>Option</a>(optional DOMString text = '', optional DOMString value, optional boolean defaultSelected = false, optional boolean selected = false)]
 interface <dfn id=htmloptionelement>HTMLOptionElement</dfn> : <a href=#htmlelement>HTMLElement</a> {
            attribute boolean <a href=#dom-option-disabled title=dom-option-disabled>disabled</a>;
   readonly attribute <a href=#htmlformelement>HTMLFormElement</a>? <a href=#dom-option-form title=dom-option-form>form</a>;

Modified: index
===================================================================
--- index	2013-04-01 17:57:43 UTC (rev 7785)
+++ index	2013-04-01 18:02:42 UTC (rev 7786)
@@ -34364,7 +34364,7 @@
 
   </div>
 
-  <p>The <code title=dom-context-2d-textAlign><a href=#dom-context-2d-textalign>textBaseline</a></code> attribute's allowed keywords are
+  <p>The <code title=dom-context-2d-textAlign><a href=#dom-context-2d-textalign>textAlign</a></code> attribute's allowed keywords are
   as follows:</p>
 
   <dl><dt><dfn id=dom-concept-2d-textalign-start title=dom-concept-2d-textAlign-start><code>start</code></dfn>
@@ -34410,7 +34410,7 @@
    <dt><dfn id=dom-context-2d-textbaseline-bottom title=dom-context-2d-textBaseline-bottom><code>bottom</code></dfn>
    <dd>The bottom of the em square</dd>
 
-  </dl><p>The <code title=dom-context-2d-textAlign><a href=#dom-context-2d-textalign>textBaseline</a></code> attribute's allowed keywords are
+  </dl><p>The <code title=dom-context-2d-direction><a href=#dom-context-2d-direction>direction</a></code> attribute's allowed keywords are
   as follows:</p>
 
   <dl><dt><dfn id=dom-concept-2d-direction-ltr title=dom-concept-2d-direction-ltr><code>ltr</code></dfn>
@@ -50858,7 +50858,7 @@
    <dd><code title=attr-option-value><a href=#attr-option-value>value</a></code> — Value to be used for <a href=#form-submission>form submission</a></dd>
    <dt><a href=#element-dfn-dom title=element-dfn-dom>DOM interface</a>:</dt><!--TOPIC:DOM APIs-->
    <dd>
-<pre class=idl>[NamedConstructor=<a href=#dom-option title=dom-option>Option</a>(optional DOMString text, optional DOMString value, optional boolean defaultSelected, optional boolean selected)]
+<pre class=idl>[NamedConstructor=<a href=#dom-option title=dom-option>Option</a>(optional DOMString text = '', optional DOMString value, optional boolean defaultSelected = false, optional boolean selected = false)]
 interface <dfn id=htmloptionelement>HTMLOptionElement</dfn> : <a href=#htmlelement>HTMLElement</a> {
            attribute boolean <a href=#dom-option-disabled title=dom-option-disabled>disabled</a>;
   readonly attribute <a href=#htmlformelement>HTMLFormElement</a>? <a href=#dom-option-form title=dom-option-form>form</a>;

Modified: source
===================================================================
--- source	2013-04-01 17:57:43 UTC (rev 7785)
+++ source	2013-04-01 18:02:42 UTC (rev 7786)
@@ -41515,7 +41515,7 @@
 
   </div>
 
-  <p>The <code title="dom-context-2d-textAlign">textBaseline</code> attribute's allowed keywords are
+  <p>The <code title="dom-context-2d-textAlign">textAlign</code> attribute's allowed keywords are
   as follows:</p>
 
   <dl>
@@ -41569,7 +41569,7 @@
 
   </dl>
 
-  <p>The <code title="dom-context-2d-textAlign">textBaseline</code> attribute's allowed keywords are
+  <p>The <code title="dom-context-2d-direction">direction</code> attribute's allowed keywords are
   as follows:</p>
 
   <dl>
@@ -60335,7 +60335,7 @@
    <dd><code title="attr-option-value">value</code></dd>
    <dt><span title="element-dfn-dom">DOM interface</span>:</dt><!--TOPIC:DOM APIs-->
    <dd>
-<pre class="idl">[NamedConstructor=<span title="dom-option">Option</span>(optional DOMString text, optional DOMString value, optional boolean defaultSelected, optional boolean selected)]
+<pre class="idl">[NamedConstructor=<span title="dom-option">Option</span>(optional DOMString text = '', optional DOMString value, optional boolean defaultSelected = false, optional boolean selected = false)]
 interface <dfn>HTMLOptionElement</dfn> : <span>HTMLElement</span> {
            attribute boolean <span title="dom-option-disabled">disabled</span>;
   readonly attribute <span>HTMLFormElement</span>? <span title="dom-option-form">form</span>;




More information about the Commit-Watchers mailing list