Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added <abbr> to "OSS" and fixed a typo #44

Merged
merged 1 commit into from Jul 31, 2012
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions index.html
Expand Up @@ -192,7 +192,7 @@ <h4>Bad education hurts.</h4>

<section class="content"><h2 id="build-one-yourselves">&ldquo;Build One Yourself&rdquo;</h2>
<p>
An oft-repeated mantra in OSS (and a critique we've already received) is that you shouldn't criticise something unless you're willing to put your money where your mouth is and build something better. It's an admirable ethos, but not really applicable here.</p>
An oft-repeated mantra in <abbr title="Open-source Software">OSS</abbr> (and a critique we've already received) is that you shouldn't criticise something unless you're willing to put your money where your mouth is and build something better. It's an admirable ethos, but not really applicable here.</p>
<p>W3Schools has put a lot of effort into positioning itself at the top of search results and, despite our efforts (such as the
<a href="http://promotejs.com/">PromoteJS</a> initiative), appears to be there to stay. Other, better resources already exist, but
none of them are capable of overcoming the inertia that W3Schools has built up over the years.</p>
Expand Down Expand Up @@ -331,7 +331,7 @@ <h3>HTML</h3>
<p>
Extensions are not necessary at all and if they are present they don't have to be
<code>.htm</code> or <code>.html</code>. The key thing is that HTML files are served with
the corrent content-type e.g. <code>text/html</code>. (many web servers have some built in
the correct content-type e.g. <code>text/html</code>. (many web servers have some built in
or preconfigured knowledge that <code>.htm</code> and <code>.html</code> should be served
with the <code>text/html</code> content-type)
</p>
Expand Down