|
105 | 105 |
|
106 | 106 | ●●options |
107 | 107 | spec_title:Paint Timing |
108 | | -spec_date:2025-10-20 |
| 108 | +spec_date:2026-01-07 |
109 | 109 | trans_update:2025-09-25 |
110 | 110 | source_checked:240112 |
111 | 111 | page_state_key:TIMING |
|
115 | 115 | ref_id_prefix:biblio- |
116 | 116 | ref_id_lowercase:true |
117 | 117 | conformance:w3c |
118 | | -copyright:2025,permissive |
| 118 | +copyright:2026,permissive |
119 | 119 | trans_1st_pub:2018-05-12 |
120 | 120 |
|
121 | 121 |
|
|
487 | 487 | [CSS-COLOR-3] |
488 | 488 | Tantek Çelik; Chris Lilley; David Baron. <CSS Color Module Level 3>. URL: https://drafts.csswg.org/css-color-3/ |
489 | 489 | [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/ |
491 | 491 | [CSS-FONTS-4] |
492 | 492 | Chris Lilley. <CSS Fonts Module Level 4>. URL: https://drafts.csswg.org/css-fonts-4/ |
493 | 493 | [CSS-TEXT-4] |
@@ -616,7 +616,7 @@ <h2 title="Introduction">1. 序論</h2> |
616 | 616 | 時間を測定するための共通な手段 |
617 | 617 | ]で始まる。 |
618 | 618 | ◎ |
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. |
620 | 620 | </p> |
621 | 621 |
|
622 | 622 | <p> |
@@ -1044,7 +1044,7 @@ <h2 title="Terminology">2. 各種用語</h2> |
1044 | 1044 | それらの要素は、 |
1045 | 1045 | `最初の有内容な塗り$を算出する目的においては,依然として塗り可能と見なされる。 |
1046 | 1046 | ◎ |
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. |
1048 | 1048 | </p> |
1049 | 1049 | </li> |
1050 | 1050 | <li> |
@@ -1184,7 +1184,7 @@ <h2 title="The Paint Timing Mixin">3. 塗り計時~mixin</h2> |
1184 | 1184 | ~HTML標準において`描画を更新する手続き$から~callされ, |
1185 | 1185 | これら両~属性を拡充する。 |
1186 | 1186 | ◎ |
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. |
1188 | 1188 | </p> |
1189 | 1189 |
|
1190 | 1190 | <p> |
@@ -1345,7 +1345,7 @@ <h2 title="The PerformancePaintTiming interface">4. `PerformancePaintTiming^I ~i |
1345 | 1345 | ⇒ |
1346 | 1346 | ~RET 塗りが生じた時点を表す `DOMHighResTimeStamp$I 値 |
1347 | 1347 | ◎ |
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. |
1349 | 1349 | </li> |
1350 | 1350 | <li class="algo"> |
1351 | 1351 | `duration$m 取得子~手続きは |
@@ -1540,7 +1540,7 @@ <h3 title="Recording paint timing">5.2. 塗り計時の記録-法</h3> |
1540 | 1540 | `処理待ち画像~記録$たちが成す`~list$ |
1541 | 1541 | — 初期~時は空とする。 |
1542 | 1542 | ◎ |
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. |
1544 | 1544 | </li> |
1545 | 1545 | <li> |
1546 | 1546 | `描画された~textを伴う要素~群@ |
|
0 commit comments