Skip to content

Clarify what we mean when we use Council (See #175) #188

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion council/council.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ <h4>Nearby</h4>
<p>This document supplements the Process Document by providing best practices to resolve and decide Formal Objections.</p>

<p>In this document, <dfn id="resolving">resolving</dfn> a Formal Objection means finding a solution that has no objections. <dfn id="deciding">Deciding</dfn> means
giving a yes/no answer to the question of whether an objection should be <dfn id="overrule">overruled</dfn> (i.e., no) or <dfn id="sustained">sustained</dfn> (i.e., yes).
giving a yes/no answer to the question of whether an objection should be <dfn id="overrule">overruled</dfn> (i.e., no) or <dfn id="sustained">sustained</dfn> (i.e., yes); <a href="#council">Council</a> refers to the ephemeral W3C Council created to make a <a href="deciding">decision</a> on one or more Formal Objections. Councils comprising different members may exist at the same time to handle distinct decisions.
Comment on lines 50 to +51

Choose a reason for hiding this comment

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

Punctuation is inconsistent here. Choose whether you want a period or semicolon between definitions. :)

Copy link
Member

Choose a reason for hiding this comment

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

It seems clear to me that this semicolon was/is an error, and should be the full-stop I've suggested. Shorter lines are easier to proofread, so I've also added some whitespace to the HTML.

Suggested change
giving a yes/no answer to the question of whether an objection should be <dfn id="overrule">overruled</dfn> (i.e., no) or <dfn id="sustained">sustained</dfn> (i.e., yes); <a href="#council">Council</a> refers to the ephemeral W3C Council created to make a <a href="deciding">decision</a> on one or more Formal Objections. Councils comprising different members may exist at the same time to handle distinct decisions.
giving a yes/no answer to the question of whether an objection should be
<dfn id="overrule">overruled</dfn> (i.e., no) or <dfn id="sustained">sustained</dfn> (i.e., yes).
<a href="#council">Council</a> refers to the ephemeral W3C Council created to make
a <a href="deciding">decision</a> on one or more Formal Objections. Councils comprising
different members may exist at the same time to handle distinct decisions.

</p>

<h2 id="council"><a href="#council">Cases that warrant a Council</a></h2>
Expand Down