Skip to content

Commit ca57de4

Browse files
[HTML] Support processing instructions in HTML whatwg/html@320c05f
1 parent 329a9ef commit ca57de4

3 files changed

Lines changed: 1309 additions & 398 deletions

File tree

HTML-dependencies-ja.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
●●options
138138

139139
spec_date:2026-06-25
140-
trans_update:2026-06-28
140+
trans_update:2026-06-29
141141
source_checked:260225
142142
page_state_key:HTML
143143
spec_status:LS
@@ -2448,7 +2448,10 @@ <h4 title="Dependencies">2.1.9. 依存関係</h4>
24482448
<li id="textcontent">`textContent@~DOM4#dom-node-textcontent$m 属性
24492449
</ul>
24502450
<li id="nodelist">`NodeList@~DOM4#interface-nodelist$I ~interface
2451-
<li id="processinginstruction">`ProcessingInstruction@~DOM4#interface-processinginstruction$I ~interface
2451+
<li id="processinginstruction">`ProcessingInstruction@~DOM4#interface-processinginstruction$I ~interface, その:
2452+
<ul>
2453+
<li id="concept-pi-target">`~target@~DOM4#concept-pi-target$
2454+
</ul>
24522455
<li id="shadowroot">`ShadowRoot@~DOM4#interface-shadowroot$I ~interface
24532456
<li id="range">`Range@~DOM4#interface-range$I ~interface
24542457
<li id="text">`Text@~DOM4#interface-text$I ~interface
@@ -2788,6 +2791,7 @@ <h4 title="Dependencies">2.1.9. 依存関係</h4>
27882791
• The namespace concept for attributes
27892792
• The attribute list concept
27902793
• The data of a CharacterData node and its replace data algorithm
2794+
• The target of a ProcessingInstruction node
27912795
• The child text content of a node
27922796
• The descendant text content of a node
27932797
• The name, public ID, and system ID of a doctype

0 commit comments

Comments
 (0)