- From: <bugzilla@wiggum.w3.org>
- Date: Wed, 02 Dec 2009 05:00:36 +0000
- To: public-html-bugzilla@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=8414
Summary: Shouldn't the example pattern be "^[0-9][A-Z]{3}$"? The
current example would succeed with any string containing
a part number, and not just a string that is one.
Product: HTML WG
Version: unspecified
Platform: Other
URL: http://www.whatwg.org/specs/web-apps/current-
work/#reviewCommentText
OS/Version: other
Status: NEW
Severity: normal
Priority: P3
Component: HTML5 spec bugs
AssignedTo: dave.null@w3.org
ReportedBy: contributor@whatwg.org
QAContact: public-html-bugzilla@w3.org
CC: ian@hixie.ch, mike@w3.org, public-html@w3.org
Section: http://www.whatwg.org/specs/web-apps/current-work/#reviewCommentText
Comment:
Shouldn't the example pattern be "^[0-9][A-Z]{3}$"? The current example would
succeed with any string containing a part number, and not just a string that is
one.
Posted from: 202.37.231.136
--
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, 2 December 2009 05:00:38 UTC