Skip to content

Commit

Permalink
bgcolor: Update spec link
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasbynens committed Jul 24, 2014
1 parent 0858913 commit 20c6829
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bgcolor/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<link rel=stylesheet href=eff.css>
<meta name=description content="Wondering what a given legacy HTML color value looks like? This tool will show you.">
<h1>Legacy HTML color value previewer</h1>
<p>Wondering what a given legacy HTML color value (as seen in <code>bgcolor</code>, <code>text</code>, <code>link</code>, <code>vlink</code>, and <code>alink</code> attribute values) looks like? <a href=http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#rules-for-parsing-a-legacy-color-value>Read the spec</a>, or just use this tool.</p>
<p>Wondering what a given legacy HTML color value (as seen in <code>bgcolor</code>, <code>text</code>, <code>link</code>, <code>vlink</code>, and <code>alink</code> attribute values) looks like? <a href=http://www.whatwg.org/specs/web-apps/current-work/multipage/infrastructure.html#rules-for-parsing-a-legacy-colour-value>Read the spec</a>, or just use this tool.</p>
<noscript><strong>To use this tool, please <a href=http://enable-javascript.com/>enable JavaScript</a> and reload the page.</strong></noscript>
<pre><code><span class=sc2>&lt;<span class=element>body</span> <span class=attribute>bgcolor</span><span class=symbol>=</span><span class=quote><b>"</b><div contenteditable id=input>chucknorris</div><b>"</b></span>><a href=#chucknorris id=permalink>permalink</a>, <a href="data:text/html;charset=utf-8,<body bgcolor=chucknorris>" id=example>example</a>&lt;<span class=symbol>/</span><span class=element>body</span>></code></pre>
<iframe id=result srcdoc="<body bgcolor=&quot;chucknorris&quot;>"></iframe>
<p id=footer>Made by <a href=http://mathiasbynens.be/>@mathias</a><a href=https://github.com/mathiasbynens/mothereff.in/tree/master/bgcolor>fork this on GitHub!</a></p>
<script src=eff.js></script>
<script src=eff.js></script>

0 comments on commit 20c6829

Please sign in to comment.