- From: poot <cvsmail@w3.org>
- Date: Wed, 28 Jul 2010 07:34:54 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: a number of typos and such (whatwg r5208) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4142&r2=1.4143&f=h http://html5.org/tools/web-apps-tracker?from=5207&to=5208 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.4142 retrieving revision 1.4143 diff -u -d -r1.4142 -r1.4143 --- Overview.html 27 Jul 2010 21:56:33 -0000 1.4142 +++ Overview.html 27 Jul 2010 22:31:49 -0000 1.4143 @@ -32006,7 +32006,7 @@ <p>On setting, the <code title="dom-select-value"><a href="#dom-select-value">value</a></code> attribute must set the <a href="#concept-option-selectedness" title="concept-option-selectedness">selectedness</a> of all the <code><a href="#the-option-element">option</a></code> elements in the <a href="#concept-select-option-list" title="concept-select-option-list">list of options</a> to false, - and then first the <code><a href="#the-option-element">option</a></code> element in the <a href="#concept-select-option-list" title="concept-select-option-list">list of options</a>, in + and then the first <code><a href="#the-option-element">option</a></code> element in the <a href="#concept-select-option-list" title="concept-select-option-list">list of options</a>, in <a href="#tree-order">tree order</a>, whose <a href="#concept-option-value" title="concept-option-value">value</a> is equal to the given new value, if any, must have its <a href="#concept-option-selectedness" title="concept-option-selectedness">selectedness</a> set to true.</p> @@ -38162,7 +38162,7 @@ </menu> </form></pre> - <p>This adds to items to the control's context menu, one called + <p>This adds two items to the control's context menu, one called "Pick random name", and one called "Prefill other fields based on name". They invoke scripts that are not shown in the example above.</p> @@ -40323,8 +40323,8 @@ <li><p>For each <a href="#child-browsing-context">child browsing context</a> of <var title="">d</var> that is <a href="#browsing-context-nested-through" title="browsing context nested through">nested through</a> an element that is <a href="#in-a-document" title="in a - document">in the <code>Document</code></a> <var title="">d</var>, in the <a href="#tree-order">tree order</a> of the elements of - the elements nesting those <a href="#browsing-context" title="browsing context">browsing + document">in the <code>Document</code></a> <var title="">d</var>, in the <a href="#tree-order">tree order</a> of the elements + nesting those <a href="#browsing-context" title="browsing context">browsing contexts</a>, append to the list <var title="">list</var> the <a href="#list-of-the-descendant-browsing-contexts">list of the descendant browsing contexts</a> of the <a href="#active-document">active document</a> of that <a href="#child-browsing-context">child browsing @@ -46520,7 +46520,7 @@ and an alert saying "<code title="">[object HTMLBodyElement]</code>" whenever the user clicks something in the page.</p> - </div><p>The return value of the function is affects whether the event is + </div><p>The return value of the function affects whether the event is canceled or not: <span class="impl">as described above,</span> if the return value is false, the event is canceled (except for <code class="event-mouseover">mouseover</code> events, where the return value has to be true to cancel the event). With <code title="event-beforeunload">beforeunload</code> events, the value is @@ -46693,7 +46693,7 @@ set to zero. <a href="#r-e-f-sPROGRESS">[PROGRESS]</a></p> (also fix reference in line above)--> - <p>The default action of these event is to do nothing except where + <p>The default action of these events is to do nothing except where otherwise stated.</p> </div><div class="impl"> @@ -48998,7 +48998,7 @@ <p>The <dfn id="dom-contenteditable" title="dom-contentEditable"><code>contentEditable</code></dfn> IDL attribute, on getting, must return the string "<code title="">true</code>" if the content attribute is set to the true - state, <code title="">false</code>" if the content attribute is set + state, "<code title="">false</code>" if the content attribute is set to the false state, and "<code title="">inherit</code>" otherwise. On setting, if the new value is an <a href="#ascii-case-insensitive">ASCII case-insensitive</a> match for the string "<code title="">inherit</code>" then the content attribute must be removed, @@ -50042,7 +50042,7 @@ <li>Perform <dfn id="drag-and-drop-initialization-steps">drag-and-drop initialization steps</dfn> defined - in other relevant specificaations.</li> + in other relevant specifications.</li> @@ -50081,7 +50081,8 @@ <li> - <p>For each <var title="">node</var> in <var title="">nodes</var>:</p> + <p>For each <var title="">node</var> in the <a href="#list-of-dragged-nodes">list of + dragged nodes</a>:</p> <dl><dt>If the node is an <code><a href="#the-a-element">a</a></code> element with an <code title="attr-hyperlink-href"><a href="#attr-hyperlink-href">href</a></code></dt> @@ -68165,6 +68166,7 @@ 田村健人 (TAMURA Kent), Ted Mielczarek, Terrence Wood, + Thomas Bouchardon, Thomas Broyer, Thomas O'Connor, Tim Altman,
Received on Tuesday, 27 July 2010 22:32:42 UTC