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
@@ -630,7 +636,7 @@ <h3 title="Obsolete but conforming features">16.1. 廃用にされたが適合
630
636
If the attribute is present, its value must not be the empty string and must neither be equal to the value of any of the IDs in the element's tree other than the element's own ID, if any, nor be equal to the value of any of the other name attributes on a elements in the element's tree. If this attribute is present and the element has an ID, then the attribute's value must be equal to the element's ID.\
The presence of a language attribute on a script element if its value is an ASCII case-insensitive match for the string "JavaScript" and if there is no type attribute or there is and its value is an ASCII case-insensitive match for the string "text/javascript".
@@ -719,7 +726,7 @@ <h4 title="Warnings for obsolete but conforming features">16.1.1. 廃用にさ
719
726
</li>
720
727
<li>
721
728
`style$e 要素の `type$a0 属性
722
-
— その値は `text/css$l に `~ASCII大小無視$で合致するならば。
729
+
— その値は`~ASCII大小無視$で `text/css$l に合致するならば。
723
730
◎
724
731
The presence of a type attribute on a style element if its value is an ASCII case-insensitive match for "text/css".
725
732
</li>
@@ -746,16 +753,19 @@ <h4 title="Warnings for obsolete but conforming features">16.1.1. 廃用にさ
746
753
<p>
747
754
適合性~検査器は、
748
755
適合性~errorとは別に,
749
-
上述した廃用にされた特能が含まれない~pageと含まれる~pageとを判別するモノトスル。
756
+
上述した廃用にされた特能を[
757
+
含まない~page, 含む~page
758
+
]を判別するモノトスル。
750
759
◎
751
760
Conformance checkers must distinguish between pages that have no conformance errors and have none of these obsolete features, and pages that have no conformance errors but do have some of these obsolete features.
752
761
</p>
753
762
754
763
<pclass="example">
755
-
例えば検証器は、
756
-
ある~pageに対しては “妥当な~HTML” ,
757
-
別の~pageに対しては “警告を伴う妥当な~HTML”
758
-
であるものと報告することもできる。
764
+
検証器は、
765
+
例えば,[
766
+
ある~pageに対しては “妥当な~HTMLである”,
767
+
別の~pageに対しては “警告を伴う妥当な~HTMLである”
768
+
]と報告することもできる。
759
769
◎
760
770
For example, a validator could report some pages as "Valid HTML" and others as "Valid HTML with warnings".
Providing the ruby base directly inside the ruby element or using nested ruby elements is sufficient.
913
924
</dd>
@@ -924,10 +935,11 @@ <h4>16.2.1. 適合しない要素</h4>
924
935
925
936
<dt>`xmp@e</dt>
926
937
<dd>
927
-
代わりに、[
938
+
代わりに,[
928
939
`pre$e か `code$e
929
-
]を利用することに加え,文字[
930
-
`<^l / `&^l
940
+
]を利用すること。
941
+
文字[
942
+
`<^l / `&^l
931
943
]は[
932
944
`&lt;^l / `&amp;^l
933
945
]に~escapeすること。
@@ -954,17 +966,17 @@ <h4>16.2.1. 適合しない要素</h4>
954
966
</dd>
955
967
<dd>
956
968
`tt$e 要素が[
957
-
~keyboard入力 / 変数 / ~computer~code / ~computer出力
969
+
~keyboard入力/変数/~computer~code/~computer出力
958
970
]を~mark-upするために利用されていた所では、[
959
971
`kbd$e / `var$e / `code$e / `samp$e
960
972
]要素を考慮すること。
961
973
◎
962
974
Where the tt element would have been used for marking up keyboard input, consider the kbd element; for variables, consider the var element; for computer code, consider the code element; and for computer output, consider the samp element.
The following attributes are obsolete (though the elements are still part of the language), and must not be used by authors:
1000
1015
</p>
@@ -1019,10 +1034,11 @@ <h4>16.2.2. 適合しない属性</h4>
1019
1034
<tr><td>`script$e
1020
1035
<td>`charset@a0※
1021
1036
<td>
1022
-
属性は省略すること。
1023
-
文書, ~script両者とも,`~UTF-8$を利用することが要求されるので、
1024
-
それを `script$e 要素に指定するのは冗長になる
1025
-
— それは文書から継承されるので。
1037
+
この属性は省略すること。
1038
+
[
1039
+
文書, ~script
1040
+
]どちらにも`~UTF-8$を利用することが要求され,それは文書から継承されるので、
1041
+
それを `script$e 要素に指定することは冗長になる。
1026
1042
◎
1027
1043
charset on script elements (except as noted in the previous section)
1028
1044
• Omit the attribute. Both documents and scripts are required to use UTF-8, so it is redundant to specify it on the script element since it inherits from the document.
• Use text that begins in an unambiguous and terse manner, and include any more elaborate text after that. The title attribute can also be useful in including more detailed text, so that the cell's contents can be made terse. If it's a heading, use th (which has an abbr attribute).
0 commit comments