Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Dec 28, 2012
1 parent 7180c03 commit 0e5a374
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -5,7 +5,7 @@ WebGL repository for the WebGL specifications
and the WebGL conformance test suite.

Before adding a new test or editing an existing test
<a href="sdk/test/test-guidelines.md" please read these guidelines</a>.
<a href="sdk/test/test-guidelines.md"> please read these guidelines</a>.

You can find live versions of the specifications at
http://www.khronos.org/webgl/
Expand Down
2 changes: 1 addition & 1 deletion sdk/tests/README.md
Expand Up @@ -2,7 +2,7 @@ Welcome to the WebGL Conformance Test Suite
===========================================

Note: Before adding a new test or editing an existing test
<a href="test-guidelines.md" please read these guidelines</a>.
<a href="test-guidelines.md"> please read these guidelines</a>.

This is the initial release of the WebGL conformance test suite.

Expand Down
12 changes: 6 additions & 6 deletions sdk/tests/test-guidelines.md
Expand Up @@ -2,16 +2,16 @@ Contributing WebGL conformance tests Guidelines
===============================================

Thank you for contibuting to the WebGL conformance tests.
Please try to follow these guidelines when submitting a test
Please try to follow these guidelines when submitting a test.

1) All changes and/or new tests should go in the sdk/tests/conformance folder
* All changes and/or new tests should go in the sdk/tests/conformance folder

The tests under conformance-suites are snapshots and are only to be updated by
the WebGL Working Group when "official" snapshots are taken.

2) Please use the Khronos Group License (MIT)
* Please use the Khronos Group License (MIT)

This lines appears at the top of every html and js file under sdk/tests/conformance
These lines appears at the top of every html and js file under sdk/tests/conformance

<!--
/*
Expand All @@ -38,12 +38,12 @@ This lines appears at the top of every html and js file under sdk/tests/conforma
*/
-->

3) Please use code similar to the code in existing tests
* Please use code similar to the code in existing tests

Ideally, copy an existing test and modify it for your new test. Try not to duplicate
code that already exists where approriate.

4) If adding a new test edit the approriate 00_test_list.txt file
* If adding a new test edit the approriate 00_test_list.txt file

Each folder has a 00_test_list.txt file that lists the test in that folder.
Each new test should be prefixed with the option "--min-version <version>" where
Expand Down

0 comments on commit 0e5a374

Please sign in to comment.