From 47afe7b2a8e752b38cb8dc27c5d85d943102e0bc Mon Sep 17 00:00:00 2001 From: Hongchan Choi Date: Thu, 27 Aug 2026 22:01:59 +0000 Subject: [PATCH 1/3] Add Implementation Report and populate Change Log for WD publication - Add Implementation Report metadata pointing to WPT results. - Populate Change Log with landed changes since First Public Working Draft (2024-11-05), linking to relevant pull requests. Fixes #2692 --- index.bs | 63 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) diff --git a/index.bs b/index.bs index 3d39bbaf3..bdb32a29b 100644 --- a/index.bs +++ b/index.bs @@ -26,6 +26,7 @@ Former Editor: Raymond Toy (until Oct 2018) Former Editor: Chris Wilson (Until Jan 2016) Former Editor: Chris Rogers (Until Aug 2013) Test Suite: https://github.com/web-platform-tests/wpt/tree/master/webaudio +Implementation Report: https://wpt.fyi/results/webaudio?label=experimental&label=master&aligned Repository: WebAudio/web-audio-api Abstract: This specification describes a high-level Web API for processing and synthesizing audio in web applications. @@ -13880,6 +13881,68 @@ class Vec3 {

Change Log

+

+ Changes since the + First Public + Working Draft (05 November 2024): +

+ + +

Acknowledgements

From e9fe7cc8f7583776a76375f01130dfd2d1a354ab Mon Sep 17 00:00:00 2001 From: Hongchan Choi Date: Thu, 27 Aug 2026 22:22:27 +0000 Subject: [PATCH 2/3] Format Change Log to match historical REC convention - Add h3 milestone header with #changes-2024-11-05 anchor. - Order landed changes reverse-chronologically with direct PR links. - Strictly enforce 80-column line wrapping. --- index.bs | 88 +++++++++++++++++--------------------------------------- 1 file changed, 27 insertions(+), 61 deletions(-) diff --git a/index.bs b/index.bs index bdb32a29b..fa1d4c4a3 100644 --- a/index.bs +++ b/index.bs @@ -13881,67 +13881,33 @@ class Vec3 {

Change Log

-

- Changes since the - First Public - Working Draft (05 November 2024): -

- - +

+ Since First Public Working Draft of 05 November 2024 +

+ + * PR 2688: + Speculative PR preview fix + * PR 2686: + Split Privacy Considerations and Security Considerations into separate + sections + * PR 2679: + Add Slack register link + * PR 2676: + Update expected-errs.txt format + * PR 2675: + OfflineAudioContext incremental/chunked rendering + * PR 2667: + Specify render quantum size range constraints and renderSizeHint handling + * PR 2657: + Require implementations support sample rate range [3000, 768000] Hz + * PR 2656: + Fix expected-errs.txt + * PR 2654: + Fix fundamental typo + * PR 2633: + Add interrupted state and error handling for sink ID + * PR 2617: + Revise wording for currentTime

Acknowledgements

From c864ef89cd26886987d037c956539f764a69d215 Mon Sep 17 00:00:00 2001 From: Hongchan Choi Date: Thu, 27 Aug 2026 22:32:16 +0000 Subject: [PATCH 3/3] Use HTML ul and li in Change Log to fix Bikeshed markdown errors --- index.bs | 70 +++++++++++++++++++++++++++++++++++++------------------- 1 file changed, 47 insertions(+), 23 deletions(-) diff --git a/index.bs b/index.bs index fa1d4c4a3..425dd6eb6 100644 --- a/index.bs +++ b/index.bs @@ -13885,29 +13885,53 @@ Change Log Since First Public Working Draft of 05 November 2024 - * PR 2688: - Speculative PR preview fix - * PR 2686: - Split Privacy Considerations and Security Considerations into separate - sections - * PR 2679: - Add Slack register link - * PR 2676: - Update expected-errs.txt format - * PR 2675: - OfflineAudioContext incremental/chunked rendering - * PR 2667: - Specify render quantum size range constraints and renderSizeHint handling - * PR 2657: - Require implementations support sample rate range [3000, 768000] Hz - * PR 2656: - Fix expected-errs.txt - * PR 2654: - Fix fundamental typo - * PR 2633: - Add interrupted state and error handling for sink ID - * PR 2617: - Revise wording for currentTime +
    +
  • + PR 2688: + Speculative PR preview fix +
  • +
  • + PR 2686: + Split Privacy Considerations and Security Considerations into separate + sections +
  • +
  • + PR 2679: + Add Slack register link +
  • +
  • + PR 2676: + Update expected-errs.txt format +
  • +
  • + PR 2675: + OfflineAudioContext incremental/chunked rendering +
  • +
  • + PR 2667: + Specify render quantum size range constraints and renderSizeHint handling +
  • +
  • + PR 2657: + Require implementations support sample rate range [3000, 768000] Hz +
  • +
  • + PR 2656: + Fix expected-errs.txt +
  • +
  • + PR 2654: + Fix fundamental typo +
  • +
  • + PR 2633: + Add interrupted state and error handling for sink ID +
  • +
  • + PR 2617: + Revise wording for currentTime +
  • +

Acknowledgements