Skip to content

Commit 99bd108

Browse files
[HTML] Editorial: remove unreachable preload destinations from match-preload-type 他
Editorial: remove unreachable preload destinations from match-preload-type whatwg/html@bbaf8a7 Editorial: fix various issues whatwg/html@c81a6a0
1 parent c4583d2 commit 99bd108

1 file changed

Lines changed: 11 additions & 17 deletions

File tree

HTML-links-ja.html

Lines changed: 11 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,8 @@
168168

169169
●●options
170170

171-
spec_date:2026-02-27
172-
trans_update:2026-02-28
171+
spec_date:2026-03-06
172+
trans_update:2026-03-08
173173
source_checked:240712
174174
page_state_key:HTML
175175
spec_status:LS
@@ -434,7 +434,7 @@
434434
~preloadする:#preload
435435
~preloadされる資源を消費する:#consume-a-preloaded-resource
436436
~preload~keyを作成する:#create-a-preload-key
437-
型は行先に合致するか?:#match-preload-type
437+
型は~preloadの行先に合致するか否か:#match-preload-type
438438
~preloadの行先:#preload-destination
439439
~module~preloadの行先:#module-preload-destination
440440

@@ -719,7 +719,6 @@
719719
~essence:~MIMESNIFF#mime-type-essence
720720
~MIME型を構文解析する:~MIMESNIFF#parse-a-mime-type
721721
~UAにより~supportされて:~MIMESNIFF#supported-by-the-user-agent
722-
音声/動画~MIME型:~MIMESNIFF#audio-or-video-mime-type
723722
画像~MIME型:~MIMESNIFF#image-mime-type
724723
~font~MIME型:~MIMESNIFF#font-mime-type
725724
~JS~MIME型:~MIMESNIFF#javascript-mime-type
@@ -3318,7 +3317,7 @@ <h4 title="API for a and area elements">4.6.4. ~a_area 要素~用の~API</h4>
33183317
33193318
%要素 の `href$a 内容~属性の値 ~SET `~URLを直列化する$( %要素 の`~URL$el )
33203319
3321-
To update href for HTMLAnchorElement and HTMLAreaElement, set the element's href content attribute's value to the element's url, serialized.
3320+
To update href for an HTMLAnchorElement or HTMLAreaElement element, set the element's href content attribute's value to the element's url, serialized.
33223321
</li>
33233322
<li class="algo">
33243323
<p>
@@ -8022,13 +8021,13 @@ <h5 title="`preload^lT">4.6.8.20. ~link型 `preload^v</h5>
80228021
<div class="algo">
80238022
<p>
80248023
この節の目的において
8025-
`型は行先に合致するか?@
8026-
どうか決定するときは
8024+
`型は~preloadの行先に合致するか否か@
8025+
を決定する~algoは
80278026
所与の
8028-
( 文字列 %型, 文字列 %行先 )
8027+
( 文字列 %型, `~preloadの行先$ %行先 )
80298028
に対し:
80308029
8031-
For the purposes of this section, a string type matches a string destination if the following algorithm returns true:
8030+
For the purposes of this section, a string type matches a preload destination destination if the following algorithm returns true:
80328031
</p>
80338032
<ol>
80348033
<li>
@@ -8092,11 +8091,7 @@ <h5 title="`preload^lT">4.6.8.20. ~link型 `preload^v</h5>
80928091
<th>%~MIME型~record
80938092
<tbody>
80948093

8095-
<tr><td>
8096-
`audio^l, `video^l
8097-
<td>`音声/動画~MIME型$である
8098-
8099-
<tr><td>`~scriptに類する行先$
8094+
<tr><td>`script^l
81008095
<td>`~JS~MIME型$である
81018096

81028097
<tr><td>`image^l
@@ -8113,8 +8108,7 @@ <h5 title="`preload^lT">4.6.8.20. ~link型 `preload^v</h5>
81138108
</table>
81148109
81158110
If any of the following are true:
8116-
• destination is "audio" or "video", and mimeTypeRecord is an audio or video MIME type;
8117-
• destination is a script-like destination and mimeTypeRecord is a JavaScript MIME type;
8111+
• destination is "script" and mimeTypeRecord is a JavaScript MIME type;
81188112
• destination is "image" and mimeTypeRecord is an image MIME type;
81198113
• destination is "font" and mimeTypeRecord is a font MIME type;
81208114
• destination is "style" and mimeTypeRecord's essence is text/css; or
@@ -8205,7 +8199,7 @@ <h5 title="`preload^lT">4.6.8.20. ~link型 `preload^v</h5>
82058199
<ol>
82068200
<li>
82078201
~IF[
8208-
`型は行先に合致するか?$( %~option群 の`~MIME型$lO, %~option群 の`行先$lO ) ~EQ ~F
8202+
`型は~preloadの行先に合致するか否か$( %~option群 の`~MIME型$lO, %~option群 の`行先$lO ) ~EQ ~F
82098203
82108204
82118205
~RET

0 commit comments

Comments
 (0)