Skip to content

Commit

Permalink
[giow] (2) <marquee truespeed=false> is true, not false.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@5334 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 24, 2010
1 parent b6458a2 commit c7c3b0f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 52 deletions.
18 changes: 4 additions & 14 deletions complete.html
Expand Up @@ -90217,7 +90217,7 @@ <h4 id=the-marquee-element><span class=secno>15.3.2 </span>The <dfn><code>marque
attribute long <a href=#dom-marquee-loop title=dom-marquee-loop>loop</a>;
attribute unsigned long <a href=#dom-marquee-scrollamount title=dom-marquee-scrollamount>scrollAmount</a>;
attribute unsigned long <a href=#dom-marquee-scrolldelay title=dom-marquee-scrollDelay>scrollDelay</a>;
attribute DOMString <a href=#dom-marquee-truespeed title=dom-marquee-trueSpeed>trueSpeed</a>;
attribute boolean <a href=#dom-marquee-truespeed title=dom-marquee-trueSpeed>trueSpeed</a>;
attribute unsigned long <a href=#dom-marquee-vspace title=dom-marquee-vspace>vspace</a>;
attribute DOMString <a href=#dom-marquee-width title=dom-marquee-width>width</a>;

Expand Down Expand Up @@ -90275,17 +90275,8 @@ <h4 id=the-marquee-element><span class=secno>15.3.2 </span>The <dfn><code>marque
</table><p>The <i>missing value default</i> is the <a href=#attr-marquee-direction-left title=attr-marquee-direction-left>left</a> state.</p>

<hr><p>The <dfn id=attr-marquee-truespeed title=attr-marquee-truespeed><code>truespeed</code></dfn> content
attribute on <code><a href=#the-marquee-element>marquee</a></code> elements is an <a href=#enumerated-attribute>enumerated
attribute</a> with the following keywords (all
non-conforming):</p>

<table><thead><tr><th>Keyword
<th>State
<tbody><tr><td><code title="">true</code>
<td><dfn id=attr-marquee-truespeed-true title=attr-marquee-truespeed-true>true</dfn>
<tr><td><code title="">false</code>
<td><dfn id=attr-marquee-truespeed-false title=attr-marquee-truespeed-false>false</dfn>
</table><p>The <i>missing value default</i> is the <a href=#attr-marquee-truespeed-false title=attr-marquee-truespeed-false>false</a> state.</p>
attribute on <code><a href=#the-marquee-element>marquee</a></code> elements is a <a href=#boolean-attribute>boolean
attribute</a>.</p>

<hr><p>A <code><a href=#the-marquee-element>marquee</a></code> element has a <dfn id=marquee-scroll-interval>marquee scroll
interval</dfn>, which is obtained as follows:</p>
Expand All @@ -90294,8 +90285,7 @@ <h4 id=the-marquee-element><span class=secno>15.3.2 </span>The <dfn><code>marque
parsing its value using the <a href=#rules-for-parsing-non-negative-integers>rules for parsing non-negative
integers</a> does not return an error, then let <var title="">delay</var> be the parsed value. Otherwise, let <var title="">delay</var> be 85.</li>

<li><p>If the element does not have a <code title=attr-marquee-truespeed><a href=#attr-marquee-truespeed>truespeed</a></code> attribute, or if it
does but that attribute is in the <a href=#attr-marquee-truespeed-false title=attr-marquee-truespeed-false>false</a> state, and the
<li><p>If the element does not have a <code title=attr-marquee-truespeed><a href=#attr-marquee-truespeed>truespeed</a></code> attribute, and the
<var title="">delay</var> value is less than 60, then let <var title="">delay</var> be 60 instead.</li>

<li><p>The <a href=#marquee-scroll-interval>marquee scroll interval</a> is <var title="">delay</var>, interpreted in milliseconds.</li>
Expand Down
18 changes: 4 additions & 14 deletions index
Expand Up @@ -83307,7 +83307,7 @@ time[datetime] { binding: <i title="">time</i>; }</pre>
attribute long <a href=#dom-marquee-loop title=dom-marquee-loop>loop</a>;
attribute unsigned long <a href=#dom-marquee-scrollamount title=dom-marquee-scrollamount>scrollAmount</a>;
attribute unsigned long <a href=#dom-marquee-scrolldelay title=dom-marquee-scrollDelay>scrollDelay</a>;
attribute DOMString <a href=#dom-marquee-truespeed title=dom-marquee-trueSpeed>trueSpeed</a>;
attribute boolean <a href=#dom-marquee-truespeed title=dom-marquee-trueSpeed>trueSpeed</a>;
attribute unsigned long <a href=#dom-marquee-vspace title=dom-marquee-vspace>vspace</a>;
attribute DOMString <a href=#dom-marquee-width title=dom-marquee-width>width</a>;

