Commit Graph

16 Commits

Author SHA1 Message Date
Nicolas Gallagher
4288d2b7cf Clearing heading tests added to the demo 2011-11-04 15:23:00 +00:00
Nicolas Gallagher
6d085d7e52 Prevent text inputs growing as you type in IE6/7. Fix #46
Applying *overflow:visible to button/input causes text inputs to
grow to fit their content, even if an explicit, fixed width is
applied. It was originally included to remove excess inner
spacing on buttons and submit/reset/button-type inputs in IE6/7.

Fixing this bug in IE6 requires dropping the fix entirely because
there is no way to avoid it being applied to text inputs. If
there is a need to fix this excess spacing bug in IE6, then it
should be done using a class that is applied to the
necessary elements.

For IE7, the excess spacing fix can be moved into the ruleset
that targets button and submit/reset/button-type inputs. This
prevents text inputs from growing.
2011-09-22 18:42:20 +01:00
Nicolas Gallagher
54aa1506bc Demo HTML: Whitespace cleanup. Validation cleanup (remove strike element, valid input values, SVG shape.) Close #32 2011-08-30 17:07:36 +01:00
Nicolas Gallagher
aec1395765 Add additional abbr and dfn tests to the demo 2011-08-12 18:34:20 +01:00
Nicolas Gallagher
45a7355346 Add a test for the [hidden] attribute 2011-07-20 20:53:52 +01:00
Nicolas Gallagher
db80311682 Add <audio> and <video> tests to demo. Fix #21 2011-07-12 12:22:38 +02:00
Nicolas Gallagher
8cece82659 Add IE9 correction for SVG overflow, fix #16. Update demo to include explicit <img> and <svg> tests. 2011-06-21 18:33:36 +01:00
Nicolas Gallagher
a974ee71f9 Minor tidy up of <pre><code> HTML example 2011-06-20 16:54:25 +01:00
necolas
0b20e4923f Correct meta viewport to use initial-scale 2011-06-01 19:22:38 +01:00
necolas
a5a0686ed9 Demo: modify form element tests to include both input-inside-label and input-outisde-label markup options. Include examples of form parts wrapped in <p> alongside examples wrapped in <div>. Add tel and file <input> types. 2011-05-26 14:25:14 +01:00
necolas
696c274bcd Demo: Add box-sizing tests; add more HTML5 <input> type examples; add <figure> example; reorganise elements 2011-05-26 00:19:31 +01:00
Nicolas Gallagher
ab0304e248 Include http: in path to HTML5 Shim. Remove inputs with 'required' and 'pattern' attributes: not relevant to this demo. 2011-05-23 09:14:27 -07:00
Nicolas Gallagher
db6c8ecd8b Change dummy href value 2011-05-17 09:44:21 -07:00
Nicolas Gallagher
7c32ea1bf2 Remove link to normalize.metrics.css - move away from 'black boxing' the 'normalizing' styles. 2011-05-17 09:37:35 -07:00
Nicolas Gallagher
25d2e3e421 Edit demo file; addition of <form> elements, <mark>, <blockquote>, and clearer inline element tests. 2011-05-17 03:00:06 -07:00
Jonathan
2c8c7aaba8 Updated demo.html 2011-05-03 14:34:55 -07:00