You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[webapps mailing list](http://lists.w3.org/Archives/Public/public-webapps/) at
9
10
the W3C.
10
11
11
12
Note: Contributions to this repository are intended to become part of Recommendation-track documents governed by the
12
-
[W3C Patent Policy](http://www.w3.org/Consortium/Patent-Policy-20040205/) and
13
+
[W3C Patent Policy](http://www.w3.org/Consortium/Patent-Policy/) and
13
14
[Software and Document License](http://www.w3.org/Consortium/Legal/copyright-software). To make substantive contributions to specifications, you must either participate
14
15
in the relevant W3C Working Group or make a non-member patent licensing commitment.
15
16
16
-
If you are not the sole contributor to a contribution (pull request), please identify all
17
+
If you are not the sole contributor to a contribution (pull request), please identify all
17
18
contributors in the pull request comment.
18
19
19
20
To add a contributor (other than yourself, that's automatic), mark them one per line as follows:
@@ -28,29 +29,29 @@ If you added a contributor by mistake, you can remove them in a comment with:
28
29
-@github_username
29
30
```
30
31
31
-
If you are making a pull request on behalf of someone else but you had no part in designing the
32
+
If you are making a pull request on behalf of someone else but you had no part in designing the
32
33
feature, you can remove yourself with the above syntax.
33
34
35
+
## Style guide to contributors
34
36
35
-
36
-
# Style guide to contributors
37
-
- the spec uses [ReSpec](http://dev.w3.org/2009/dap/ReSpec.js/documentation.html)
37
+
- the spec uses [ReSpec](https://github.com/w3c/respec/wiki)
38
38
- the spec is tidied using [HTML5 Tidy](https://github.com/w3c/tidy-html5). For
39
-
instructions on running HTML5 tidy, see below.
39
+
instructions on running HTML5 tidy, see below.
40
40
- put comments in front of sections, for better readability with
41
-
syntax coloring editors
41
+
syntax coloring editors
42
42
43
+
## Running HTML5 Tidy
43
44
44
-
# Running HTML5 Tidy
45
45
Please make sure you have HTML5 tidy installed, instead of
46
-
the the one that ships with *nix systems. You can comfirm this by running:
46
+
the the one that ships with \*nix systems. You can comfirm this by running:
47
47
48
-
```bash
48
+
```bash
49
49
tidy --version #HTML Tidy for HTML5 (experimental) for ...
50
50
```
51
+
51
52
Once you have confirmed (make sure you have committed your changes before
52
53
running tidy, as the changes are destructive ... in a good way:)):
0 commit comments