--- test/html-webhacc/error-description-source.xml 2008/09/21 05:09:35 1.50 +++ test/html-webhacc/error-description-source.xml 2008/12/11 03:22:56 1.51 @@ -580,19 +580,6 @@ - - Character reference to - {text} is not allowed. - - - - Character reference to - U+000D (CARRIAGE RETURN) - is not allowed. - - There is a -- sequence @@ -670,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. @@ -1730,6 +1720,14 @@ + + More than one labelable form-associated element + is associated to a label element. + + + No significant content is contained @@ -1891,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 @@ -1961,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 @@ -2137,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 @@ -2259,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. @@ -2290,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. @@ -3274,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

@@ -4779,6 +5070,6 @@ and/or modify it under the same terms as Perl itself.

- + \ No newline at end of file