- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 13 Dec 2009 17:43:40 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv22972 Modified Files: Overview.html Log Message: make scripts not execute outside documents (whatwg r4441) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3542 retrieving revision 1.3543 diff -u -d -r1.3542 -r1.3543 --- Overview.html 11 Dec 2009 18:59:11 -0000 1.3542 +++ Overview.html 13 Dec 2009 17:43:37 -0000 1.3543 @@ -260,7 +260,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor-s-draft-11-december-2009">Editor's Draft 11 December 2009</h2> + <h2 class="no-num no-toc" id="editor-s-draft-13-december-2009">Editor's Draft 13 December 2009</h2> <dl><dt>Latest Published Version:</dt> <dd><a href="http://www.w3.org/TR/html5/">http://www.w3.org/TR/html5/</a></dd> <dt>Latest Editor's Draft:</dt> @@ -353,7 +353,7 @@ specification's progress along the W3C Recommendation track. - This specification is the 11 December 2009 Editor's Draft. + This specification is the 13 December 2009 Editor's Draft. </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>This specification is also being produced by the <a href="http://www.whatwg.org/">WHATWG</a>. The two specifications are identical from the table of contents onwards.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- context and rationale (required) --><p>This specification is intended to replace (be a new version of) what was previously the HTML4, XHTML1, and DOM2 HTML @@ -10927,9 +10927,11 @@ <ul><li>The <code><a href="#script">script</a></code> element gets <a href="#insert-an-element-into-a-document" title="insert an element into a document">inserted into a document</a>.</li> - <li>The <code><a href="#script">script</a></code> element's child nodes are changed.</li> + <li>The <code><a href="#script">script</a></code> element is <a href="#in-a-document">in a + <code>Document</code></a> and its child nodes are changed.</li> - <li>The <code><a href="#script">script</a></code> element has a <code title="attr-script-src"><a href="#attr-script-src">src</a></code> attribute set where previously + <li>The <code><a href="#script">script</a></code> element is <a href="#in-a-document">in a + <code>Document</code></a> and has a <code title="attr-script-src"><a href="#attr-script-src">src</a></code> attribute set where previously the element had no such attribute.</li> </ul><p><dfn id="running-a-script" title="running a script">Running a script</dfn>: When a @@ -23521,7 +23523,7 @@ roughly at the top of the glyphs in a font, the hanging baseline is where some glyphs like आ are anchored, the middle is half-way between the top of the em square and the bottom of the em square, - the alphabetic baseline is where characters like &#x00C1;, ÿ, + the alphabetic baseline is where characters like Á, ÿ, f, and Ω are anchored, the ideographic baseline is where glyphs like 私 and 達 are anchored, and the bottom of the em square is roughly at the bottom of the glyphs in a
Received on Sunday, 13 December 2009 17:43:42 UTC