--- test/html-webhacc/error-description-source.xml 2008/09/20 04:47:35 1.49 +++ test/html-webhacc/error-description-source.xml 2008/12/11 05:11:11 1.52 @@ -101,6 +101,14 @@

HTML5 Character Encoding Errors

+ + Character encoding {value} + is not supported and the explicit character encoding specification is + ignored. The result of the conformance checking might be + wrong. + + Character encoding {text} @@ -572,19 +580,6 @@ - - Character reference to - {text} is not allowed. - - - - Character reference to - U+000D (CARRIAGE RETURN) - is not allowed. - - There is a -- sequence @@ -662,6 +657,9 @@ modules="HTML::Parser"> Character reference to {text} is not allowed. + - In a details element, only at the - beginning of the element a lengend element + In a details or fieldset + element, only at the beginning of the element a legend element may be used. @@ -1722,6 +1720,14 @@ + + More than one labelable form-associated element + is associated to a label element. + + + No significant content is contained @@ -1883,6 +1889,14 @@ + + The value attribute cannot be + specified to an input element whose type + is hidden and name is + _charset_. + + The xml:lang attribute in HTML @@ -1953,6 +1967,20 @@ + + This attribute is not applied to an + input element whose type is + {text}. + + + + The value attribute cannot be + specified to a li element whose parent element is + not an ol element. + + The xml:lang attribute is only allowed @@ -2129,53 +2157,69 @@ Year number is out of range. + 年の値が値域外です。 Month number is out of range. + 月の値が値域外です。 Day number is out of range. + 日の値が値域外です。 Hour number is out of range. + 時の値が値域外です。 Minute number is out of range. + 分の値が値域外です。 Second number is out of range. + 秒の値が値域外です。 Hour number of the timezone component is out of range. + 時間帯の部分の時の値が値域外です。 Minute number of the timezone component is out of range. + 時間帯の部分の分の値が値域外です。 - The attribute value is not a datetime. + The value is not a datetime. + 値が日時ではありません。 The value is not a date or time. + 値が日付か時刻ではありません。 + + + + Form name is empty. + フォーム名が空です。 + + Form name {value} is already + used for another element. + + There is another pragma @@ -2251,6 +2301,38 @@ appears in the attribute value twice. + + The alt attribute value is + empty. + + + + + The alt attribute value is + empty. + alt 属性値が空です。 + +

The value of the alt attribute of an area + element is an empty value.

+ +

In general, the alt attribute value cannot be empty. + It must provide an alternative text for the hyperlink represented by + the area element. The alternative text is to be used + when the Web browser cannot display the image, or is configured not + to display images.

+ +

As an exception, the alt attribute may be left blank + if the same image map (i.e. the ancestor map element) + contains another area element whose href + attribute references the same resource as the href + attribute of the area element in question, and the other + area element has an alt attribute with + non‐empty value.

+
+
+ The attribute value is empty. @@ -2282,6 +2364,8 @@ modules="ContentChecker::HTML"> The attribute value is not a real number. + + + The element referneced by the form + attribute is not a form element, or no element is + found. + + - The usemap attribute references - no image map. + The element referneced by the usemap + attribute is not a map element, or no element is + found. - The contextmenu attribute references - no menu. + The element referneced by the + contextmenu attribute is not a menu element, or + no element is found. + + The value attribute value is longer + than the value of the maxlength attribute. + + Browsing context name must not be empty. @@ -3266,6 +3365,206 @@
+
+

Regular Expression Errors

+ + + + + + + Quantifier unexpected on zero-length + expression. + + + + + Sequence + (?{text}...) is not implemented + by Perl. + + + + Sequence (?#... is + not terminated by ). + + + + (?p{...}) is + obsolete. + +

(?p{}) is obsolete. It was deprecated in + Perl 5.8 and is no longer supported in Perl 5.10.

+ +

You can use (??{...}) instead.

+
+
+ + + Sequence (?{...}) + is not terminated or {...} is not + balanced. + + + + Switch condition is not recognized. + + + + Switch + (?(condition)...|...|...) + contains too many branches. + + + + An unknown switch condition + (?({text} is used. + + + + Sequence (?... is + incomplete. + + + + Modifier (?{text}) + in a regular expression has no effect. + + + + An unknown sequence + (?{text}...) is used. + + + + A (... sequence + is not terminated by ). + + + + An unmatched ) is found. + + + + Quantifier {n,m} + cannot be n > m. + + + + {text} matches + the empty string too many times. + + + + + Quantifiers cannot be nested. + + + + + A character class [... + is not terminated by ]. + + + + Quantifier follows nothing. + + + + A \{text} sequence + is not followed by {...}. + + + + A \{text}{... + is not terminated by }. + + + + A nonexistent group is referenced. + + + + A \ character is not followed by + another character, + + + + An unknown escape \{text} + is used. + + + + An unknown escape \{text} + is used in a character class. + + + + An unknown POSIX character class + [:{text}:] is used. + + + + A POSIX syntax + [{text}...{text}] is used + outside of character classes. + + + + + An escape \{text}{} + is empty. + + + + An escape that represents a character + class cannot be used in range {text}. + + + + Character range {text} + is invalid. + + + + + Octal escape is used. + + +
+

WebIDL Errors

@@ -4570,6 +4869,16 @@ 表 #{text} の構造 + + Graph + グラフ + + + + Regexp #{text} + 正規表現 #{text} + + Subdocument #{text} 部分文書 #{text} @@ -4771,6 +5080,6 @@ and/or modify it under the same terms as Perl itself.

- + \ No newline at end of file