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 22163 - input:not([type]), input[type="color"], input[type="email"], input[type="number"], input[type="password"], input[type="tel"], input[type="url"], input[type="text"] { padding: 1px 0px; }
Summary: input:not([type]), input[type="color"], input[type="email"], input[type="numb...
Status: RESOLVED NEEDSINFO
Alias: None
Product: WHATWG
Classification: Unclassified
Component: HTML (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: Unsorted
Assignee: Ian 'Hixie' Hickson
QA Contact: contributor
URL: http://www.whatwg.org/specs/web-apps/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-26 12:23 UTC by contributor
Modified: 2013-06-11 22:50 UTC (History)
2 users (show)

See Also:


Attachments

Description contributor 2013-05-26 12:23:56 UTC
Specification: http://www.whatwg.org/specs/web-apps/current-work/multipage/the-input-element.html
Multipage: http://www.whatwg.org/C#the-input-element
Complete: http://www.whatwg.org/c#the-input-element
Referrer: http://www.whatwg.org/specs/web-apps/current-work/multipage/states-of-the-type-attribute.html

Comment:
input:not([type]), input[type="color"], input[type="email"],
input[type="number"], input[type="password"], input[type="tel"],
input[type="url"], input[type="text"] { padding: 1px 0px; }

Posted from: 75.109.165.41
User agent: Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.94 Safari/537.36
Comment 1 Ian 'Hixie' Hickson 2013-06-11 22:50:50 UTC
Can you elaborate?