From 013d72407e47978fe6ddad7a77a24b3935fb0ade Mon Sep 17 00:00:00 2001
From: Nicolas Gallagher
Date: Thu, 11 Aug 2011 10:27:57 +0100
Subject: [PATCH 001/236] Update monospace font stack fix to work in Safari 4
---
normalize.css | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/normalize.css b/normalize.css
index 68c65520e..641b1ff9a 100644
--- a/normalize.css
+++ b/normalize.css
@@ -1,4 +1,4 @@
-/*! normalize.css 2011-08-10T00:55 UTC · http://github.com/necolas/normalize.css */
+/*! normalize.css 2011-08-11T09:26 UTC · http://github.com/necolas/normalize.css */
/* =============================================================================
HTML5 display definitions
@@ -165,7 +165,7 @@ mark {
}
/*
- * Corrects font family set oddly in IE6, S5, Chrome
+ * Corrects font family set oddly in IE6, S4/5, Chrome
* en.wikipedia.org/wiki/User:Davidgothberg/Test59
*/
@@ -173,7 +173,7 @@ pre,
code,
kbd,
samp {
- font-family: monospace, monospace;
+ font-family: monospace, serif;
_font-family: 'courier new', monospace;
font-size: 1em;
}
From 2bc78e7272599148a03da4e357475d2a56f51822 Mon Sep 17 00:00:00 2001
From: Nicolas Gallagher
Date: Thu, 11 Aug 2011 17:44:14 +0100
Subject: [PATCH 002/236] Link to a YUI Compressor-based minification tool in
README. Close #4
---
README.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/README.md b/README.md
index 1ae3d7fc6..ec6a3032d 100644
--- a/README.md
+++ b/README.md
@@ -21,6 +21,8 @@ It is suggested that you read through the `normalize.css` file and customise it
If you prefer to use a different CSS formatting style, consider using a tool like [Procssor](http://procssor.com/).
+If you would like to minify the file, you can use a tool like this [online CSS compressor using YUI Compressor](http://www.refresh-sf.com/yui/) or perform the minification as part of your build process.
+
Browser support
-----------
From fefbe796f1f72f087aa98b8f28cc8a1d94a564b8 Mon Sep 17 00:00:00 2001
From: Nicolas Gallagher
Date: Fri, 12 Aug 2011 18:29:43 +0100
Subject: [PATCH 003/236] Remove excess padding from radio and checkbox in
IE8/9. Fix #27
---
normalize.css | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/normalize.css b/normalize.css
index 641b1ff9a..9fc7ae4df 100644
--- a/normalize.css
+++ b/normalize.css
@@ -1,4 +1,4 @@
-/*! normalize.css 2011-08-11T09:26 UTC · http://github.com/necolas/normalize.css */
+/*! normalize.css 2011-08-12T17:28 UTC · http://github.com/necolas/normalize.css */
/* =============================================================================
HTML5 display definitions
@@ -373,12 +373,14 @@ input[type="submit"] {
}
/*
- * Addresses box sizing set to content-box in IE8/9
+ * 1. Addresses box sizing set to content-box in IE8/9
+ * 2. Addresses excess padding in IE8/9
*/
input[type="checkbox"],
input[type="radio"] {
- box-sizing: border-box;
+ box-sizing: border-box; /* 1 */
+ padding: 0; /* 2 */
}
/*
From aec13957659fae98f3de509a07408a98e930960a Mon Sep 17 00:00:00 2001
From: Nicolas Gallagher
Date: Fri, 12 Aug 2011 18:34:20 +0100
Subject: [PATCH 004/236] Add additional abbr and dfn tests to the demo
---
demo.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/demo.html b/demo.html
index fe998d9d7..e9080438f 100644
--- a/demo.html
+++ b/demo.html
@@ -55,12 +55,12 @@
Text-level semantics
The a element example
- The abbr element example
+ The abbr element and abbr element with title examples
The b element example
The cite element example
The code element example
The del element example
- The dfn element example
+ The dfn element and dfn element with title examples
The em element example
The i element example
The img element example
From 54aa1506bcc0be2d3bd5e179238c052f1fdb6110 Mon Sep 17 00:00:00 2001
From: Nicolas Gallagher
Date: Tue, 30 Aug 2011 11:31:57 +0100
Subject: [PATCH 005/236] Demo HTML: Whitespace cleanup. Validation cleanup
(remove strike element, valid input values, SVG shape.) Close #32
---
demo.html | 109 +++++++++++++++++++++++++++---------------------------
1 file changed, 55 insertions(+), 54 deletions(-)
diff --git a/demo.html b/demo.html
index e9080438f..55bf28093 100644
--- a/demo.html
+++ b/demo.html
@@ -11,9 +11,9 @@
#boxsize input,
#boxsize select,
#boxsize textarea {
- width:200px;
- padding:5px;
- border:1px solid #333;
+ width: 200px;
+ padding: 5px;
+ border: 1px solid #333;
}
@@ -31,7 +31,7 @@
Grouped Heading 2
-
+
Heading 1
Heading 2
Heading 3
@@ -40,9 +40,9 @@
Heading 5
Heading 6
This should be hidden in all browsers, apart from IE6
-
+
-
Section Heading 1
+
Section Heading 1
Article Heading 2
Address: somewhere, world
@@ -50,7 +50,7 @@
Article Heading 2
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et m. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et m. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et m.
-
+
Text-level semantics
@@ -72,16 +72,15 @@
Text-level semantics
The samp element example
The small element example
The span element example
- The strike element example
The strong element example
The sub element example
The sup element example
The var element example
The u element example
-
+
Embedded content
-
+
audio
@@ -93,8 +92,10 @@
img
svg
-
-
+
+
video
@@ -102,11 +103,11 @@
video
Grouping content
-
+
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et m.
-
+
pre
-
+
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et me.
<html>
@@ -116,17 +117,17 @@
pre
<div class="main"> <div>
</body>
</html>
-
+
blockquote
-
+
Some sort of famous witty quote marked up with a <blockquote> and a child <p> element.
-
+
Even better philosophical quote marked up with just a <blockquote> element.