- From: poot <cvsmail@w3.org>
- Date: Mon, 11 Jan 2010 15:49:43 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: fix blank lines in IDL, broken xrefs. (whatwg r4568) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3647&r2=1.3648&f=h http://html5.org/tools/web-apps-tracker?from=4567&to=4568 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3647 retrieving revision 1.3648 diff -u -d -r1.3647 -r1.3648 --- Overview.html 11 Jan 2010 06:47:52 -0000 1.3647 +++ Overview.html 11 Jan 2010 06:49:33 -0000 1.3648 @@ -18478,13 +18478,11 @@ attribute boolean <a href="#dom-media-loop" title="dom-media-loop">loop</a>; void <a href="#dom-media-play" title="dom-media-play">play</a>(); void <a href="#dom-media-pause" title="dom-media-pause">pause</a>(); - <!--v2CUERANGE // cue ranges void <span title="dom-media-addCueRange">addCueRange</span>(in DOMString className, in DOMString id, in float start, in float end, in boolean pauseOnExit, in <span>CueRangeCallback</span> enterCallback, in <span>CueRangeCallback</span> exitCallback); void <span title="dom-media-removeCueRanges">removeCueRanges</span>(in DOMString className); --> - // controls attribute boolean <a href="#dom-media-controls" title="dom-media-controls">controls</a>; attribute float <a href="#dom-media-volume" title="dom-media-volume">volume</a>; @@ -39556,12 +39554,13 @@ contain valid JavaScript code matching the <code title="">FunctionBody</code> production. <a href="#refsECMA262">[ECMA262]</a><div class="impl"> <!-- SCRIPT EXEC --> - <p>When an <span>event handler content attribute</span> is set, if - the element is owned by a <code>Document</code> that is in a - <a href="#browsing-context">browsing context</a>, and <a href="#concept-bc-script" title="concept-bc-script">scripting is enabled</a> for that - <a href="#browsing-context">browsing context</a>, the user agent must run the following - steps to create a <a href="#concept-script" title="concept-script">script</a> after - setting the content attribute to its new value:</p> + <p>When an <a href="#event-handler-content-attributes" title="event handler content attributes">event + handler content attribute</a> is set, if the element is owned by + a <code>Document</code> that is in a <a href="#browsing-context">browsing context</a>, + and <a href="#concept-bc-script" title="concept-bc-script">scripting is enabled</a> for + that <a href="#browsing-context">browsing context</a>, the user agent must run the + following steps to create a <a href="#concept-script" title="concept-script">script</a> after setting the content + attribute to its new value:</p> <ol><li><p>Set up a <a href="#script-execution-environment">script execution environment</a> for JavaScript.</li> @@ -39589,7 +39588,8 @@ <dt>Function body <var title="">FunctionBody</var></dt> - <dd>The <span>event handler content attribute</span>'s new value.</dd> + <dd>The <a href="#event-handler-content-attributes" title="event handler content attributes">event + handler content attribute</a>'s new value.</dd> <dt>Lexical Environment <var title="">Scope</var></dt>
Received on Monday, 11 January 2010 06:50:12 UTC