Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) reduce ambiguity
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9830

git-svn-id: http://svn.whatwg.org/webapps@5352 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 26, 2010
1 parent df5344f commit 52e3e0f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
7 changes: 4 additions & 3 deletions complete.html
Expand Up @@ -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 &mdash; 25 August 2010</h2>
<h2 class="no-num no-toc">Draft Standard &mdash; 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>-->
Expand Down Expand Up @@ -13560,8 +13560,8 @@ <h4 id=the-style-element><span class=secno>4.2.6 </span>The <dfn><code>style</co
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>

Expand Down Expand Up @@ -95795,6 +95795,7 @@ <h3 class="no-num">Reflecting IDL attributes</h3>
Olaf Hoffmann,
Olav Junker Kj&aelig;r,
Old&#345;ich Vete&scaron;n&iacute;k,
Oli Studholme,
Oliver Hunt,
Oliver Rigby,
Olivier Gendrin,
Expand Down
7 changes: 4 additions & 3 deletions index
Expand Up @@ -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 &mdash; 25 August 2010</h2>
<h2 class="no-num no-toc">Draft Standard &mdash; 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>-->
Expand Down Expand Up @@ -13482,8 +13482,8 @@ people expect to have work and what is necessary.
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>

Expand Down Expand Up @@ -89030,6 +89030,7 @@ interface <a href=#htmldocument>HTMLDocument</a> {
Olaf Hoffmann,
Olav Junker Kj&aelig;r,
Old&#345;ich Vete&scaron;n&iacute;k,
Oli Studholme,
Oliver Hunt,
Oliver Rigby,
Olivier Gendrin,
Expand Down
6 changes: 4 additions & 2 deletions source
Expand Up @@ -14231,8 +14231,9 @@ people expect to have work and what is necessary.
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">
Expand Down Expand Up @@ -109853,6 +109854,7 @@ interface <span>HTMLDocument</span> {
Olaf Hoffmann,
Olav Junker Kj&aelig;r,
Old&#345;ich Vete&#353;n&#237;k,
Oli Studholme,
Oliver Hunt,
Oliver Rigby,
Olivier Gendrin,
Expand Down

0 comments on commit 52e3e0f

Please sign in to comment.