Skip to content

Commit 7348323

Browse files
[reporting] 更新(編集上
Use the more common index.bs naming, which also fixes the spec-prod output file. w3c/reporting@f2bea95 Update index.src.html w3c/reporting@ad68ae3
1 parent 74c8fc2 commit 7348323

1 file changed

Lines changed: 13 additions & 11 deletions

File tree

reporting1-ja.html

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
●●options
121121

122122
spec_title:Reporting API
123-
spec_date:2024-08-13
123+
spec_date:2025-05-15
124124
trans_update:2025-05-16
125125
source_checked:201019
126126
page_state_key:WEBAPPSEC
@@ -129,7 +129,7 @@
129129
spec_status:ED
130130
ref_id_prefix:biblio-
131131
ref_id_lowercase:true
132-
copyright:2024,permissive
132+
copyright:2025,permissive
133133
trans_1st_pub:2016-06-06
134134

135135

@@ -499,6 +499,10 @@
499499
500500
報告を生成する:#generate-a-report
501501
報告を生成して~queueする:#generate-and-queue-a-report
502+
%文脈:#generate-and-queue-a-report-context
503+
%種別:#generate-and-queue-a-report-type
504+
%行先:#generate-and-queue-a-report-destination
505+
%~data:#generate-and-queue-a-report-data
502506
503507
報告先:#endpoint
504508
eP.名前:#dom-endpoint-name
@@ -676,12 +680,12 @@
676680
Anne van Kesteren. <DOM Standard>. Living Standard. URL: https://dom.spec.whatwg.org/
677681
[FETCH]
678682
Anne van Kesteren. <Fetch Standard>. Living Standard. URL: https://fetch.spec.whatwg.org/
679-
[FileAPI]
680-
Marijn Kruisselbrink. <File API>. URL: https://w3c.github.io/FileAPI/
681683
[HTML]
682684
Anne van Kesteren; et al. <HTML Standard>. Living Standard. URL: https://html.spec.whatwg.org/multipage/
683685
[INFRA]
684686
Anne van Kesteren; Domenic Denicola. <Infra Standard>. Living Standard. URL: https://infra.spec.whatwg.org/
687+
[RDF12-CONCEPTS]
688+
Olaf Hartig; et al. <RDF 1.2 Concepts and Abstract Syntax>. URL: https://w3c.github.io/rdf-concepts/spec/
685689
[RFC3864]
686690
G. Klyne; M. Nottingham; J. Mogul. <Registration Procedures for Message Header Fields>. September 2004. Best Current Practice. URL: https://www.rfc-editor.org/rfc/rfc3864
687691
[RFC5234]
@@ -1734,7 +1738,7 @@ <h4 title="Generate report of type with data">3.4.1. ある種別の報告を %~
17341738
◎終
17351739
に対し:
17361740
1737-
When the user agent is to generate and queue a report for a Document or WorkerGlobalScope object (context), given a string (type), another string (destination), and a serializable object (data), it must run the following steps:
1741+
When the user agent is to generate and queue a report for a Document or WorkerGlobalScope object (context), given a string (type), a string (destination), and a serializable object (data), it must run the following steps:
17381742
</p>
17391743
<ol>
17401744
<li>
@@ -2213,7 +2217,7 @@ <h2 title="Reporting Observers">4. 報告用~観測器</h2>
22132217
</dl>
22142218

22152219
<p class="note">注記:
2216-
報告用~観測器が関連するのは
2220+
`報告用~観測器$が関連するのは
22172221
~JS~engineを備える~UA用に限られる。
22182222
22192223
Note: Reporting observers are only relevant for user agents with JavaScript engines.
@@ -2863,9 +2867,7 @@ <h3 title="Generate Test Report">7.1. ~test報告を生成する</h3>
28632867
<ol>
28642868
<li>
28652869
~IF[
2866-
%parameters は~JSON
2867-
`Object@~FILEAPI#blob-url-entry-object$【 `Object^jT ?】
2868-
でない
2870+
%parameters は~JSON `Object^jT でない【!https://w3c.github.io/rdf-concepts/spec/#dfn-object】
28692871
28702872
28712873
~RET `~WebDriver~error$( `無効な引数$i )
@@ -3023,9 +3025,9 @@ <h3 title="Network Leakage">9.1. ~network漏洩e</h3>
30233025
軽減策を考慮する。
30243026
例えば、
30253027
別の~networkへ変更されたときは,報告を落とすこともできるような。
3026-
`w3c/BackgroundSync 課題 #107@https://github.com/WICG/background-sync/issues/107$
3028+
[`WICG/background-sync 課題 #107@https://github.com/WICG/background-sync/issues/107$]
30273029
3028-
Consider mitigations. For example, we could drop reports if we change from one network to another. [Issue #w3c/BackgroundSync#107]
3030+
Consider mitigations. For example, we could drop reports if we change from one network to another. [WICG/background-sync Issue #107]
30293031
</p>
30303032

30313033
</section>

0 commit comments

Comments
 (0)