Commit Graph

184 Commits

Author SHA1 Message Date
Nicolas Gallagher
7372f50250 Very minor copy typo fix and zoom property change. 2011-06-27 12:09:33 -07: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
7f8442aa01 Add timestamp and repo link. Close #7 2011-06-21 02:18:46 +01:00
Nicolas Gallagher
9e9faec507 Update README with more details and link to demo 2011-06-21 02:06:55 +01:00
Nicolas Gallagher
82e1797ed2 Reintroduce <audio>, <canvas>, <video> display setting 2011-06-20 18:23:16 +01:00
Nicolas Gallagher
f892df74b1 Improve accuracy of <img> style comments 2011-06-20 17:48:00 +01:00
Nicolas Gallagher
bac7c314a8 Add fix for legend not inheriting color in IE6/7/8/9 2011-06-20 17:28:21 +01:00
Nicolas Gallagher
79c278fa96 Remove unnecessary styles for <td> and <th>. All browsers apply same default styles. 2011-06-20 17:16:58 +01:00
Nicolas Gallagher
b7216e5daa Update README with link to demo and license info 2011-06-20 16:58:53 +01:00
Nicolas Gallagher
e6afa1ffbc Make comments less verbose 2011-06-20 16:56:04 +01:00
Nicolas Gallagher
a974ee71f9 Minor tidy up of <pre><code> HTML example 2011-06-20 16:54:25 +01:00
Nicolas Gallagher
07eece8e1d Update .gitignore 2011-06-18 23:27:13 +01:00
Nicolas Gallagher
fc842fc634 Remove <audio>, <video>, <canvas> display set to inline-block. Default display is inline. Fix #10 2011-06-14 17:44:21 +01:00
Nicolas Gallagher
77519357af Add .gitignore file 2011-06-14 17:40:13 +01:00
Nicolas Gallagher
b9471ae17d Merge pull request #14 from AustinWi/patch-1
Remove <tags> from CSS comments to avoid any problems with CSS formatting tools.
2011-06-10 16:32:55 -07:00
db6ee260e3 Removed <tags> so they wouldn't conflict with procssor.com You can see the exact issue here http://img832.imageshack.us/img832/7329/tagnormalissues.png 2011-06-10 16:15:28 -07:00
necolas
0b20e4923f Correct meta viewport to use initial-scale 2011-06-01 19:22:38 +01:00
Nicolas Gallagher
ba047db386 Move font-size:100% into html ruleset, fix #5. Remove placeholder body line-height. 2011-06-01 09:11:59 -07:00
necolas
ce0c3469e0 Minor changes to properties and values that could be shortened. Improve comment language and change section-comment format (via Jonathan Neal). 2011-05-31 23:06:06 +01:00
necolas
4bf81bb824 Minor change to <pre> etc font-family. Set {display:inline-block} only for audio[controls]. 2011-05-31 20:44:55 +01:00
Nicolas Gallagher
410b484a54 Include link to Procssor for those who want a different CSS formatting style 2011-05-31 08:42:29 -07:00
Nicolas Gallagher
94bf35d61c Remove input[type="search"] WebKit decoration from Safari and Chrome in OSX, corrects excess inner padding. Fix #3 2011-05-31 06:46:59 -07:00
Nicolas Gallagher
ae8afed13b Make tap-highlight-color fix work for Android devices. Fix #2 2011-05-31 05:33:24 -07:00
Nicolas Gallagher
c71f67d42a Minor change to outline value (none to 0) 2011-05-31 01:50:19 -07:00
Nicolas Gallagher
0c08646b9d Typo correction 2011-05-31 01:35:05 -07:00
necolas
7b3b5e48be Minor copy changes to CSS comments 2011-05-27 02:39:36 +01:00
necolas
64ac7d0c1d Minor formatting correction 2011-05-27 02:04:35 +01:00
necolas
91d958cef9 Switch a:active and a:hover order 2011-05-27 01:52:19 +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
c8aafe34e6 Add {vertical-align:middle} to form elements in IE6/7 - fixes their incorrect label-input alignment when using baseline. Reorder the form element rulesets 2011-05-26 14:14:18 +01:00
necolas
953a5f522e Minor format change to README 2011-05-26 00:52:35 +01:00
necolas
fba85c2781 Update README; remove normalize.metrics.css 2011-05-26 00:44:28 +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
necolas
28f8e9b4d3 Minor edit to monospace font fix 2011-05-26 00:14:54 +01:00
necolas
df279d89b4 Normalize <figure> margins 2011-05-25 23:31:24 +01:00
necolas
1be44f3b2a Add -webkit-appearance:button to clickable input types, fixes inability to style them in iOS. Remove input[type=image] as it already receives a pointer cursor and should not receive button appearance 2011-05-25 22:54:43 +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
8061c67cf7 Correct the box sizing declarations required to improve cross-browser consistency of specific input types 2011-05-23 08:04:33 -07:00
Nicolas Gallagher
6546f401e4 Remove [vertical-align:top] from [pre, code, kbd, samp]. Was meant to be for iOS but causes issues. 2011-05-23 05:51:09 -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
a27246fcab Add table element normalization. Add default font-size and line-height to <body>. Set font-family on <body> and form elements to improve consistency. Set font-size:100% on form elements so they inherit body's font-size. 2011-05-17 09:27:55 -07:00
Nicolas Gallagher
4cf8cf3e6e Add blockquote and list normalization (previously in normalize.metrics.css) 2011-05-17 08:51:24 -07:00
Nicolas Gallagher
11d60fe7ba Add normalization of <form> and <fieldset> elements. Add input[type='reset'] to box sizing normalization. Add cursor:pointer for clickable inputs/buttons. 2011-05-17 04:46:20 -07:00
Nicolas Gallagher
56d63dfe7a Normalize <a> colors. Remove <small> line-height (no effect when not block-level). Reorganise file and edit comments. 2011-05-17 04:02:54 -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
Nicolas Gallagher
4fdeb702f1 Add line-height:normal to <input> and <button> elements to match Firefox 3/4 value (set with !important in the UA stylesheet) 2011-05-17 02:47:28 -07:00
Nicolas Gallagher
b8f2b7b34e Add vertical-align:baseline to form elements 2011-05-17 02:39:30 -07:00
necolas
f28538a363 Add bold font-weight to <b> and <strong>. Add font-size to <pre> <code> <kbd> <samp> (was missing). Introduce more links to further reading. 2011-05-14 11:01:47 +01:00
necolas
9652da94c7 Style HTML5 embedded elements. Remove default cursor from <html>. Reformat comments 2011-05-14 10:34:35 +01:00