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

Minor editorial changes suggested by @iherman. #76

Merged
merged 2 commits into from
Oct 23, 2024
Merged

Conversation

gkellogg
Copy link
Member

@gkellogg gkellogg commented Oct 22, 2024

Fixes #73.


Preview | Diff

@gkellogg gkellogg added the spec:editorial Minor change in the specification (markup, typo, informative text; class 1 or 2) label Oct 22, 2024
@gkellogg gkellogg requested review from afs, domel and iherman October 22, 2024 20:49
@gkellogg gkellogg self-assigned this Oct 22, 2024
Copy link
Member

@iherman iherman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree with @TallTed in #73 (comment) on aligning the name of | with the official one. Approving provided that change.

@gkellogg
Copy link
Member Author

I agree with @TallTed in #73 (comment) on aligning the name of | with the official one. Approving provided that change.

That change should be in this PR already.

Copy link
Member

@iherman iherman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Taking over the proposal of @TallTed into this PR. This is part of my approval.

spec/index.html Outdated
@@ -1648,9 +1648,9 @@ <h2>Selected Terminal Literal Strings</h2>
<dd>two concatenated circumflex accent characters, each having the code point <code class="codepoint">U+005E</code></dd>
<dt id="cp-curly-pipe"><code>{|</code></dt>
<dd><code title="left curly bracket">{</code> (left curly bracket, code point <code class="codepoint">U+007B</code>) followed by
<code title="verticle bar">|</code> (verticle bar, code point <code class="codepoint">U+007C</code>)</dd>
<code title="vertical bar">|</code> (vertical bar, code point <code class="codepoint">U+007C</code>)</dd>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<code title="vertical bar">|</code> (vertical bar, code point <code class="codepoint">U+007C</code>)</dd>
<code title="vertical line">|</code> (vertical line, code point <code class="codepoint">U+007C</code>)</dd>

spec/index.html Outdated
Comment on lines 1602 to 1603
<td><code title="vertical bar">|</code></td>
<td>Vertical bar</td>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<td><code title="vertical bar">|</code></td>
<td>Vertical bar</td>
<td><code title="vertical line">|</code></td>
<td>Vertical line</td>

spec/index.html Outdated
<dt id="cp-pipe-curly"><code>|}</code></dt>
<dd><code title="verticle bar">|</code> (verticle bar, code point <code class="codepoint">U+007C</code>) followed by
<dd><code title="vertical bar">|</code> (vertical bar, code point <code class="codepoint">U+007C</code>) followed by
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<dd><code title="vertical bar">|</code> (vertical bar, code point <code class="codepoint">U+007C</code>) followed by
<dd><code title="vertical line">|</code> (vertical line, code point <code class="codepoint">U+007C</code>) followed by

@iherman
Copy link
Member

iherman commented Oct 23, 2024

That change should be in this PR already.

It wasn't... See my change comments.

cc @TallTed

@gkellogg gkellogg merged commit 277a923 into main Oct 23, 2024
1 check passed
@gkellogg gkellogg deleted the editorial-issues branch October 23, 2024 16:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
spec:editorial Minor change in the specification (markup, typo, informative text; class 1 or 2)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Minor editorial issues
4 participants