[html5] r5352 - [e] (0) reduce ambiguity Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9830
whatwg at whatwg.org
whatwg at whatwg.org
Wed Aug 25 17:53:59 PDT 2010
Author: ianh
Date: 2010-08-25 17:53:58 -0700 (Wed, 25 Aug 2010)
New Revision: 5352
Modified:
complete.html
index
source
Log:
[e] (0) reduce ambiguity
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9830
Modified: complete.html
===================================================================
--- complete.html 2010-08-25 23:34:13 UTC (rev 5351)
+++ complete.html 2010-08-26 00:53:58 UTC (rev 5352)
@@ -209,7 +209,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 — 25 August 2010</h2>
+ <h2 class="no-num no-toc">Draft Standard — 26 August 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>-->
@@ -13560,8 +13560,8 @@
attribute gives the styling language. If the attribute is present,
its value must be a <a href=#valid-mime-type>valid MIME type</a> that designates a
styling language. The <code title="">charset</code> parameter must
- not be specified. The default, which is used if the attribute is
- absent, is "<code title="">text/css</code>". <a href=#refsRFC2318>[RFC2318]</a></p>
+ not be specified. The default value for the <code title=attr-style-type><a href=#attr-style-type>type</a></code> attribute, which is used if the
+ attribute is absent, is "<code title="">text/css</code>". <a href=#refsRFC2318>[RFC2318]</a></p>
<div class=impl>
@@ -95795,6 +95795,7 @@
Olaf Hoffmann,
Olav Junker Kjær,
Oldřich Vetešník,
+ Oli Studholme,
Oliver Hunt,
Oliver Rigby,
Olivier Gendrin,
Modified: index
===================================================================
--- index 2010-08-25 23:34:13 UTC (rev 5351)
+++ index 2010-08-26 00:53:58 UTC (rev 5352)
@@ -213,7 +213,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 — 25 August 2010</h2>
+ <h2 class="no-num no-toc">Draft Standard — 26 August 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>-->
@@ -13482,8 +13482,8 @@
attribute gives the styling language. If the attribute is present,
its value must be a <a href=#valid-mime-type>valid MIME type</a> that designates a
styling language. The <code title="">charset</code> parameter must
- not be specified. The default, which is used if the attribute is
- absent, is "<code title="">text/css</code>". <a href=#refsRFC2318>[RFC2318]</a></p>
+ not be specified. The default value for the <code title=attr-style-type><a href=#attr-style-type>type</a></code> attribute, which is used if the
+ attribute is absent, is "<code title="">text/css</code>". <a href=#refsRFC2318>[RFC2318]</a></p>
<div class=impl>
@@ -89030,6 +89030,7 @@
Olaf Hoffmann,
Olav Junker Kjær,
Oldřich Vetešník,
+ Oli Studholme,
Oliver Hunt,
Oliver Rigby,
Olivier Gendrin,
Modified: source
===================================================================
--- source 2010-08-25 23:34:13 UTC (rev 5351)
+++ source 2010-08-26 00:53:58 UTC (rev 5352)
@@ -14231,8 +14231,9 @@
attribute gives the styling language. If the attribute is present,
its value must be a <span>valid MIME type</span> that designates a
styling language. The <code title="">charset</code> parameter must
- not be specified. The default, which is used if the attribute is
- absent, is "<code title="">text/css</code>". <a
+ not be specified. The default value for the <code
+ title="attr-style-type">type</code> attribute, which is used if the
+ attribute is absent, is "<code title="">text/css</code>". <a
href="#refsRFC2318">[RFC2318]</a></p>
<div class="impl">
@@ -109853,6 +109854,7 @@
Olaf Hoffmann,
Olav Junker Kjær,
Oldřich Vetešník,
+ Oli Studholme,
Oliver Hunt,
Oliver Rigby,
Olivier Gendrin,
More information about the Commit-Watchers
mailing list