- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 19 Apr 2010 20:11:08 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv31567
Modified Files:
Overview.html
Log Message:
Drop HTMLHeadElement.profile since UAs are removing support. (whatwg r5063)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4065
retrieving revision 1.4066
diff -u -d -r1.4065 -r1.4066
--- Overview.html 17 Apr 2010 00:25:30 -0000 1.4065
+++ Overview.html 19 Apr 2010 20:11:05 -0000 1.4066
@@ -285,7 +285,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-17-april-2010">Editor's Draft 17 April 2010</h2>
+ <h2 class="no-num no-toc" id="editor-s-draft-19-april-2010">Editor's Draft 19 April 2010</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>
@@ -392,7 +392,7 @@
specification's progress along the W3C Recommendation
track.
- This specification is the 17 April 2010 Editor's Draft.
+ This specification is the 19 April 2010 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>The contents of this specification are also part of <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/">a
specification</a> published by the <a href="http://www.whatwg.org/">WHATWG</a>, which is available under a
license that permits reuse of the specification text.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- required patent boilerplate --><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5
@@ -63794,19 +63794,11 @@
attribute of the <code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements">h1</a></code>–<code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements">h6</a></code> elements must
<a href="#reflect">reflect</a> the content attribute of the same name.</p>
- <hr><pre class="idl">[Supplemental]
-interface <a href="#htmlheadelement">HTMLHeadElement</a> {
- attribute DOMString <a href="#dom-head-profile" title="dom-head-profile">profile</a>;
-};</pre>
-
- <p>The <dfn id="dom-head-profile" title="dom-head-profile"><code>profile</code></dfn> IDL
- attribute of the <code><a href="#the-head-element-0">head</a></code> element must <a href="#reflect">reflect</a>
- the content attribute of the same name, as if the attribute's value
- was just a string.</p>
-
- <p class="note">In other words, the value is not <a href="#resolve-a-url" title="resolve a url">resolved</a> in any way on getting. This is
- mentioned explicitly merely because in earlier versions of HTML, the
- attribute was defined as taking a <a href="#url">URL</a>.</p>
+ <hr><p class="note">The <dfn id="dom-head-profile" title="dom-head-profile"><code>profile</code></dfn> IDL attribute on
+ <code><a href="#the-head-element-0">head</a></code> elements (with the <code><a href="#htmlheadelement">HTMLHeadElement</a></code>
+ interface) is intentionally omitted, and would therefore not be
+ supported in conforming implementations. (It is mentioned here as it
+ was defined in a previous version of the DOM specifcations.)</p>
<hr><pre class="idl">[Supplemental]
interface <a href="#htmlhrelement">HTMLHRElement</a> {
Received on Monday, 19 April 2010 20:11:11 UTC