Skip to content

Commit

Permalink
[] (0) Make 'transparent' as a color in legacy attributes be thrown o…
Browse files Browse the repository at this point in the history
…ut (no real change compared to what the spec said before).

git-svn-id: http://svn.whatwg.org/webapps@2826 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 14, 2009
1 parent 1782006 commit 180cdf0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
8 changes: 5 additions & 3 deletions index
Expand Up @@ -34,7 +34,7 @@
<div class=head>
<p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
<h1>HTML 5</h1>
<h2 class="no-num no-toc" id=draft-recommendation-&mdash;-date:-01-jan-1901>Draft Recommendation &mdash; 13 February 2009</h2>
<h2 class="no-num no-toc" id=draft-recommendation-&mdash;-date:-01-jan-1901>Draft Recommendation &mdash; 14 February 2009</h2>
<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>
<dl><dt>Multiple-page version:</dt>
Expand Down Expand Up @@ -3852,11 +3852,13 @@
<li><p>If <var title="">input</var> is the empty string, then
return an error.</li>

<li><p>If <var title="">input</var> is an <a href=#ascii-case-insensitive>ASCII
case-insensitive</a> match for the string "<code title="">transparent</code>", then return an error.</li>

<li><p>If <var title="">input</var> is an <a href=#ascii-case-insensitive>ASCII
case-insensitive</a> match for one of the keywords listed in the
<a href=http://www.w3.org/TR/css3-color/#svg-color>SVG color
keywords</a>, <a href=http://www.w3.org/TR/css3-color/#transparent>'transparent'
color keyword</a>, or <a href=http://www.w3.org/TR/css3-color/#css2-system>CSS2 System
keywords</a> or <a href=http://www.w3.org/TR/css3-color/#css2-system>CSS2 System
Colors</a> sections of the CSS3 Color specification, then return
the <a href=#simple-color>simple color</a> corresponding to that keyword. <a href=#refsCSS3COLOR>[CSS3COLOR]</a></li>

Expand Down
8 changes: 5 additions & 3 deletions source
Expand Up @@ -3320,12 +3320,14 @@
<li><p>If <var title="">input</var> is the empty string, then
return an error.</p></li>

<li><p>If <var title="">input</var> is an <span>ASCII
case-insensitive</span> match for the string "<code
title="">transparent</code>", then return an error.</p></li>

<li><p>If <var title="">input</var> is an <span>ASCII
case-insensitive</span> match for one of the keywords listed in the
<a href="http://www.w3.org/TR/css3-color/#svg-color">SVG color
keywords</a>, <a
href="http://www.w3.org/TR/css3-color/#transparent">'transparent'
color keyword</a>, or <a
keywords</a> or <a
href="http://www.w3.org/TR/css3-color/#css2-system">CSS2 System
Colors</a> sections of the CSS3 Color specification, then return
the <span>simple color</span> corresponding to that keyword. <a
Expand Down

0 comments on commit 180cdf0

Please sign in to comment.