Skip to content

Commit 72a5d4b

Browse files
[performance-timeline] Fix supportedentrytype anchor 他
Fix broken anchor references w3c/performance-timeline@8aa7b1d (和訳には織り込み済み) Fix supportedentrytype anchor w3c/performance-timeline@ddbb2dd
1 parent b43e819 commit 72a5d4b

1 file changed

Lines changed: 14 additions & 13 deletions

File tree

performance-timeline-ja.html

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
●●options
100100

101101
spec_title:Performance Timeline
102-
spec_date:2026-02-26
102+
spec_date:2026-03-24
103103
trans_update:2026-03-16
104104
source_checked:260226
105105
page_state_key:TIMING
@@ -131,13 +131,14 @@
131131

132132
●●original_id_map
133133

134+
■旧 id
135+
performance-entry-buffer:dfn-performance-entry-buffer
136+
initialize-a-performanceentry:dfn-initialize-a-performanceentry
137+
observer-buffer:dfn-observer-buffer
138+
observer:dfn-observer
139+
options-list:dfn-options-list
140+
134141
重複 id
135-
dom-performanceentry-name:performanceentry-name
136-
dom-performanceentry-navigationid:performanceentry-navigationid
137-
dom-performanceentry-starttime:performanceentry-starttime
138-
dom-performanceentry-entrytype:performanceentry-entrytype
139-
dom-performanceentry-duration:performanceentry-duration
140-
dom-performanceentry-tojson:performanceentry-tojson
141142
dom-performanceobserverinit-entrytypes:performanceobserverinit-entrytypes
142143
dom-performanceobserverinit-type:performanceobserverinit-type
143144
dom-performanceobserverinit-buffered:performanceobserverinit-buffered
@@ -1079,7 +1080,7 @@ <h2 title="The PerformanceEntry interface">3. `PerformanceEntry^I ~interface</h2
10791080
10801081
~RET 初期化-時の値
10811082
1082-
name
1083+
name, of type DOMString, readonly
10831084
• This attribute must return the value it is initialized to.\
10841085
</p>
10851086

@@ -1100,7 +1101,7 @@ <h2 title="The PerformanceEntry interface">3. `PerformanceEntry^I ~interface</h2
11001101
11011102
~RET 初期化-時の値
11021103
1103-
entryType
1104+
entryType, of type DOMString, readonly
11041105
• This attribute must return the value it is initialized to.
11051106
</p>
11061107

@@ -1139,7 +1140,7 @@ <h2 title="The PerformanceEntry interface">3. `PerformanceEntry^I ~interface</h2
11391140
コレの処理能~計量にて最初に記録された時刻~値を表現する。
11401141
</p>
11411142
1142-
startTime
1143+
startTime, of type DOMHighResTimeStamp, readonly
11431144
• This attribute must return the value it is initialized to.\
11441145
It represents the time value of the first recorded timestamp of this performance metric.
11451146
</div>
@@ -1165,7 +1166,7 @@ <h2 title="The PerformanceEntry interface">3. `PerformanceEntry^I ~interface</h2
11651166
</li>
11661167
</ol>
11671168
1168-
duration
1169+
duration, of type DOMHighResTimeStamp, readonly
11691170
• The getter steps for the duration attribute are to return 0 if this’s end time is 0; otherwise this’s end time - this’s startTime.
11701171
</div>
11711172

@@ -1175,7 +1176,7 @@ <h2 title="The PerformanceEntry interface">3. `PerformanceEntry^I ~interface</h2
11751176
11761177
~RET 初期化-時の値
11771178
1178-
navigationId
1179+
navigationId, of type unsigned long long, readonly
11791180
• This attribute MUST return the value it is initialized to.
11801181
</div>
11811182

@@ -1877,7 +1878,7 @@ <h3 title="disconnect() method">4.4. `disconnect()^m ~method</h3>
18771878
</div>
18781879

18791880
</section>
1880-
<section id="supportedentrytype-attribute">
1881+
<section id="supportedentrytypes-attribute">
18811882
<h3>4.5. `supportedEntryTypes^m 属性</h3>
18821883

18831884
<p>

0 commit comments

Comments
 (0)