[Bug 5743] New: errors reported about attributes of unknown element

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

           Summary: errors reported about attributes of unknown element
           Product: Validator
           Version: 0.8.2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Parser
        AssignedTo: dave.null@w3.org
        ReportedBy: svg@steltenpower.com
         QAContact: www-validator-cvs@w3.org


Say i use <iframe src="http://..."> in HTML 4.01 Strict
Then the validator gives me 2 errors:
- <iframe> unknown
- src unknown

I think the 2nd error should not be reported, because
- fixing the 1st error 'fixes' the 2nd too
- src is a valid attribute on other elements


-- 
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 Thursday, 12 June 2008 23:13:59 UTC