You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If an element's draggable content attribute has the state true, the draggable IDL attribute must return true.
4446
+
If an element's draggable content attribute has the state True, the draggable IDL attribute must return true.
4447
4447
◎
4448
-
Otherwise, if the element's draggable content attribute has the state false, the draggable IDL attribute must return false.
4448
+
Otherwise, if the element's draggable content attribute has the state False, the draggable IDL attribute must return false.
4449
4449
◎
4450
-
Otherwise, the element's draggable content attribute has the state auto. If the element is an img element, an object element that represents an image, or an a element with an href content attribute, the draggable IDL attribute must return true; otherwise, the draggable IDL attribute must return false.
4450
+
Otherwise, the element's draggable content attribute has the state Auto. If the element is an img element, an object element that represents an image, or an a element with an href content attribute, the draggable IDL attribute must return true; otherwise, the draggable IDL attribute must return false.
Otherwise, either the element's translate attribute is in the inherit state, or the element is not an HTML element and thus does not have a translate attribute; in either case, the element's translation mode is in the same state as its parent element's, if any, or in the translate-enabled state, if the element's parent element is null.
7382
+
Otherwise, either the element's translate attribute is in the Inherit state, or the element is not an HTML element and thus does not have a translate attribute; in either case, the element's translation mode is in the same state as its parent element's, if any, or in the translate-enabled state, if the element's parent element is null.
7383
7383
</li>
7384
7384
</ul>
7385
7385
@@ -7653,9 +7653,9 @@ <h5 title="The dir attribute">3.2.6.4. `dir^a 属性</h5>
7653
7653
7654
7654
◎
7655
7655
Keyword|State|Brief description
7656
-
ltr|ltr|The contents of the element are explicitly directionally isolated left-to-right text.
7657
-
rtl|rtl|The contents of the element are explicitly directionally isolated right-to-left text.
7658
-
auto|auto|The contents of the element are explicitly directionally isolated text, but the direction is to be determined programmatically using the contents of the element (as described below).
7656
+
ltr|LTR|The contents of the element are explicitly directionally isolated left-to-right text.
7657
+
rtl|RTL|The contents of the element are explicitly directionally isolated right-to-left text.
7658
+
auto|Auto|The contents of the element are explicitly directionally isolated text, but the direction is to be determined programmatically using the contents of the element (as described below).
7659
7659
</div>
7660
7660
7661
7661
<divclass="note">
@@ -7671,7 +7671,7 @@ <h5 title="The dir attribute">3.2.6.4. `dir^a 属性</h5>
7671
7671
]の最後の~~手段としてに限って,この値を利用することが督促される。
7672
7672
`BIDI$r
7673
7673
◎
7674
-
The heuristic used by the auto state is very crude (it just looks at the first character with a strong directionality, in a manner analogous to the Paragraph Level determination in the bidirectional algorithm). Authors are urged to only use this value as a last resort when the direction of the text is truly unknown and no better server-side heuristic can be applied. [BIDI]
7674
+
The heuristic used by the Auto state is very crude (it just looks at the first character with a strong directionality, in a manner analogous to the Paragraph Level determination in the bidirectional algorithm). Authors are urged to only use this value as a last resort when the direction of the text is truly unknown and no better server-side heuristic can be applied. [BIDI]
7675
7675
</p>
7676
7676
7677
7677
<pclass="trans-note">【†
@@ -7697,7 +7697,7 @@ <h5 title="The dir attribute">3.2.6.4. `dir^a 属性</h5>
7697
7697
]は、
7698
7698
いずれも `未定義$st とする。
7699
7699
◎
7700
-
The attribute's missing value default and invalid value default are both the undefined state.
7700
+
The attribute's missing value default and invalid value default are both the Undefined state.
7701
7701
</p>
7702
7702
7703
7703
<hr>
@@ -7723,22 +7723,22 @@ <h5 title="The dir attribute">3.2.6.4. `dir^a 属性</h5>
7723
7723
⇒
7724
7724
~RET `~ltr$i
7725
7725
◎
7726
-
ltr
7726
+
LTR
7727
7727
• Return 'ltr'.
7728
7728
</li>
7729
7729
<li>
7730
7730
`~rtl$st
7731
7731
⇒
7732
7732
~RET `~rtl$i
7733
7733
◎
7734
-
rtl
7734
+
RTL
7735
7735
• Return 'rtl'.
7736
7736
</li>
7737
7737
<li>
7738
7738
<p>
7739
7739
`自動$st:
7740
7740
◎
7741
-
auto
7741
+
Auto
7742
7742
</p>
7743
7743
<ol>
7744
7744
<li>
@@ -7766,7 +7766,7 @@ <h5 title="The dir attribute">3.2.6.4. `dir^a 属性</h5>
7766
7766
<p>
7767
7767
`未定義$st
7768
7768
◎
7769
-
undefined
7769
+
Undefined
7770
7770
</p>
7771
7771
<ol>
7772
7772
<li>
@@ -8069,7 +8069,7 @@ <h5 title="The dir attribute">3.2.6.4. `dir^a 属性</h5>
8069
8069
• a script element
8070
8070
• a style element
8071
8071
• a textarea element
8072
-
• an element whose dir attribute is not in the undefined state
8072
+
• an element whose dir attribute is not in the Undefined state
8073
8073
◎
8074
8074
then continue.
8075
8075
</li>
@@ -8250,7 +8250,7 @@ <h5 title="The dir attribute">3.2.6.4. `dir^a 属性</h5>
8250
8250
%要素 の `dir$a 属性の状態 ~EQ `自動$st
8251
8251
]:
8252
8252
◎
8253
-
If the attribute is a directionality-capable attribute and the element's dir attribute is in the auto state
8253
+
If the attribute is a directionality-capable attribute and the element's dir attribute is in the Auto state
0 commit comments