[html5] r7820 - [giow] (3) Try to kill HTMLBaseFontElement Fixing https://www.w3.org/Bugs/Public [...]
whatwg at whatwg.org
whatwg at whatwg.org
Fri Apr 12 14:31:11 PDT 2013
Author: ianh
Date: 2013-04-12 14:31:10 -0700 (Fri, 12 Apr 2013)
New Revision: 7820
Modified:
complete.html
index
source
Log:
[giow] (3) Try to kill HTMLBaseFontElement
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=21142
Affected topics: HTML
Modified: complete.html
===================================================================
--- complete.html 2013-04-12 21:29:07 UTC (rev 7819)
+++ complete.html 2013-04-12 21:31:10 UTC (rev 7820)
@@ -1864,7 +1864,7 @@
<p>Grouping requests in this manner, especially across multiple sites, can be used for both benign
(and even arguably positive) purposes, as well as for malevolent purposes. An example of a
reasonably benign purpose would be determining whether a particular person seems to prefer sites
- with dog illustrations as opposed to sites with cat illstrations (based on how often they visit
+ with dog illustrations as opposed to sites with cat illustrations (based on how often they visit
the sites in question) and then automatically using the preferred illustrations on subsequent
visits to participating sites. Malevolent purposes, however, could include governments combining
information such as the person's home address (determined from the addresses they use when getting
@@ -96097,19 +96097,24 @@
the element's <code title=attr-area-nohref><a href=#attr-area-nohref>nohref</a></code> content
attribute.</p>
- <hr><p>The <code><a href=#basefont>basefont</a></code> element must implement the
- <code><a href=#htmlbasefontelement>HTMLBaseFontElement</a></code> interface.</p>
+<!--(removed for https://www.w3.org/Bugs/Public/show_bug.cgi?id=21142 in the hope that we can drop it entirely
+ <hr>
- <pre class=idl>interface <dfn id=htmlbasefontelement>HTMLBaseFontElement</dfn> : <a href=#htmlelement>HTMLElement</a> {
- attribute DOMString <a href=#dom-basefont-color title=dom-basefont-color>color</a>;
- attribute DOMString <a href=#dom-basefont-face title=dom-basefont-face>face</a>;
- attribute long <a href=#dom-basefont-size title=dom-basefont-size>size</a>; <!-- yes, long, not DOMString (so says DOM2 HTML) -->
+ <p>The <code>basefont</code> element must implement the
+ <code>HTMLBaseFontElement</code> interface.</p>
+
+ <pre class="idl">interface <dfn>HTMLBaseFontElement</dfn> : <span>HTMLElement</span> {
+ attribute DOMString <span title="dom-basefont-color">color</span>;
+ attribute DOMString <span title="dom-basefont-face">face</span>;
+ attribute long <span title="dom-basefont-size">size</span>; <!- - yes, long, not DOMString (so says DOM2 HTML) - ->
};</pre>
- <p>The <dfn id=dom-basefont-color title=dom-basefont-color><code>color</code></dfn>,
- <dfn id=dom-basefont-face title=dom-basefont-face><code>face</code></dfn>, and <dfn id=dom-basefont-size title=dom-basefont-size><code>size</code></dfn> IDL attributes of
- the <code><a href=#basefont>basefont</a></code> element must <a href=#reflect>reflect</a> the
+ <p>The <dfn title="dom-basefont-color"><code>color</code></dfn>,
+ <dfn title="dom-basefont-face"><code>face</code></dfn>, and <dfn
+ title="dom-basefont-size"><code>size</code></dfn> IDL attributes of
+ the <code>basefont</code> element must <span>reflect</span> the
respective content attributes of the same name.</p>
+-->
<hr><pre class=idl>partial interface <a href=#htmlbodyelement id=HTMLBodyElement-partial>HTMLBodyElement</a> {
[TreatNullAs=EmptyString] attribute DOMString <a href=#dom-body-text title=dom-body-text>text</a>;
@@ -100524,7 +100529,6 @@
<li><code><a href=#htmlaudioelement>HTMLAudioElement</a></code>
<li><code><a href=#htmlbrelement>HTMLBRElement</a></code>, <a href=#HTMLBRElement-partial>partial</a>
<li><code><a href=#htmlbaseelement>HTMLBaseElement</a></code>
- <li><code><a href=#htmlbasefontelement>HTMLBaseFontElement</a></code>
<li><code><a href=#htmlbodyelement>HTMLBodyElement</a></code>, <a href=#HTMLBodyElement-partial>partial</a>
<li><code><a href=#htmlbuttonelement>HTMLButtonElement</a></code>
<li><code><a href=#htmlcanvaselement>HTMLCanvasElement</a></code>
Modified: index
===================================================================
--- index 2013-04-12 21:29:07 UTC (rev 7819)
+++ index 2013-04-12 21:31:10 UTC (rev 7820)
@@ -1864,7 +1864,7 @@
<p>Grouping requests in this manner, especially across multiple sites, can be used for both benign
(and even arguably positive) purposes, as well as for malevolent purposes. An example of a
reasonably benign purpose would be determining whether a particular person seems to prefer sites
- with dog illustrations as opposed to sites with cat illstrations (based on how often they visit
+ with dog illustrations as opposed to sites with cat illustrations (based on how often they visit
the sites in question) and then automatically using the preferred illustrations on subsequent
visits to participating sites. Malevolent purposes, however, could include governments combining
information such as the person's home address (determined from the addresses they use when getting
@@ -96097,19 +96097,24 @@
the element's <code title=attr-area-nohref><a href=#attr-area-nohref>nohref</a></code> content
attribute.</p>
- <hr><p>The <code><a href=#basefont>basefont</a></code> element must implement the
- <code><a href=#htmlbasefontelement>HTMLBaseFontElement</a></code> interface.</p>
+<!--(removed for https://www.w3.org/Bugs/Public/show_bug.cgi?id=21142 in the hope that we can drop it entirely
+ <hr>
- <pre class=idl>interface <dfn id=htmlbasefontelement>HTMLBaseFontElement</dfn> : <a href=#htmlelement>HTMLElement</a> {
- attribute DOMString <a href=#dom-basefont-color title=dom-basefont-color>color</a>;
- attribute DOMString <a href=#dom-basefont-face title=dom-basefont-face>face</a>;
- attribute long <a href=#dom-basefont-size title=dom-basefont-size>size</a>; <!-- yes, long, not DOMString (so says DOM2 HTML) -->
+ <p>The <code>basefont</code> element must implement the
+ <code>HTMLBaseFontElement</code> interface.</p>
+
+ <pre class="idl">interface <dfn>HTMLBaseFontElement</dfn> : <span>HTMLElement</span> {
+ attribute DOMString <span title="dom-basefont-color">color</span>;
+ attribute DOMString <span title="dom-basefont-face">face</span>;
+ attribute long <span title="dom-basefont-size">size</span>; <!- - yes, long, not DOMString (so says DOM2 HTML) - ->
};</pre>
- <p>The <dfn id=dom-basefont-color title=dom-basefont-color><code>color</code></dfn>,
- <dfn id=dom-basefont-face title=dom-basefont-face><code>face</code></dfn>, and <dfn id=dom-basefont-size title=dom-basefont-size><code>size</code></dfn> IDL attributes of
- the <code><a href=#basefont>basefont</a></code> element must <a href=#reflect>reflect</a> the
+ <p>The <dfn title="dom-basefont-color"><code>color</code></dfn>,
+ <dfn title="dom-basefont-face"><code>face</code></dfn>, and <dfn
+ title="dom-basefont-size"><code>size</code></dfn> IDL attributes of
+ the <code>basefont</code> element must <span>reflect</span> the
respective content attributes of the same name.</p>
+-->
<hr><pre class=idl>partial interface <a href=#htmlbodyelement id=HTMLBodyElement-partial>HTMLBodyElement</a> {
[TreatNullAs=EmptyString] attribute DOMString <a href=#dom-body-text title=dom-body-text>text</a>;
@@ -100524,7 +100529,6 @@
<li><code><a href=#htmlaudioelement>HTMLAudioElement</a></code>
<li><code><a href=#htmlbrelement>HTMLBRElement</a></code>, <a href=#HTMLBRElement-partial>partial</a>
<li><code><a href=#htmlbaseelement>HTMLBaseElement</a></code>
- <li><code><a href=#htmlbasefontelement>HTMLBaseFontElement</a></code>
<li><code><a href=#htmlbodyelement>HTMLBodyElement</a></code>, <a href=#HTMLBodyElement-partial>partial</a>
<li><code><a href=#htmlbuttonelement>HTMLButtonElement</a></code>
<li><code><a href=#htmlcanvaselement>HTMLCanvasElement</a></code>
Modified: source
===================================================================
--- source 2013-04-12 21:29:07 UTC (rev 7819)
+++ source 2013-04-12 21:31:10 UTC (rev 7820)
@@ -558,7 +558,7 @@
<p>Grouping requests in this manner, especially across multiple sites, can be used for both benign
(and even arguably positive) purposes, as well as for malevolent purposes. An example of a
reasonably benign purpose would be determining whether a particular person seems to prefer sites
- with dog illustrations as opposed to sites with cat illstrations (based on how often they visit
+ with dog illustrations as opposed to sites with cat illustrations (based on how often they visit
the sites in question) and then automatically using the preferred illustrations on subsequent
visits to participating sites. Malevolent purposes, however, could include governments combining
information such as the person's home address (determined from the addresses they use when getting
@@ -111867,6 +111867,7 @@
the element's <code title="attr-area-nohref">nohref</code> content
attribute.</p>
+<!--(removed for https://www.w3.org/Bugs/Public/show_bug.cgi?id=21142 in the hope that we can drop it entirely
<hr>
<p>The <code>basefont</code> element must implement the
@@ -111875,7 +111876,7 @@
<pre class="idl">interface <dfn>HTMLBaseFontElement</dfn> : <span>HTMLElement</span> {
attribute DOMString <span title="dom-basefont-color">color</span>;
attribute DOMString <span title="dom-basefont-face">face</span>;
- attribute long <span title="dom-basefont-size">size</span>; <!-- yes, long, not DOMString (so says DOM2 HTML) -->
+ attribute long <span title="dom-basefont-size">size</span>; <!- - yes, long, not DOMString (so says DOM2 HTML) - ->
};</pre>
<p>The <dfn title="dom-basefont-color"><code>color</code></dfn>,
@@ -111883,6 +111884,7 @@
title="dom-basefont-size"><code>size</code></dfn> IDL attributes of
the <code>basefont</code> element must <span>reflect</span> the
respective content attributes of the same name.</p>
+-->
<hr>
More information about the Commit-Watchers
mailing list