[Bug 7916] New: Strange behavior when validating optgroups

http://www.w3.org/Bugs/Public/show_bug.cgi?id=7916

           Summary: Strange behavior when validating optgroups
           Product: Validator
           Version: 0.8.5
          Platform: PC
               URL: http://auto.yandex.ru/
        OS/Version: Windows XP
            Status: NEW
          Severity: major
          Priority: P2
         Component: check
        AssignedTo: dave.null@w3.org
        ReportedBy: flackus@gmail.com
         QAContact: www-validator-cvs@w3.org


I validate url http://auto.yandex.ru/.
Look what I got.

When validating by direct input (http://validator.w3.org/#validate_by_input):
This document was successfully checked as XHTML 1.0 Transitional!
Result:         Passed, 1 warning(s)
(Info Using Direct Input mode: UTF-8 character encoding assumed)

When validationg by URI (http://validator.w3.org/#validate_by_uri)
Error found while checking this document as XHTML 1.0 Transitional!
Result:         1 Error 
Error  Line 13, Column 30942: end tag for "optgroup" which is not finished
�oup label="�������������"></optgroup><optgroup label="��������"><option value


This optgroup isn't empty.
<optgroup label="�������������"><option value="VAZ">LADA (���)</option><option
value="GAZ">���</option><option value="ZAZ">���</option><option
value="ZIL">���</option><option value="IG">��</option><option
value="KAMAZ">�����</option><option value="LUAZ">����</option><option
value="MOSCVICH">�������</option><option value="SEAZ">����</option><option
value="TAGAZ">�����</option><option value="UAZ">���</option></optgroup>


Do you have any idea how to fix it?


-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Wednesday, 14 October 2009 10:30:26 UTC