- From: <bugzilla@jessica.w3.org>
- Date: Thu, 20 Dec 2012 17:35:16 +0000
- To: public-html-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=20465
Bug ID: 20465
Summary: input controls styling should apply box-sizing even in
standards mode
Classification: Unclassified
Product: HTML WG
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P3
Component: CR HTML5 spec
Assignee: robin@w3.org
Reporter: adrianba@microsoft.com
QA Contact: public-html-bugzilla@w3.org
Created attachment 1298
--> https://www.w3.org/Bugs/Public/attachment.cgi?id=1298&action=edit
Standards mode test case
http://www.w3.org/TR/html5/rendering.html#form-controls
Currently the spec says that the following style should only be applied in
quirks mode:
input { box-sizing: border-box; }
It appears that many browsers apply this in standards mode too. IE10 follows
the spec and only applies this in quirks mode but we've found a live site that
depends on this in standards mode and has a workaround coded for IE.
We propose that the spec should be updated to reflect what browsers do today
and we intend to update IE's behaviour to match other browsers (i.e. apply this
rule in both quirks and standards mode).
Currently this is likely to block CR since there will not be two interoperable
implementations.
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Thursday, 20 December 2012 17:35:21 UTC