Skip to content

Commit a99e0bf

Browse files
[DOM4] 編集(用語対訳( "slottable"
1 parent 003a206 commit a99e0bf

4 files changed

Lines changed: 39 additions & 39 deletions

File tree

DOM4-ja.html

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1597,16 +1597,16 @@
15971597
*sL.名前:#slot-name
15981598
sB.名前:#slotable-name
15991599
~slot可能~用に~slotを見出す:#find-a-slot
1600-
~slot用に~slot可能なものを見出す:#find-slotables
1601-
~slot用に平坦~化された~slot可能なものを見出す:#find-flattened-slotables
1600+
~slot用に~slot可能を見出す:#find-slotables
1601+
~slot用に平坦~化された~slot可能を見出す:#find-flattened-slotables
16021602
割当-先~slot:#slotable-assigned-slot
16031603
手動~割当-先~slot:#slottable-manual-slot-assignment
16041604
割当-先がある:#slotable-assigned
16051605
割当された~node群:#slot-assigned-nodes
16061606
手動で割当された~node群:~HEscripting#manually-assigned-nodes
16071607
~slot可能を~slotに割当する:#assign-a-slot
1608-
~slotに~slot可能なものを割当する:#assign-slotables
1609-
~treeに~slot可能なものを割当する:#assign-slotables-for-a-tree
1608+
~slotに~slot可能を割当する:#assign-slotables
1609+
~treeに~slot可能を割当する:#assign-slotables-for-a-tree
16101610
通達~slot群:#signal-slot-list
16111611
~slotの変化を通達する:#signal-a-slot-change
16121612

@@ -8103,7 +8103,7 @@ <h4 title="Shadow tree">4.2.2. ~shadow~tree</h4>
81038103
</p>
81048104

81058105
<p class="trans-note">【
8106-
`文書$も指示する必要がある所では
8106+
どの`文書$かを指示する必要もある所では
81078107
“~nodeは(所与の)文書に`接続されて$いる” /
81088108
“(所与の)~nodeが`接続されて$いる文書”
81098109
のような形の句でも表記される。
@@ -8122,8 +8122,8 @@ <h5 title="Slots">4.2.2.1. ~slot</h5>
81228122
</p>
81238123

81248124
<p class="note">注記:
8125-
`~slot$を作成できるのは
8126-
~HTMLの `slot$e 要素を通す他にない
8125+
`~slot$
8126+
~HTMLの `slot$e 要素を通す他には作成し得ない
81278127
81288128
A slot can only be created through HTML’s slot element.
81298129
</p>
@@ -8200,17 +8200,17 @@ <h5 title="Slots">4.2.2.1. ~slot</h5>
82008200
• Otherwise, set element’s name to value.
82018201
</li>
82028202
<li>
8203-
`~treeに~slot可能なものを割当する$( %要素 の`根$ )
8203+
`~treeに~slot可能を割当する$( %要素 の`根$ )
82048204
82058205
• Run assign slottables for a tree with element’s root.
82068206
</li>
82078207
</ol>
82088208
</div>
82098209

82108210
<p class="note">注記:
8211-
`~shadow~tree$内の
8211+
`~shadow~tree$内の`~slot$のうち
82128212
`~slot名$ ~EQ 空~文字列
8213-
なる`~slot$のうち,`~tree順序$で最初のものは
8213+
を満たすもののうち`~tree順序$で最初のものは
82148214
“既定の~slot”
82158215
と称されることもある。
82168216
@@ -8329,7 +8329,7 @@ <h5 title="Slottables">4.2.2.2. ~slot可能</h5>
83298329
%要素 の`割当-先~slot$ ~NEQ ~NULL
83308330
83318331
8332-
`~slotに~slot可能なものを割当する$( その`~slot$ )
8332+
`~slotに~slot可能を割当する$( その`~slot$ )
83338333
83348334
• If element is assigned, then run assign slottables for element’s assigned slot.
83358335
</li>
@@ -8477,7 +8477,7 @@ <h5 title="Finding slots and slottables">4.2.2.3. ~slot/~slot可能の見出
84778477

