- From: <bugzilla@jessica.w3.org>
- Date: Wed, 18 May 2011 09:40:06 +0000
- To: public-html@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=12682
Summary: Value sanitization algorithm for e-mail state should
strip leading and trailing white spaces
Product: HTML WG
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: HTML5 spec (editor: Ian Hickson)
AssignedTo: ian@hixie.ch
ReportedBy: mounir.lamouri@gmail.com
QAContact: public-html-bugzilla@w3.org
CC: mike@w3.org, public-html-wg-issue-tracking@w3.org,
public-html@w3.org
I think value sanitization for e-mail state when multiple attribute isn't set
should be:
The value sanitization algorithm is as follows: Strip line breaks from the
value, then strip leading and trailing whitespace from the value.
I do not see any reason to not do that. It may reduce errors and it will be
consistent with the URL state.
--
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Received on Wednesday, 18 May 2011 09:40:07 UTC