Skip to content

Commit 903dbdb

Browse files
Editorial: add an id="" to the download total bytes note
SHA: 560bb89 Reason: push, by domenic Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 454ef55 commit 903dbdb

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

index.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<meta content="Bikeshed version 3f621ba99, updated Mon Jul 28 15:38:36 2025 -0700" name="generator">
99
<link href="https://webmachinelearning.github.io/writing-assistance-apis" rel="canonical">
1010
<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">
1212
<meta content="dark light" name="color-scheme">
1313
<link href="https://www.w3.org/StyleSheets/TR/2021/dark.css" media="(prefers-color-scheme: dark)" rel="stylesheet" type="text/css">
1414
<style>
@@ -751,7 +751,7 @@
751751
</p>
752752
<h1 class="p-name no-ref" id="title">Writing Assistance APIs</h1>
753753
<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>
755755
<details open>
756756
<summary>More details about this document</summary>
757757
<div data-fill-with="spec-metadata">
@@ -2997,7 +2997,9 @@ <h3 class="heading settled" data-level="5.2" id="supporting-creation"><span clas
29972997
<li data-md>
29982998
<p>Wait for the total number of bytes to be downloaded to become determined, and let that number be <var>totalBytes</var>.</p>
29992999
<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+
30013003
<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.
30023004

30033005
</p>

0 commit comments

Comments
 (0)