- From: <bugzilla@jessica.w3.org>
- Date: Wed, 05 Mar 2014 23:56:31 +0000
- To: public-html-admin@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=24952 Bug ID: 24952 Summary: input[type=search] needs a tweak to the UA stylesheet recommendation Product: HTML WG Version: unspecified Hardware: PC OS: Windows NT Status: NEW Severity: normal Priority: P2 Component: HTML5 spec Assignee: dave.null@w3.org Reporter: travil@microsoft.com QA Contact: public-html-bugzilla@w3.org CC: mike@w3.org, public-html-admin@w3.org, public-html-wg-issue-tracking@w3.org In the Rendering section HTML5 recommends: http://www.w3.org/html/wg/drafts/html/master/rendering.html#form-controls [[ input[type="radio"], input[type="checkbox"], input[type="reset"], input[type="button"], input[type="submit"], select, button { box-sizing: border-box; } ]] Gecko and Webkit browser also include: input[type="search"] to have box-sizing: border-box. (Gecko's tools show this as -moz-box-sizing.) For web compat (especially on Mobile) the recommended default for search input types should be changed to match reality. -- You are receiving this mail because: You are on the CC list for the bug.
Received on Wednesday, 5 March 2014 23:56:37 UTC