- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 27 Apr 2009 03:15:01 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv13424
Modified Files:
Overview.html
Log Message:
reference SVG for the behaviour of document.title on SVGDocument (whatwg r2995)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2157
retrieving revision 1.2158
diff -u -d -r1.2157 -r1.2158
--- Overview.html 26 Apr 2009 23:34:46 -0000 1.2157
+++ Overview.html 27 Apr 2009 03:14:58 -0000 1.2158
@@ -148,7 +148,7 @@
<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>
<!--ZZZ:-->
<!--<h2 class="no-num no-toc">W3C Working Draft 23 April 2009</h2>-->
- <h2 class="no-num no-toc" id="editor-s-draft-date-1-january-1970">Editor's Draft 26 April 2009</h2>
+ <h2 class="no-num no-toc" id="editor-s-draft-date-1-january-1970">Editor's Draft 27 April 2009</h2>
<!--:ZZZ-->
<dl><!-- ZZZ: update the month/day (twice), (un)comment out
<dt>This Version:</dt>
@@ -241,7 +241,7 @@
track.
<!--ZZZ:-->
<!--This specification is the 23 April 2009 Working Draft.-->
- This specification is the 26 April 2009 Editor's Draft.
+ This specification is the 27 April 2009 Editor's Draft.
<!--:ZZZ-->
</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)
@@ -6580,8 +6580,7 @@
element in the "<code title="">http://www.w3.org/2000/svg</code>"
namespace, and the user agent supports SVG, then the getter must
return the value that would have been returned by the DOM attribute
- of the same name on the <code>SVGDocument</code>
- interface.</li>
+ of the same name on the <code>SVGDocument</code> interface. <a href="#references">[SVG]</a></li>
<li><p>Otherwise, it must return a concatenation of the data of all
the child <a href="#text-node" title="text node">text nodes</a> of <a href="#the-title-element-0">the
@@ -6597,7 +6596,7 @@
namespace, and the user agent supports SVG, then the setter must
defer to the setter for the DOM attribute of the same name on the
<code>SVGDocument</code> interface (if it is readonly, then this
- will raise an exception). Stop the algorithm here.</li>
+ will raise an exception). Stop the algorithm here. <a href="#references">[SVG]</a></li>
<li>If <a href="#the-title-element-0">the <code>title</code> element</a> is null and
<a href="#the-head-element-0">the <code>head</code> element</a> is null, then the
@@ -6617,7 +6616,7 @@
</ol><p>The <code title="dom-document-title"><a href="#document.title">title</a></code> attribute on
the <code><a href="#htmldocument">HTMLDocument</a></code> interface should shadow the attribute
of the same name on the <code>SVGDocument</code> interface when the
- user agent supports both HTML and SVG.</p>
+ user agent supports both HTML and SVG. <a href="#references">[SVG]</a></p>
</div><hr><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-body"><a href="#dom-document-body">body</a></code> [ = <var title="">value</var> ]</dt>
<dd>
Received on Monday, 27 April 2009 03:15:11 UTC