Commit Graph

19 Commits

Author SHA1 Message Date
Nicolas Gallagher
18406231cc Add interactive content tests to demo.html
Initial addition of a `details` and `summary` test to the demo.
These are new HTML5 elements and there is not yet widespread
browser implementation of their interactive functionality.
2012-02-07 01:41:43 +00:00
Nicolas Gallagher
2326dcb082 Demo: add disabled input test and other minor updates.
Include an `input` and `button` disabled attribute style test.
Remove `initial-scale` from the meta viewport and add the `lang`
attribute to `html`.
2012-01-31 13:30:40 +00:00
Nicolas Gallagher
23c6fe17d2 Add small improvements to legend normalization.
Remove the default padding. In theory, the correct normalization
would be to add the padding to IE6/7 rather than remove it from
all browsers. However, the most common use case is going to be
for legends within unstyled fieldsets, and the presence of 2px
of horizontal padding is likely to be unexpected.

Allow text wrapping in Firefox 3. Modify the default white-space
value to allow long legends to wrap. No simple fix to allow this
in IE6/7/8.
2012-01-17 15:42:10 +00:00
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