Skip to content

Commit

Permalink
Set up progressive vote threshold depending on participation
Browse files Browse the repository at this point in the history
This mirrors the "requisite member vote" process from the W3C bylaws,
and avoids making momentous decisions based on a slim majority in vote
with low participation. Also includes a minimum quorum.

See https://www.w3.org/2024/07/15-ab-minutes.html#r02

See #886
  • Loading branch information
frivoal committed Jul 16, 2024
1 parent c2c0141 commit fcb219c
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2806,9 +2806,20 @@ Advisory Committee Override</h3>
and “Abstain”,
together with Comments.

If the number of votes to approve
exceeds the number of votes to reject,
the proposal is approved.
The level of support needed for a [=Advisory Committee Override=] to pass
depends on the level of participation by [=Advisory Committee Representatives=],
(including those who cast an explicit “abstain” ballot):
* if fewer than 5% participate,
the vote fails.
* if at least 5% but no more than 15% participate,
and the number of “Approve” ballots exceeds three times (3x) the number of “Reject” ballots,
the vote passes.
* if more than 15% but fewer than 20% participate,
and the number of “Approve” ballots exceeds twice (2x) the number of “Reject” ballots,
the vote passes.
* if 20% or more participate,
and the number of “Approve” ballots exceeds the number of “Reject” ballots,
the vote passes.

Otherwise, the proposal is rejected.

Expand Down

0 comments on commit fcb219c

Please sign in to comment.