84788478
<div class="algo">
84798479
<p>
8480-
`~slot用に~slot可能なものを見出す@
8480+
`~slot用に~slot可能を見出す@
84818481
~algoは、
84828482
所与の
84838483
( `~slot$ %~slot )
@@ -8557,7 +8557,7 @@ <h5 title="Finding slots and slottables">4.2.2.3. ~slot/~slot可能の見出
85578557

85588558
<div class="algo">
85598559
<p>
8560-
`~slot用に平坦~化された~slot可能なものを見出す@
8560+
`~slot用に平坦~化された~slot可能を見出す@
85618561
~algoは、
85628562
所与の
85638563
( `~slot$ %~slot )
@@ -8577,7 +8577,7 @@ <h5 title="Finding slots and slottables">4.2.2.3. ~slot/~slot可能の見出
85778577
If slot’s root is not a shadow root, then return result.
85788578
</li>
85798579
<li>
8580-
%~slot可能~群 ~LET `~slot用に~slot可能なものを見出す$( %~slot )
8580+
%~slot可能~群 ~LET `~slot用に~slot可能を見出す$( %~slot )
85818581
85828582
Let slottables be the result of finding slottables given slot.
85838583
</li>
@@ -8617,7 +8617,7 @@ <h5 title="Finding slots and slottables">4.2.2.3. ~slot/~slot可能の見出
86178617
86188618
%結果 を次の結果で`拡張する$
86198619
8620-
`~slot用に平坦~化された~slot可能なものを見出す$( %~node )
8620+
`~slot用に平坦~化された~slot可能を見出す$( %~node )
86218621
86228622
If node is a slot whose root is a shadow root:
86238623
• Let temporaryResult be the result of finding flattened slottables given node.
@@ -8646,7 +8646,7 @@ <h5 title="Assigning slottables and slots">4.2.2.4. ~slot可能/~slotの割当
86468646

86478647
<div class="algo">
86488648
<p>
8649-
`~slotに~slot可能なものを割当する@
8649+
`~slotに~slot可能を割当する@
86508650
~algoは、
86518651
所与の
86528652
( `~slot$ %~slot )
@@ -8657,7 +8657,7 @@ <h5 title="Assigning slottables and slots">4.2.2.4. ~slot可能/~slotの割当
86578657
<ol>
86588658
<li>
86598659
%~slot可能~群 ~LET
8660-
`~slot用に~slot可能なものを見出す$( %~slot )
8660+
`~slot用に~slot可能を見出す$( %~slot )
86618661
86628662
Let slottables be the result of finding slottables for slot.
86638663
</li>
@@ -8692,7 +8692,7 @@ <h5 title="Assigning slottables and slots">4.2.2.4. ~slot可能/~slotの割当
86928692

