Skip to content

Commit ca1c94e

Browse files
committed
Add note about Oxford comma to style guidelines
1 parent 164afd1 commit ca1c94e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ The `xmllint` and `xsltproc` utilities need to be in your path. If you are on Wi
2525

2626
* Write in clear, easy-to-understand statements.
2727
* Keep sentences short and to the point.
28+
* Include the Oxford (serial) comma in a list of three or more items.
29+
* **Yes**: The `load`, `scroll`, and `error` events (e.g., on an `<img>` element) do not bubble
30+
* **No**: The `load`, `scroll` and `error` events (e.g., on an `<img>` element) do not bubble
2831

2932
#### Spelling
3033
* The documentation standardizes on American English spelling. For example:

0 commit comments

Comments
 (0)