- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 11 Jan 2010 06:49:36 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv24500
Modified Files:
Overview.html
Log Message:
fix blank lines in IDL, broken xrefs. (whatwg r4568)
Index: Overview.html
===================================================================
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:49:38 UTC