Skip to content
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

Switch out non-ASCII quotes for ASCII versions. #1874

Merged
merged 1 commit into from
Aug 1, 2016
Merged

Conversation

timdorr
Copy link
Member

@timdorr timdorr commented Jul 31, 2016

I was going to just commit this on master, but that would probably bust every PR currently in play that touches the docs 😄

But the idea here is to use standard ASCII quotes everywhere. They smart quotes or angled quotes are causing some display issues in places (namely on GH Pages).

@markerikson
Copy link
Contributor

Yeah, uh... Dan's kinda picky on that one :) I never managed to properly get them entered or displayed while working on the FAQ page, but Dan really seems to want that bit of typography, and he took the time to edit them in once I published my initial text.

@timdorr
Copy link
Member Author

timdorr commented Jul 31, 2016

@gaearon Is this an issue? ASCII quotes are more accessible (namely when screenreaders vocalize the HTML character code as literal text instead of an ignored quote) and generally have less problems with tooling.

@gaearon
Copy link
Contributor

gaearon commented Jul 31, 2016

Meh, whatever. I think ASCII quotes look super ugly but seems like nobody cares about this so I'm fine doing what most people do. :-)

namely when screenreaders vocalize the HTML character code as literal text instead of an ignored quote

Weird, I didn't known that. Do you mean that every single serious magazine on the web has this problem? I've never seen ASCII quotes on any serious website with text except tech docs but maybe I'm wrong.

@timdorr
Copy link
Member Author

timdorr commented Jul 31, 2016

Weird, I didn't known that. Do you mean that every single serious magazine on the web has this problem? I've never seen ASCII quotes on any serious website with text except tech docs but maybe I'm wrong.

It's more of an issue when the tooling gets in the way and converts a quote symbol to an HTML entity or a mangled UTF-8 entity ("don’t").

@gaearon
Copy link
Contributor

gaearon commented Jul 31, 2016

Do we have tooling doing that?

@gaearon
Copy link
Contributor

gaearon commented Jul 31, 2016

To be honest, I'm happy to stop caring about this, it's been an uphill battle for as long as I can remember. So I'm ok with this PR.

@markerikson
Copy link
Contributor

Heh. That makes my job a bit easier, but I can understand the desire to make things like kinda nice. Thanks, Dan :) And sorry, Dan :(

@gaearon
Copy link
Contributor

gaearon commented Aug 1, 2016

OK let's do it. 😄

@timdorr timdorr merged commit d18a977 into master Aug 1, 2016
@timdorr timdorr deleted the ascii-quotes branch August 1, 2016 20:46
seantcoyote pushed a commit to seantcoyote/redux that referenced this pull request Jan 14, 2018
douglasnaphas added a commit to douglasnaphas/redux that referenced this pull request Aug 2, 2019
In PR reduxjs#1874, a mass replacement of angled single quotes ’ with ASCII
single quotes ' was approved. Since then, the docs have contained a
mixture of angled and ASCII single quotes:

```
$ git log -S’ --since="Mon Aug 1 16:45:58 2016 -0400" --pretty=oneline |
wc -l
17
```

so it does not make sense to state a rule on them.
timdorr pushed a commit that referenced this pull request Aug 2, 2019
* Remove outdated rule on single quotes in docs

In PR #1874, a mass replacement of angled single quotes ’ with ASCII
single quotes ' was approved. Since then, the docs have contained a
mixture of angled and ASCII single quotes:

```
$ git log -S’ --since="Mon Aug 1 16:45:58 2016 -0400" --pretty=oneline |
wc -l
17
```

so it does not make sense to state a rule on them.

* Remove typographic stuff we don't use anyways.
webMasterMrBin pushed a commit to webMasterMrBin/redux that referenced this pull request Aug 21, 2021
* Remove outdated rule on single quotes in docs

In PR reduxjs#1874, a mass replacement of angled single quotes ’ with ASCII
single quotes ' was approved. Since then, the docs have contained a
mixture of angled and ASCII single quotes:

```
$ git log -S’ --since="Mon Aug 1 16:45:58 2016 -0400" --pretty=oneline |
wc -l
17
```

so it does not make sense to state a rule on them.

* Remove typographic stuff we don't use anyways.


Former-commit-id: 99bbd43
Former-commit-id: 4d3298d
webMasterMrBin pushed a commit to webMasterMrBin/redux that referenced this pull request Aug 21, 2021
* Remove outdated rule on single quotes in docs

In PR reduxjs#1874, a mass replacement of angled single quotes ’ with ASCII
single quotes ' was approved. Since then, the docs have contained a
mixture of angled and ASCII single quotes:

```
$ git log -S’ --since="Mon Aug 1 16:45:58 2016 -0400" --pretty=oneline |
wc -l
17
```

so it does not make sense to state a rule on them.

* Remove typographic stuff we don't use anyways.


Former-commit-id: 99bbd43
Former-commit-id: 4d3298d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants