Skip to content

Commit 9a49c55

Browse files
[paint-timing] Fix typos w3c/paint-timing@83857e5
1 parent 185ea82 commit 9a49c55

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

paint-timing-ja.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105

106106
●●options
107107
spec_title:Paint Timing
108-
spec_date:2025-10-20
108+
spec_date:2026-01-07
109109
trans_update:2025-09-25
110110
source_checked:240112
111111
page_state_key:TIMING
@@ -115,7 +115,7 @@
115115
ref_id_prefix:biblio-
116116
ref_id_lowercase:true
117117
conformance:w3c
118-
copyright:2025,permissive
118+
copyright:2026,permissive
119119
trans_1st_pub:2018-05-12
120120

121121

@@ -487,7 +487,7 @@
487487
[CSS-COLOR-3]
488488
Tantek Çelik; Chris Lilley; David Baron. <CSS Color Module Level 3. URL: https://drafts.csswg.org/css-color-3/
489489
[CSS-DISPLAY-4]
490-
Elika Etemad; Tab Atkins Jr.. <CSS Display Module Level 4. URL: https://drafts.csswg.org/css-display/
490+
Elika Etemad; Tab Atkins Jr.. <CSS Display Module Level 4. URL: https://drafts.csswg.org/css-display-4/
491491
[CSS-FONTS-4]
492492
Chris Lilley. <CSS Fonts Module Level 4. URL: https://drafts.csswg.org/css-fonts-4/
493493
[CSS-TEXT-4]
@@ -616,7 +616,7 @@ <h2 title="Introduction">1. 序論</h2>
616616
時間を測定するための共通な手段
617617
]で始まる。
618618
619-
Much of the purpose of a web browser is to translate HTML, CSS and image resources into pixels on a screen for users. Measuring the performance of a web page often involves measuring the time it takes to perform these tasks - to render content, whether text or image, to the screen. There are many different ways to use this timing to make statemements about the performance of a page, or about the user experience of loading, but fundamentally all of those ways begin with a common means of measuring time.
619+
Much of the purpose of a web browser is to translate HTML, CSS and image resources into pixels on a screen for users. Measuring the performance of a web page often involves measuring the time it takes to perform these tasks - to render content, whether text or image, to the screen. There are many different ways to use this timing to make statements about the performance of a page, or about the user experience of loading, but fundamentally all of those ways begin with a common means of measuring time.
620620
</p>
621621

622622
<p>
@@ -1044,7 +1044,7 @@ <h2 title="Terminology">2. 各種用語</h2>
10441044
それらの要素は、
10451045
`最初の有内容な塗り$を算出する目的においては,依然として塗り可能と見なされる。
10461046
1047-
NOTE: there could be cases where a paintable element would not be visible to the user, for example in the case of text that has the same color as its background. Those elements would still considered as paintable for the purpose of computing first contentful paint.
1047+
NOTE: there could be cases where a paintable element would not be visible to the user, for example in the case of text that has the same color as its background. Those elements would still be considered as paintable for the purpose of computing first contentful paint.
10481048
</p>
10491049
</li>
10501050
<li>
@@ -1184,7 +1184,7 @@ <h2 title="The Paint Timing Mixin">3. 塗り計時~mixin</h2>
11841184
~HTML標準において`描画を更新する手続き$から~callされ,
11851185
これら両~属性を拡充する。
11861186
1187-
The paintTime attribute represent the timestamp at the end of the update the rendering loop while the presentationTime represents an implementation-specific timestamp marked when the frame is presented to the user. The mark paint timing alorithm, called from update the rendering in the HTML standard, populates both attributes.
1187+
The paintTime attribute represents the timestamp at the end of the update the rendering loop while the presentationTime represents an implementation-specific timestamp marked when the frame is presented to the user. The mark paint timing algorithm, called from update the rendering in the HTML standard, populates both attributes.
11881188
</p>
11891189

11901190
<p>
@@ -1345,7 +1345,7 @@ <h2 title="The PerformancePaintTiming interface">4. `PerformancePaintTiming^I ~i
13451345
13461346
~RET 塗りが生じた時点を表す `DOMHighResTimeStamp$I 値
13471347
1348-
The startTime attribute’s getter must return a DOMHighResTimeStamp of when the paint occured.
1348+
The startTime attribute’s getter must return a DOMHighResTimeStamp of when the paint occurred.
13491349
</li>
13501350
<li class="algo">
13511351
`duration$m 取得子~手続きは
@@ -1540,7 +1540,7 @@ <h3 title="Recording paint timing">5.2. 塗り計時の記録-法</h3>
15401540
`処理待ち画像~記録$たちが成す`~list$
15411541
— 初期~時は空とする。
15421542
1543-
Each Document has an images pending rendering, which is a list of pending image records, initally empty.
1543+
Each Document has an images pending rendering, which is a list of pending image records, initially empty.
15441544
</li>
15451545
<li>
15461546
`描画された~textを伴う要素~群@

0 commit comments

Comments
 (0)