This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 5743 - errors reported about attributes of unknown element
Summary: errors reported about attributes of unknown element
Status: NEW
Alias: None
Product: Validator
Classification: Unclassified
Component: Parser (show other bugs)
Version: 0.8.2
Hardware: All All
: P2 normal
Target Milestone: ---
Assignee: This bug has no owner yet - up for the taking
QA Contact: qa-dev tracking
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-12 23:13 UTC by Ruud Steltenpool
Modified: 2008-06-12 23:13 UTC (History)
0 users

See Also:


Attachments

Description Ruud Steltenpool 2008-06-12 23:13:22 UTC
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