Skip to content

Commit

Permalink
Disabled spellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
simurai committed Jun 2, 2012
1 parent 90c2559 commit 63f6f1f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion carveme/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<body>

<div id="text" contenteditable>Carve Me</div>
<div id="text" contenteditable spellcheck="false">Carve Me</div>


{% include includes.html %}
Expand Down
2 changes: 1 addition & 1 deletion css3d/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<div id="wrapper">

<p id="stars"><span>&#9733;</span><span>&#9733;</span><span>&#9733;</span><span>&#9733;</span><span>&#9733;</span></p>
<p id="title" contenteditable="true"><span>CSS</span><span>3</span><span>D</span></p>
<p id="title" contenteditable="true" spellcheck="false"><span>CSS</span><span>3</span><span>D</span></p>
<p id="slogan"><span>Popcorn</span> for your <span>text</span>.</p>

</div>
Expand Down
2 changes: 1 addition & 1 deletion glass/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<div id="wrapper">

<img id="cloud" src="cloud_mid.png" />
<p id="text" contenteditable="true">ZEPPELIN</p>
<p id="text" contenteditable="true" spellcheck="false">ZEPPELIN</p>
<p id="zeppelin"></p>

</div>
Expand Down
2 changes: 1 addition & 1 deletion iloveblur/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<body>

<div id="box">
<span class="txt">I</span><span class=""></span><span class="txt" contenteditable>BLUR</span>
<span class="txt">I</span><span class=""></span><span class="txt" contenteditable spellcheck="false">BLUR</span>
</div>


Expand Down
2 changes: 1 addition & 1 deletion tilt-shift/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<body>

<div id="wrapper" contenteditable="true">
<div id="wrapper" contenteditable="true" spellcheck="false">
<p>Where</p>
<p>are the</p>
<p>trees</p>
Expand Down

0 comments on commit 63f6f1f

Please sign in to comment.