|
8 | 8 | <meta content="Bikeshed version 3f621ba99, updated Mon Jul 28 15:38:36 2025 -0700" name="generator"> |
9 | 9 | <link href="https://webmachinelearning.github.io/writing-assistance-apis" rel="canonical"> |
10 | 10 | <link href="https://www.w3.org/2008/site/images/favicon.ico" rel="icon"> |
11 | | - <meta content="362dfd1fede2c2b35cf956be35a7aa59873395c0" name="revision"> |
| 11 | + <meta content="560bb895222db02596ae5393a948a5f0a45dd75a" name="revision"> |
12 | 12 | <meta content="dark light" name="color-scheme"> |
13 | 13 | <link href="https://www.w3.org/StyleSheets/TR/2021/dark.css" media="(prefers-color-scheme: dark)" rel="stylesheet" type="text/css"> |
14 | 14 | <style> |
|
751 | 751 | </p> |
752 | 752 | <h1 class="p-name no-ref" id="title">Writing Assistance APIs</h1> |
753 | 753 | <p id="w3c-state"><a href="https://www.w3.org/standards/types/#CG-DRAFT">Draft Community Group Report</a>, |
754 | | - <time class="dt-updated" datetime="2025-08-19">19 August 2025</time></p> |
| 754 | + <time class="dt-updated" datetime="2025-09-01">1 September 2025</time></p> |
755 | 755 | <details open> |
756 | 756 | <summary>More details about this document</summary> |
757 | 757 | <div data-fill-with="spec-metadata"> |
@@ -2997,7 +2997,9 @@ <h3 class="heading settled" data-level="5.2" id="supporting-creation"><span clas |
2997 | 2997 | <li data-md> |
2998 | 2998 | <p>Wait for the total number of bytes to be downloaded to become determined, and let that number be <var>totalBytes</var>.</p> |
2999 | 2999 | <p>This number must be equal to the number of bytes that the user agent needs to download at the present time, not including any that have already been downloaded.</p> |
3000 | | - <div class="note" role="note"> |
| 3000 | + <div class="note" id="note-progress-total-bytes" role="note"> |
| 3001 | + <a class="self-link" href="#note-progress-total-bytes"></a> |
| 3002 | + |
3001 | 3003 | <p>For example, if another tab has started the download and it is 90% finished, and the user agent is planning to share the model across all tabs, then <var>totalBytes</var> will be 10% of the size of the model, not 100% of the size of the model. |
3002 | 3004 |
|
3003 | 3005 | </p> |
|
0 commit comments