[html5] r5063 - [giow] (0) Drop HTMLHeadElement.profile since UAs are removing support.

whatwg at whatwg.org whatwg at whatwg.org
Mon Apr 19 13:10:59 PDT 2010


Author: ianh
Date: 2010-04-19 13:10:57 -0700 (Mon, 19 Apr 2010)
New Revision: 5063

Modified:
   complete.html
   index
   source
Log:
[giow] (0) Drop HTMLHeadElement.profile since UAs are removing support.

Modified: complete.html
===================================================================
--- complete.html	2010-04-17 01:05:31 UTC (rev 5062)
+++ complete.html	2010-04-19 20:10:57 UTC (rev 5063)
@@ -186,7 +186,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
    <hgroup><h1>Web Applications 1.0</h1>
-    <h2 class="no-num no-toc">Draft Standard — 17 April 2010</h2>
+    <h2 class="no-num no-toc">Draft Standard — 19 April 2010</h2>
    </hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
    <p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
    <!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -85489,20 +85489,12 @@
   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>
+  <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>
 
-  <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><pre class=idl>[Supplemental]
 interface <a href=#htmlhrelement>HTMLHRElement</a> {
            attribute DOMString <a href=#dom-hr-align title=dom-hr-align>align</a>;

Modified: index
===================================================================
--- index	2010-04-17 01:05:31 UTC (rev 5062)
+++ index	2010-04-19 20:10:57 UTC (rev 5063)
@@ -190,7 +190,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
    <hgroup><h1>HTML5 (including next generation additions still in development)</h1>
-    <h2 class="no-num no-toc">Draft Standard — 17 April 2010</h2>
+    <h2 class="no-num no-toc">Draft Standard — 19 April 2010</h2>
    </hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
    <p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
    <!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -78732,20 +78732,12 @@
   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>
+  <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>
 
-  <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><pre class=idl>[Supplemental]
 interface <a href=#htmlhrelement>HTMLHRElement</a> {
            attribute DOMString <a href=#dom-hr-align title=dom-hr-align>align</a>;

Modified: source
===================================================================
--- source	2010-04-17 01:05:31 UTC (rev 5062)
+++ source	2010-04-19 20:10:57 UTC (rev 5063)
@@ -97397,21 +97397,13 @@
 
   <hr>
 
-  <pre class="idl">[Supplemental]
-interface <span>HTMLHeadElement</span> {
-           attribute DOMString <span title="dom-head-profile">profile</span>;
-};</pre>
+  <p class="note">The <dfn
+  title="dom-head-profile"><code>profile</code></dfn> IDL attribute on
+  <code>head</code> elements (with the <code>HTMLHeadElement</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>
 
-  <p>The <dfn title="dom-head-profile"><code>profile</code></dfn> IDL
-  attribute of the <code>head</code> element must <span>reflect</span>
-  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 <span
-  title="resolve a url">resolved</span> in any way on getting. This is
-  mentioned explicitly merely because in earlier versions of HTML, the
-  attribute was defined as taking a <span>URL</span>.</p>
-
   <hr>
 
   <pre class="idl">[Supplemental]




More information about the Commit-Watchers mailing list