86938693
<div class="algo">
86948694
<p>
8695-
`~treeに~slot可能なものを割当する@
8695+
`~treeに~slot可能を割当する@
86968696
~algoは、
86978697
所与の
86988698
( `~node$ %根 )
@@ -8702,7 +8702,7 @@ <h5 title="Assigning slottables and slots">4.2.2.4. ~slot可能/~slotの割当
87028702
~EACH( `~slot$ %~slot )
87038703
に対し,`~tree順序$で
87048704
8705-
`~slotに~slot可能なものを割当する$( %~slot )
8705+
`~slotに~slot可能を割当する$( %~slot )
87068706
87078707
To assign slottables for a tree, given a node root, run assign slottables for each slot of root’s inclusive descendants, in tree order.
87088708
</p>
@@ -8729,7 +8729,7 @@ <h5 title="Assigning slottables and slots">4.2.2.4. ~slot可能/~slotの割当
87298729
%~slot ~NEQ ~NULL
87308730
87318731
8732-
`~slotに~slot可能なものを割当する$( %~slot )
8732+
`~slotに~slot可能を割当する$( %~slot )
87338733
87348734
If slot is non-null, then run assign slottables for slot.
87358735
</li>
@@ -9386,7 +9386,7 @@ <h4 title="Mutation algorithms">4.2.3. 変異~algo</h4>
93869386
If parent’s root is a shadow root, and parent is a slot whose assigned nodes is the empty list, then run signal a slot change for parent.
93879387
</li>
93889388
<li>
9389-
`~treeに~slot可能なものを割当する$( %~node の`根$ )
9389+
`~treeに~slot可能を割当する$( %~node の`根$ )
93909390
93919391
Run assign slottables for a tree with node’s root.
93929392
</li>
@@ -9809,7 +9809,7 @@ <h4 title="Mutation algorithms">4.2.3. 変異~algo</h4>
98099809
%~node の`割当-先~slot$ ~NEQ ~NULL
98109810
98119811
9812-
`~slotに~slot可能なものを割当する$( その`~slot$ )
9812+
`~slotに~slot可能を割当する$( その`~slot$ )
98139813
98149814
If node is assigned, then run assign slottables for node’s assigned slot.
98159815
</li>
@@ -9836,12 +9836,12 @@ <h4 title="Mutation algorithms">4.2.3. 変異~algo</h4>
98369836
</p>
98379837
<ol>
98389838
<li>
9839-
`~treeに~slot可能なものを割当する$( %旧-親 の`根$ )
9839+
`~treeに~slot可能を割当する$( %旧-親 の`根$ )
98409840
98419841
Run assign slottables for a tree with oldParent’s root.
98429842
</li>
98439843
<li>
9844-
`~treeに~slot可能なものを割当する$( %~node )
9844+
`~treeに~slot可能を割当する$( %~node )
98459845
98469846
Run assign slottables for a tree with node.
98479847
</li>
@@ -9941,7 +9941,7 @@ <h4 title="Mutation algorithms">4.2.3. 変異~algo</h4>
99419941
If newParent’s root is a shadow root, and newParent is a slot whose assigned nodes is empty, then run signal a slot change for newParent.
99429942
</li>
99439943
<li>
9944-
`~treeに~slot可能なものを割当する$( %~node の`根$ )
9944+
`~treeに~slot可能を割当する$( %~node の`根$ )
99459945
99469946
Run assign slottables for a tree with node’s root.
99479947
</li>
@@ -10336,7 +10336,7 @@ <h4 title="Mutation algorithms">4.2.3. 変異~algo</h4>
1033610336
%~node の`割当-先~slot$ ~NEQ ~NULL
1033710337
1033810338
10339-
`~slotに~slot可能なものを割当する$( その`~slot$ )
10339+
`~slotに~slot可能を割当する$( その`~slot$ )
1034010340
1034110341
If node is assigned, then run assign slottables for node’s assigned slot.
1034210342
</li>
@@ -10352,12 +10352,12 @@ <h4 title="Mutation algorithms">4.2.3. 変異~algo</h4>
1035210352
</p>
1035310353
<ol>
1035410354
<li>
10355-
`~treeに~slot可能なものを割当する$( %親 の`根$ )
10355+
`~treeに~slot可能を割当する$( %親 の`根$ )
1035610356
1035710357
Run assign slottables for a tree with parent’s root.
1035810358
</li>
1035910359
<li>
10360-
`~treeに~slot可能なものを割当する$( %~node )
10360+
`~treeに~slot可能を割当する$( %~node )
1036110361
1036210362
Run assign slottables for a tree with node.
1036310363
</li>

HTML-dependencies-ja.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2485,8 +2485,8 @@ <h4 title="Dependencies">2.1.9. 依存関係</h4>
24852485
</ul>
24862486
<li>~slot可能~用の次に挙げる~algo:
24872487
<ul>
2488-
<li id="assign-slottables-for-a-tree">`~treeに~slot可能なものを割当する@~DOM4#assign-slotables-for-a-tree$
2489-
<li id="finding-flattened-slottables">`平坦~化された~slot可能なものを見出す@~DOM4#find-flattened-slotables$
2488+
<li id="assign-slottables-for-a-tree">`~treeに~slot可能を割当する@~DOM4#assign-slotables-for-a-tree$
2489+
<li id="finding-flattened-slottables">`平坦~化された~slot可能を見出す@~DOM4#find-flattened-slotables$
24902490
<li id="assign-a-slot">`~slot可能を~slotに割当する@~DOM4#assign-a-slot$
24912491
</ul>
24922492
<li id="event-slotchange">`slotchange@~DOM4#eventdef-htmlslotelement-slotchange$et ~event

HTML-scripting-ja.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -388,8 +388,8 @@
388388
~slot:~DOM4#concept-slot
389389
~slotに割当する:~DOM4#assign-a-slot
390390
~slot名:~DOM4#slot-name
391-
~slot用に平坦~化された~slot可能なものを見出す:~DOM4#find-flattened-slotables
392-
~treeに~slot可能なものを割当する:~DOM4#assign-slotables-for-a-tree
391+
~slot用に平坦~化された~slot可能を見出す:~DOM4#find-flattened-slotables
392+
~treeに~slot可能を割当する:~DOM4#assign-slotables-for-a-tree
393393
~slot可能:~DOM4#concept-slotable
394394
手動~割当-~slot:~DOM4#slottable-manual-slot-assignment
395395
割当された~node群:~DOM4#slot-assigned-nodes
@@ -5895,7 +5895,7 @@ <h4 title="The slot element">4.12.4. `slot^e 要素</h4>
58955895
~RET %options[ "`flatten$m" ] に応じて
58965896
⇒#
58975897
~F ならば コレに`割当された~node群$ /
5898-
~T ならば `~slot用に平坦~化された~slot可能なものを見出す$( コレ )
5898+
~T ならば `~slot用に平坦~化された~slot可能を見出す$( コレ )
58995899
59005900
If options["flatten"] is false, then return this's assigned nodes.
59015901
@@ -5917,7 +5917,7 @@ <h4 title="The slot element">4.12.4. `slot^e 要素</h4>
59175917
%結果 ~LET %options[ "`flatten$m" ] に応じて
59185918
⇒#
59195919
~F ならば コレに`割当された~node群$ /
5920-
~T ならば `~slot用に平坦~化された~slot可能なものを見出す$( コレ )
5920+
~T ならば `~slot用に平坦~化された~slot可能を見出す$( コレ )
59215921
59225922
If options["flatten"] is false, then return this's assigned nodes, filtered to contain only Element nodes.
59235923
@@ -5991,7 +5991,7 @@ <h4 title="The slot element">4.12.4. `slot^e 要素</h4>
59915991
Set this's manually assigned nodes to nodesSet.
59925992
</li>
59935993
<li>
5994-
`~treeに~slot可能なものを割当する$( コレの`根$ )
5994+
`~treeに~slot可能を割当する$( コレの`根$ )
59955995
59965996
Run assign slottables for a tree for this's root.
59975997
</li>

css-shadow-ja.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -689,8 +689,8 @@
689689
:~DOM4#concept-tree-child
690690
~custom要素:~DOM4#concept-element-custom
691691
平坦~化され:~DOM4#find-flattened-slotables
692-
~slot用に平坦~化された~slot可能なものを見出す:~DOM4#find-flattened-slotables
693-
~slot用に~slot可能なものを見出す:~DOM4#find-slotables
692+
~slot用に平坦~化された~slot可能を見出す:~DOM4#find-flattened-slotables
693+
~slot用に~slot可能を見出す:~DOM4#find-slotables
694694
~host:~DOM4#concept-documentfragment-host
695695
~light~tree:~DOM4#concept-light-tree
696696
局所~:~DOM4#concept-element-local-name
@@ -1680,7 +1680,7 @@ <h4 title="Matching on the Presence of Slot-Assigned Nodes: the :has-slotted pse
16801680
16811681
次の結果は空でない
16821682
1683-
`~slot用に平坦~化された~slot可能なものを見出す$( 当の要素 )
1683+
`~slot用に平坦~化された~slot可能を見出す$( 当の要素 )
16841684
16851685
The :has-slotted pseudo-class matches slot elements which have a non-empty list of flattened slotted nodes.
16861686
</p>
@@ -1851,7 +1851,7 @@ <h3 title="Flattening the DOM into an Element Tree" data-algorithm="Flattening t
18511851
</p>
18521852
<ol>
18531853
<li>
1854-
%~slot可能~list ~LET `~slot用に~slot可能なものを見出す$( %~node )
1854+
%~slot可能~list ~LET `~slot用に~slot可能を見出す$( %~node )
18551855
</li>
18561856
<li>
18571857
<p>

0 commit comments

Comments
 (0)