-
Notifications
You must be signed in to change notification settings - Fork 21
Jcable/297 Change of standard for punctuation with quotation marks. #315
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -426,19 +426,44 @@ | |
| <section id="quotation-marks"> | ||
| <title>Quotation Marks</title> | ||
|
|
||
| <!-- Previous guidance | ||
| <para> | ||
| Commas and periods go inside quotation marks. | ||
| </para> | ||
| <para> | ||
| Question marks, exclamation points, dashes, and semicolons go inside the quotation marks if they are part of the quotation; if not, they go outside. | ||
| </para> | ||
| </section> | ||
| Question marks, exclamation points, dashes, and semicolons go inside the quotation marks if they are part of the quotation; if not, they go outside. | ||
| </para> --> | ||
|
|
||
| <!-- Not implementing this change for now. | ||
| <para> | ||
| In technical documentation, punctuation marks, including periods, commas, question marks, exclamation points, dashes, and semicolons go inside the quotation marks if they are part of the quotation; if not, they go outside. | ||
| In technical documentation, place punctuation marks, including periods, commas, question marks, exclamation points, dashes, and semicolons inside the quotation marks if they are part of the quotation or part of a programming element that uses quotation marks; if not, place punctuation marks outside the quotation marks. | ||
| If a sentence ends with a quotation, use only one punctuation mark to end the sentence, and place it inside the closing quotation mark if it is part of the quotation, or outside if it is not. | ||
|
|
||
| </para> | ||
| Add examples of when to use or not to use quotation marks. | ||
| <example><title>Correct Examples of the Use of Punctuation with Quotation Marks</title> | ||
| <para> | ||
| For bind mounts, add "bind" and set <command>fstype</command> to "none". | ||
| </para> | ||
| <screen> | ||
| Login successful. | ||
| ...output omitted... | ||
| Using project "default". | ||
| </screen> | ||
| <para> | ||
| As you can see in the previous image, the title of the web page is "OpenShift 3 Etherpad". | ||
| </para> | ||
| <para> | ||
| In the program segment, ensure that the value is X'FF'. | ||
| </para> | ||
| <!-- <para> | ||
| If you use the keyword operand PGMID="PAYCOM", you must ... | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Where did this example come from? I'm not sure how good of an example it is for what we're trying to demonstrate.
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It came from IBM Style. The idea was to show that the comma goes outside the quotation marks. I'll remove it and we have several other examples anyway. |
||
| </para> --> | ||
| <para> | ||
| Julius Caesar said, “I came. I saw. I conquered.” | ||
| </para> | ||
| </example> | ||
|
|
||
| </section> | ||
| <!-- Add examples of when to use or not to use quotation marks. | ||
| <example><title>Correct Examples of the Use of Quotation Marks</title> | ||
| <para> | ||
| For example, the following message indicates multiple possible solutions: "This message could be resolved by changing the time." | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Didn't you fix this in #314 ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, this commit wasn't intentionally included in this issue.