Expand Down Expand Up @@ -83365,17 +83365,8 @@ time[datetime] { binding: <i title="">time</i>; }</pre>
</table><p>The <i>missing value default</i> is the <a href=#attr-marquee-direction-left title=attr-marquee-direction-left>left</a> state.</p>

<hr><p>The <dfn id=attr-marquee-truespeed title=attr-marquee-truespeed><code>truespeed</code></dfn> content
attribute on <code><a href=#the-marquee-element>marquee</a></code> elements is an <a href=#enumerated-attribute>enumerated
attribute</a> with the following keywords (all
non-conforming):</p>

<table><thead><tr><th>Keyword
<th>State
<tbody><tr><td><code title="">true</code>
<td><dfn id=attr-marquee-truespeed-true title=attr-marquee-truespeed-true>true</dfn>
<tr><td><code title="">false</code>
<td><dfn id=attr-marquee-truespeed-false title=attr-marquee-truespeed-false>false</dfn>
</table><p>The <i>missing value default</i> is the <a href=#attr-marquee-truespeed-false title=attr-marquee-truespeed-false>false</a> state.</p>
attribute on <code><a href=#the-marquee-element>marquee</a></code> elements is a <a href=#boolean-attribute>boolean
attribute</a>.</p>

<hr><p>A <code><a href=#the-marquee-element>marquee</a></code> element has a <dfn id=marquee-scroll-interval>marquee scroll
interval</dfn>, which is obtained as follows:</p>
Expand All @@ -83384,8 +83375,7 @@ time[datetime] { binding: <i title="">time</i>; }</pre>
parsing its value using the <a href=#rules-for-parsing-non-negative-integers>rules for parsing non-negative
integers</a> does not return an error, then let <var title="">delay</var> be the parsed value. Otherwise, let <var title="">delay</var> be 85.</li>

<li><p>If the element does not have a <code title=attr-marquee-truespeed><a href=#attr-marquee-truespeed>truespeed</a></code> attribute, or if it
does but that attribute is in the <a href=#attr-marquee-truespeed-false title=attr-marquee-truespeed-false>false</a> state, and the
<li><p>If the element does not have a <code title=attr-marquee-truespeed><a href=#attr-marquee-truespeed>truespeed</a></code> attribute, and the
<var title="">delay</var> value is less than 60, then let <var title="">delay</var> be 60 instead.</li>

<li><p>The <a href=#marquee-scroll-interval>marquee scroll interval</a> is <var title="">delay</var>, interpreted in milliseconds.</li>
Expand Down
28 changes: 4 additions & 24 deletions source
Expand Up @@ -102904,7 +102904,7 @@ time[datetime] { binding: <i title="">time</i>; }</pre>
attribute long <span title="dom-marquee-loop">loop</span>;
attribute unsigned long <span title="dom-marquee-scrollamount">scrollAmount</span>;
attribute unsigned long <span title="dom-marquee-scrollDelay">scrollDelay</span>;
attribute DOMString <span title="dom-marquee-trueSpeed">trueSpeed</span>;
attribute boolean <span title="dom-marquee-trueSpeed">trueSpeed</span>;
attribute unsigned long <span title="dom-marquee-vspace">vspace</span>;
attribute DOMString <span title="dom-marquee-width">width</span>;

Expand Down Expand Up @@ -102997,26 +102997,8 @@ time[datetime] { binding: <i title="">time</i>; }</pre>

<p>The <dfn
title="attr-marquee-truespeed"><code>truespeed</code></dfn> content
attribute on <code>marquee</code> elements is an <span>enumerated
attribute</span> with the following keywords (all
non-conforming):</p>

<table>
<thead>
<tr>
<th>Keyword
<th>State
<tbody>
<tr>
<td><code title="">true</code>
<td><dfn title="attr-marquee-truespeed-true">true</dfn>
<tr>
<td><code title="">false</code>
<td><dfn title="attr-marquee-truespeed-false">false</dfn>
</table>

<p>The <i>missing value default</i> is the <span
title="attr-marquee-truespeed-false">false</span> state.</p>
attribute on <code>marquee</code> elements is a <span>boolean
attribute</span>.</p>

<hr>

Expand All @@ -103033,9 +103015,7 @@ time[datetime] { binding: <i title="">time</i>; }</pre>
title="">delay</var> be 85.</p></li>

<li><p>If the element does not have a <code
title="attr-marquee-truespeed">truespeed</code> attribute, or if it
does but that attribute is in the <span
title="attr-marquee-truespeed-false">false</span> state, and the
title="attr-marquee-truespeed">truespeed</code> attribute, and the
<var title="">delay</var> value is less than 60, then let <var
title="">delay</var> be 60 instead.</p></li>

Expand Down

0 comments on commit c7c3b0f

Please sign in to comment.