Skip to content

Improve fix to #241 #266

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

Merged
merged 3 commits into from
Dec 20, 2019
Merged

Improve fix to #241 #266

merged 3 commits into from
Dec 20, 2019

Conversation

pchampin
Copy link
Contributor

@pchampin pchampin commented Dec 20, 2019

Building on @gkellogg's PR #247 to address issue #241, I made a further change that's hopefuly not too disruptive, and should address @kasei's comment.


Preview | Diff

the rest of substep 16.1 were merely a note,
so I kept it as a formal note in step 16
@pchampin
Copy link
Contributor Author

Forgot to mention: the first commit in this PR is fixing a plain typo. So it should be retained even if we don't keep this PR.

<li>If <var>value</var> contains the <a>entry</a> <code>@id</code> and its value
does not equal <var>term</var>:
<li class="changed">If <var>value</var> contains the <a>entry</a> <code>@id</code> and its value
neither equals <var>term</var> nor is <code>null</code>
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe this should end with a ":"? Otherwise it runs into the inline "note" below. It'll look odd either way.

Related is that all the other inline "notes" also look odd compared to the full "NOTE" blocks. Were they supposed to be inline?

Copy link
Member

Choose a reason for hiding this comment

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

ReSpec supports both, and sometimes it makes sense to do. Full block notes are pretty heavyweight.

Copy link
Contributor

Choose a reason for hiding this comment

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

I think this still needs something done. It reads "... nor is null If null, the term ...". The inline note style is there for the "If null...", but the final rendered result could be improved.

@gkellogg gkellogg merged commit 6aa573b into master Dec 20, 2019
@gkellogg gkellogg deleted the improve-fix-to-241 branch December 20, 2019 23:32
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