Skip to content

Commit

Permalink
[giow] (0) Drop HTMLHeadElement.profile since UAs are removing support.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@5063 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Apr 19, 2010
1 parent 9117920 commit 8339f43
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 42 deletions.
20 changes: 6 additions & 14 deletions complete.html
Expand Up @@ -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 &mdash; 17 April 2010</h2>
<h2 class="no-num no-toc">Draft Standard &mdash; 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>-->
Expand Down Expand Up @@ -85489,19 +85489,11 @@ <h4 id=other-elements,-attributes-and-apis><span class=secno>15.3.4 </span>Other
attribute of the <code><a href=#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements>h1</a></code>&ndash;<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> {
Expand Down
20 changes: 6 additions & 14 deletions index
Expand Up @@ -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 &mdash; 17 April 2010</h2>
<h2 class="no-num no-toc">Draft Standard &mdash; 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>-->
Expand Down Expand Up @@ -78732,19 +78732,11 @@ interface <a href=#htmlheadingelement>HTMLHeadingElement</a> {
attribute of the <code><a href=#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements>h1</a></code>&ndash;<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> {
Expand Down
20 changes: 6 additions & 14 deletions source
Expand Up @@ -97397,20 +97397,12 @@ interface <span>HTMLHeadingElement</span> {

<hr>

<pre class="idl">[Supplemental]
interface <span>HTMLHeadElement</span> {
attribute DOMString <span title="dom-head-profile">profile</span>;
};</pre>

<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>
<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>

<hr>

Expand Down

0 comments on commit 8339f43

Please sign in to comment.