Skip to content

Commit

Permalink
Copy edit
Browse files Browse the repository at this point in the history
  • Loading branch information
LeaVerou committed Mar 6, 2012
1 parent bca05ee commit 48bf9ac
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ <h1>CSS3 Patterns Gallery</h1>
<div id="social">
<div class="topsy_widget_data"><!--
{
"url": "http://leaverou.me/css3patterns/",
"url": "http://lea.verou.me/css3patterns/",
"title": "CSS3 Patterns Gallery",
"nick": "LeaVerou"
}
Expand Down Expand Up @@ -331,17 +331,17 @@ <h2 id="browser-support">Browser support</h2>
<p>Also, this gallery won’t work in Firefox 3.6 and IE10, even though they support gradients, due to a JavaScript limitation.</p>

<h2 id="new-submissions">Submission guidelines</h2>
<p>If you have a new pattern to submit, drop me a line at me @ this domain. However, please bear in mind that I can't accept all submissions, sorry for that. For a pattern to be accepted, the following factors are considered (in descending order of importance):</p>
<p>If you have a new pattern to submit, please <a href="https://github.com/LeaVerou/CSS3-Patterns-Gallery">send a pull request</a>. However, please bear in mind that I can't accept all submissions, sorry for that. For a pattern to be accepted, the following factors are considered (in descending order of importance):</p>
<ul>
<li>Does it present a new technique?</li>
<li>Is the number of gradients and color stops worth the effect? The whole point of those patterns is to make page loading faster by reducing file size and HTTP requests without the unreadable gibberish that data URIs add in our stylesheets. If your pattern needs a 2KB code for example (which becomes 10KB when used in production, due to all the prefixes), then it's not very useful, except serving as a proof of concept.</li>
<li>How common is the pattern?</li>
<li>Very aesthetically pleasing patterns might be accepted, even if they don't satisfy the above criteria, since they are useful for authors.</li>
<li>Does it look nice?</li>
</ul>

<p id="footer">
By <a href="http://leaverou.me">Lea Verou</a>
&bull; If no other author is mentioned, the pattern is created by <a href="http://leaverou.me">Lea Verou</a>
By <a href="http://lea.verou.me">Lea Verou</a>
&bull; If no other author is mentioned, the pattern is created by <a href="http://lea.verou.me">Lea Verou</a>
</p>

<script src="http://lea.verou.me/prefixfree/prefixfree.min.js"></script>
Expand Down

0 comments on commit 48bf9ac

Please sign in to comment.