|
120 | 120 | ●●options |
121 | 121 |
|
122 | 122 | spec_title:Reporting API |
123 | | -spec_date:2024-08-13 |
| 123 | +spec_date:2025-05-15 |
124 | 124 | trans_update:2025-05-16 |
125 | 125 | source_checked:201019 |
126 | 126 | page_state_key:WEBAPPSEC |
|
129 | 129 | spec_status:ED |
130 | 130 | ref_id_prefix:biblio- |
131 | 131 | ref_id_lowercase:true |
132 | | -copyright:2024,permissive |
| 132 | +copyright:2025,permissive |
133 | 133 | trans_1st_pub:2016-06-06 |
134 | 134 |
|
135 | 135 |
|
|
499 | 499 |
|
500 | 500 | 報告を生成する:#generate-a-report |
501 | 501 | 報告を生成して~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 |
502 | 506 |
|
503 | 507 | 報告先:#endpoint |
504 | 508 | eP.名前:#dom-endpoint-name |
|
676 | 680 | Anne van Kesteren. <DOM Standard>. Living Standard. URL: https://dom.spec.whatwg.org/ |
677 | 681 | [FETCH] |
678 | 682 | 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/ |
681 | 683 | [HTML] |
682 | 684 | Anne van Kesteren; et al. <HTML Standard>. Living Standard. URL: https://html.spec.whatwg.org/multipage/ |
683 | 685 | [INFRA] |
684 | 686 | 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/ |
685 | 689 | [RFC3864] |
686 | 690 | 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 |
687 | 691 | [RFC5234] |
@@ -1734,7 +1738,7 @@ <h4 title="Generate report of type with data">3.4.1. ある種別の報告を %~ |
1734 | 1738 | ◎終 |
1735 | 1739 | に対し: |
1736 | 1740 | ◎ |
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: |
1738 | 1742 | </p> |
1739 | 1743 | <ol> |
1740 | 1744 | <li> |
@@ -2213,7 +2217,7 @@ <h2 title="Reporting Observers">4. 報告用~観測器</h2> |
2213 | 2217 | </dl> |
2214 | 2218 |
|
2215 | 2219 | <p class="note">注記: |
2216 | | -報告用~観測器が関連するのは、 |
| 2220 | +`報告用~観測器$が関連するのは、 |
2217 | 2221 | ~JS~engineを備える~UA用に限られる。 |
2218 | 2222 | ◎ |
2219 | 2223 | 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> |
2863 | 2867 | <ol> |
2864 | 2868 | <li> |
2865 | 2869 | ~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】 |
2869 | 2871 | ] |
2870 | 2872 | ⇒ |
2871 | 2873 | ~RET `~WebDriver~error$( `無効な引数$i ) |
@@ -3023,9 +3025,9 @@ <h3 title="Network Leakage">9.1. ~network漏洩e</h3> |
3023 | 3025 | 軽減策を考慮する。 |
3024 | 3026 | 例えば、 |
3025 | 3027 | 別の~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$] |
3027 | 3029 | ◎ |
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] |
3029 | 3031 | </p> |
3030 | 3032 |
|
3031 | 3033 | </section> |
|
0 commit comments