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 25753 - False positive in "accept" attribute on input
Summary: False positive in "accept" attribute on input
Status: RESOLVED FIXED
Alias: None
Product: HTML Checker
Classification: Unclassified
Component: General (show other bugs)
Version: unspecified
Hardware: PC Windows NT
: P2 normal
Target Milestone: ---
Assignee: Michael[tm] Smith
QA Contact: qa-dev tracking
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-17 01:36 UTC by Andrea Rendine
Modified: 2015-06-28 12:09 UTC (History)
2 users (show)

See Also:


Attachments

Description Andrea Rendine 2014-05-17 01:36:27 UTC
Looks like the Validator considers wrong the case <input accept=".doc">, but it matches requisites.
Comment 1 Michael[tm] Smith 2014-05-17 06:07:31 UTC
(In reply to Andrea Rendine from comment #0)
> Looks like the Validator considers wrong the case <input accept=".doc">, but
> it matches requisites.

Yep, thanks for catching this. I notice tt doesn't support "audio/*" or "video/*" or "image/*" yet either. Not too surprising since the source in the validator which checks that datatype hasn't been touched since 2007…

Anyway, it shouldn't take me long to fix this. I'll try to see if I can get to it over the weekend. If you don't see a checkin comment here within the next couple weeks, please ping me here to remind me.
Comment 2 Andrea Rendine 2014-06-01 10:51:31 UTC
Hi again. I didn't check, but the bug report is still open, so I don't know
if you have had time to fix the "accept" attribute on forms. Thank you for
the service, and sorry if it has already been fixed.