@@ -12,15 +12,15 @@ further clarification, read [why we are doing this](#why-are-we-doing-this).
12
12
13
13
### Updating a feature
14
14
15
- Is one of these CSS features out-of-date? Open [ ` cssdb.json ` ] and find the
16
- feature you want to update. It’s a JSON file, so make changes directly to the
17
- file, commit it, and then [ make a pull request] ( #making-a-pull-request ) .
15
+ Is one of these CSS features out-of-date? Open [ ` cssdb.settings. json ` ] and find
16
+ the feature you want to update. It’s a JSON file, so make changes directly to
17
+ the file, commit it, and then [ make a pull request] ( #making-a-pull-request ) .
18
18
19
19
### Adding a new feature
20
20
21
- Is a CSS feature not listed here? Add the feature to [ ` cssdb.json ` ] . Again,
22
- it’s a JSON file, so make changes directly to the JSON, commit it, and then
23
- [ make a pull request] ( #making-a-pull-request ) .
21
+ Is a CSS feature not listed here? Add the feature to [ ` cssdb.settings. json ` ] .
22
+ Again, it’s a JSON file, so make changes directly to the JSON, commit it, and
23
+ then [ make a pull request] ( #making-a-pull-request ) .
24
24
25
25
### Making a Pull Request
26
26
@@ -70,7 +70,7 @@ you’re unfamiliar with git, consider the following workflow.
70
70
71
71
## Advanced Usage: How the JSON file looks
72
72
73
- The only fields you’ll see in [ ` cssdb.json ` ] are, in order:
73
+ The only fields you’ll see in [ ` cssdb.settings. json ` ] are, in order:
74
74
75
75
- ` id ` : the feature shortname, similar to a specification [ Shortname] .
76
76
- ` title ` : the name of the feature.
@@ -91,7 +91,7 @@ The only fields you’ll see in [`cssdb.json`] are, in order:
91
91
All contributions must follow the existing syntax and style of the JSON file,
92
92
which;
93
93
94
- 1 . Exists as ` cssdb.json ` , and;
94
+ 1 . Exists as ` cssdb.settings. json ` , and;
95
95
2 . Includes at least the required fields; ** title** , ** description** ,
96
96
** specification** , and ** stage** (which is ` 0 ` if you don’t know it).
97
97
@@ -122,7 +122,7 @@ browsers
122
122
so we have to discern what’s really going on ourselves. If we didn’t, we
123
123
probably wouldn’t need this repository.
124
124
125
- [ `cssdb.json` ] : cssdb.json
125
+ [ `cssdb.settings. json` ] : cssdb.settings .json
126
126
[ fork this project ] : fork
127
127
[ instructions for joining the CSSWG ] : https://www.w3.org/2004/01/pp-impl/32061/instructions
128
128
[ staging process ] : README.md#staging-process
0 commit comments