Skip to content

Commit dc90fb5

Browse files
[IntersectionObserver] 更新(メタデータのみ
1 parent bf8f19c commit dc90fb5

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

IntersectionObserver-ja.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120

121121
●●options
122122

123-
spec_date:2024-06-27
123+
spec_date:2026-03-19
124124
trans_update:2024-06-29
125125
source_checked:240627
126126
spec_status:ED
@@ -715,11 +715,11 @@
715715
[CSS-VALUES-4]
716716
Tab Atkins Jr.; Elika Etemad. <CSS Values and Units Module Level 4. URL: https://drafts.csswg.org/css-values-4/
717717
[CSSOM-VIEW-1]
718-
Simon Pieters. <CSSOM View Module>. URL: https://drafts.csswg.org/cssom-view/
718+
Simon Fraser; Emilio Cobos Álvarez. <CSSOM View Module>. URL: https://drafts.csswg.org/cssom-view/
719719
[DOM]
720720
Anne van Kesteren. <DOM Standard>. Living Standard. URL: https://dom.spec.whatwg.org/
721721
[GEOMETRY-1]
722-
Simon Pieters; Chris Harrelson. <Geometry Interfaces Module Level 1. URL: https://drafts.csswg.org/geometry/
722+
Sebastian Zartner; Yehonatan Daniv. <Geometry Interfaces Module Level 1. URL: https://drafts.csswg.org/geometry/
723723
[HTML]
724724
Anne van Kesteren; et al. <HTML Standard>. Living Standard. URL: https://html.spec.whatwg.org/multipage/
725725
[RFC2119]
@@ -806,9 +806,9 @@ <h1>Intersection Observer</h1>
806806
◎位置付け
807807

808808
<p>
809-
この節では
810-
公表~時点における
811-
【以下、この節の他の内容は,~SOTD-W3Cに移譲。】
809+
これは
810+
編集者草案の公な複製です
811+
【以下、この節を成す他の内容は,~SOTD-W3Cに移譲。】
812812
</p>
813813

814814
</section>
@@ -1471,7 +1471,7 @@ <h3 title="The IntersectionObserver interface">2.2. `IntersectionObserver^I ~int
14711471
文書が`全部的に作動中$であるときに限られることに注意。)
14721472
14731473
If the intersection root is a document,
1474-
• it’s the size of the document's viewport (note that this processing step can only be reached if the document is fully active).
1474+
• it’s the size of the documents viewport (note that this processing step can only be reached if the document is fully active).
14751475
</li>
14761476
<li>
14771477
他の場合, %~root は`内容~clip$を有するならば
@@ -1839,7 +1839,7 @@ <h3 title="The IntersectionObserverEntry interface">2.3. `IntersectionObserverEn
18391839
]と交差する部位を表現する。
18401840
</p>
18411841
1842-
boundingClientRect, intersected by each of target's ancestors' clip rects (up to but not including root), intersected with the root intersection rectangle. This value represents the portion of target that intersects with the root intersection rectangle.
1842+
boundingClientRect, intersected by each of targets ancestors' clip rects (up to but not including root), intersected with the root intersection rectangle. This value represents the portion of target that intersects with the root intersection rectangle.
18431843
</dd>
18441844

18451845
<dt>
@@ -2777,7 +2777,7 @@ <h4 title="Queue an Intersection Observer Task">3.2.4. 交差~観測器~taskを~
27772777
`交差~観測器たちに通知する$( %文書 )
27782778
</div>
27792779
2780-
Queue a task on the IntersectionObserver task source associated with the document's event loop to notify intersection observers.
2780+
Queue a task on the IntersectionObserver task source associated with the documents event loop to notify intersection observers.
27812781
</li>
27822782
</ol>
27832783
</div>

0 commit comments

Comments
 (0)