From 803417c5289c1ce3c4a727f086914ba0a179e9ff Mon Sep 17 00:00:00 2001 From: Wilco Fiers Date: Thu, 16 Oct 2025 17:49:22 +0200 Subject: [PATCH 1/2] add merge and publication policy --- pages/design/process.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/pages/design/process.md b/pages/design/process.md index 630c8efc2ba..b0baba2b785 100644 --- a/pages/design/process.md +++ b/pages/design/process.md @@ -193,7 +193,7 @@ If this happens, a new "Call for Review" should be launched after the first one. - Be aware that this is last chance to object to the rule, on everything from spelling and grammar to accessibility requirements mapping and use of definitions. - Keep up to date on Calls for Review using this list: https://github.com/act-rules/act-rules.github.io/issues/461 -## Done +## Publication Published rules @@ -204,6 +204,17 @@ Published rules - went through Call for Review (if applicable), and change requests have been resolved - been merged and published as a proposed rule in the WAI website at https://www.w3.org/WAI/standards-guidelines/act/rules/ (ACT Rules on the WAI website are generally updated every Tuesday) +### Merge and publication policy + +To give implementors of ACT Rules time to update implementation data, pull requests cannot be merged on Friday, Saturday, or Sunday. Those three days are reserved for implementors to update their implementation data (automated or otherwise). The publication cycle works as follows: + +1. Pull requests in [act-rules/act-rules.github.io][] can be merged Monday through Thursday. +2. Implementors have Friday, Saturday or Sunday to update implementation data. +3. Monday morning a publication candidate is created as a pull request in [w3c/wcag-act-rules][], for review by WAI staff. +4. Somewhere that week, usually Monday or Tuesday, the publication candidate is approved and published to the WAI website. + +For substantial changes, implementors may request a publication be skipped to allow extra time for implementation. This should be done on the publication candidate pull request. It is up to discretion of W3C staff to decide whether the publication is skipped. + ## Rejected Rules that have been rejected due to different reasons. @@ -212,3 +223,6 @@ Rules that have been rejected due to different reasons. - Initial rules don't get the backing they need to move on through the process. - When a rule at any stage is dropped because it lacks backing in the Community Group, e.g. because it is not considered feasible, or is subject to disagreement on whether the rule is actually testing for something that can improve accessibility. + +[w3c/wcag-act-rules]: https://github.com/w3c/wcag-act-rules +[act-rules/act-rules.github.io]: https://github.com/act-rules/act-rules.github.io/ From b2774904044e05b7c97f262e7bd06add384df4d0 Mon Sep 17 00:00:00 2001 From: Wilco Fiers Date: Mon, 23 Feb 2026 16:12:32 +0100 Subject: [PATCH 2/2] Apply suggestions from code review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Daniel Montalvo <49305434+daniel-montalvo@users.noreply.github.com> Co-authored-by: Rémi Bétin --- pages/design/process.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/design/process.md b/pages/design/process.md index b0baba2b785..cc0c9bc9aac 100644 --- a/pages/design/process.md +++ b/pages/design/process.md @@ -210,10 +210,10 @@ To give implementors of ACT Rules time to update implementation data, pull reque 1. Pull requests in [act-rules/act-rules.github.io][] can be merged Monday through Thursday. 2. Implementors have Friday, Saturday or Sunday to update implementation data. -3. Monday morning a publication candidate is created as a pull request in [w3c/wcag-act-rules][], for review by WAI staff. -4. Somewhere that week, usually Monday or Tuesday, the publication candidate is approved and published to the WAI website. +3. Monday morning, a pull request for updating the WAI website is created in [w3c/wcag-act-rules][], for review by WAI staff. +4. The publication candidate is approved and published to the WAI website. This usually happens sometime during the week, typically Monday or Tuesday. For more information, see the [publication workflow](https://wai-website-theme.netlify.app/workflow/). -For substantial changes, implementors may request a publication be skipped to allow extra time for implementation. This should be done on the publication candidate pull request. It is up to discretion of W3C staff to decide whether the publication is skipped. +For substantial changes, implementors may request that a publication be skipped to allow extra time for implementation. This should be done on the pull request in [w3c/wcag-act-rules][]. It is up at the discretion of W3C staff to decide whether the publication is skipped. ## Rejected