Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

YUI3, meet normalize.css #447

Merged
merged 28 commits into from Feb 15, 2013
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
c593f6a
initial commit for bringing in normalize.css
tilomitra Jan 17, 2013
af0e127
build normalize
tilomitra Jan 17, 2013
910870a
build yui with normalize
tilomitra Jan 17, 2013
e9a15ca
fix path to build/normalize/normalize.css
tilomitra Jan 17, 2013
2ac5f1e
add LICENSE to normalize
tilomitra Jan 31, 2013
98861a4
update README with license
tilomitra Jan 31, 2013
393c48d
add normalize.css files and update build.json to include contextual n…
tilomitra Feb 11, 2013
faebcf5
add docs
tilomitra Feb 11, 2013
311bada
add build scripts to retrieve normalize.css from source
tilomitra Feb 11, 2013
85111d5
add normalize comparison manual test
tilomitra Feb 11, 2013
69ebceb
update README.md
tilomitra Feb 11, 2013
a0adf8f
add manual test from normalize.css:v1
tilomitra Feb 11, 2013
cf59937
build normalize-context
tilomitra Feb 11, 2013
43facc1
build normalize + yui + loader
tilomitra Feb 11, 2013
1b28009
change module name to cssnormalize
tilomitra Feb 14, 2013
939f4a3
add newlines
tilomitra Feb 14, 2013
da43512
clean up json files
tilomitra Feb 14, 2013
3c89edf
fix improper var declaration
tilomitra Feb 14, 2013
ad5731c
remove normalize and normalize-context from build dir
tilomitra Feb 14, 2013
78f21c8
fix paths to tests
tilomitra Feb 14, 2013
6152262
add licenses to all necessary files
tilomitra Feb 14, 2013
7d3cfe9
fix spacing issue with html input[type=button]
tilomitra Feb 14, 2013
9058274
add Normalize.css license to YUI3 license
tilomitra Feb 14, 2013
e273bea
replace html with .yui3-normalized
tilomitra Feb 15, 2013
7405693
add copyright
tilomitra Feb 15, 2013
7709736
update HISTORY.md
tilomitra Feb 15, 2013
a46c595
build cssnormalize
tilomitra Feb 15, 2013
a73bd48
build yui
tilomitra Feb 15, 2013
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
13 changes: 13 additions & 0 deletions LICENSE.md
Expand Up @@ -79,3 +79,16 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.


Normalize.css MIT License
-------------------------

Copyright (c) Nicolas Gallagher and Jonathan Neal
<https://github.com/necolas/normalize.css/>

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2 changes: 2 additions & 0 deletions build/cssnormalize-context/cssnormalize-context-min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

242 changes: 242 additions & 0 deletions build/cssnormalize-context/cssnormalize-context.css
@@ -0,0 +1,242 @@
/*! Copyright (c) Nicolas Gallagher and Jonathan Neal
normalize.css v1.1.0 | MIT License | git.io/normalize */


/* THIS FILE WAS CREATED BY A BUILD SCRIPT
DO NOT EDIT THIS FILE */

.yui3-normalized article,
.yui3-normalized aside,
.yui3-normalized details,
.yui3-normalized figcaption,
.yui3-normalized figure,
.yui3-normalized footer,
.yui3-normalized header,
.yui3-normalized hgroup,
.yui3-normalized main,
.yui3-normalized nav,
.yui3-normalized section,
.yui3-normalized summary {
display: block;
}
.yui3-normalized audio,
.yui3-normalized canvas,
.yui3-normalized video {
display: inline-block;
}
.yui3-normalized audio:not([controls]) {
display: none;
height: 0;
}
.yui3-normalized [hidden] {
display: none;
}
.yui3-normalized {
font-size: 100%;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
.yui3-normalized,
.yui3-normalized button,
.yui3-normalized input,
.yui3-normalized select,
.yui3-normalized textarea {
font-family: sans-serif;
}
.yui3-normalized body {
margin: 0;
}
.yui3-normalized a:focus {
outline: thin dotted;
}
.yui3-normalized a:active,
.yui3-normalized a:hover {
outline: 0;
}
.yui3-normalized h1 {
font-size: 2em;
margin: 0.67em 0;
}
.yui3-normalized h2 {
font-size: 1.5em;
margin: 0.83em 0;
}
.yui3-normalized h3 {
font-size: 1.17em;
margin: 1em 0;
}
.yui3-normalized h4 {
font-size: 1em;
margin: 1.33em 0;
}
.yui3-normalized h5 {
font-size: 0.83em;
margin: 1.67em 0;
}
.yui3-normalized h6 {
font-size: 0.67em;
margin: 2.33em 0;
}
.yui3-normalized abbr[title] {
border-bottom: 1px dotted;
}
.yui3-normalized b,
.yui3-normalized strong {
font-weight: bold;
}
.yui3-normalized blockquote {
margin: 1em 40px;
}
.yui3-normalized dfn {
font-style: italic;
}
.yui3-normalized hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0;
}
.yui3-normalized mark {
background: #ff0;
color: #000;
}
.yui3-normalized p,
.yui3-normalized pre {
margin: 1em 0;
}
.yui3-normalized code,
.yui3-normalized kbd,
.yui3-normalized pre,
.yui3-normalized samp {
font-family: monospace , serif;
_font-family: 'courier new' , monospace;
font-size: 1em;
}
.yui3-normalized pre {
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word;
}
.yui3-normalized q {
quotes: none;
}
.yui3-normalized q:before,
.yui3-normalized q:after {
content: '';
content: none;
}
.yui3-normalized small {
font-size: 80%;
}
.yui3-normalized sub,
.yui3-normalized sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
.yui3-normalized sup {
top: -0.5em;
}
.yui3-normalized sub {
bottom: -0.25em;
}
.yui3-normalized dl,
.yui3-normalized menu,
.yui3-normalized ol,
.yui3-normalized ul {
margin: 1em 0;
}
.yui3-normalized dd {
margin: 0 0 0 40px;
}
.yui3-normalized menu,
.yui3-normalized ol,
.yui3-normalized ul {
padding: 0 0 0 40px;
}
.yui3-normalized nav ul,
.yui3-normalized nav ol {
list-style: none;
list-style-image: none;
}
.yui3-normalized img {
border: 0;
-ms-interpolation-mode: bicubic;
}
.yui3-normalized svg:not(:root) {
overflow: hidden;
}
.yui3-normalized figure {
margin: 0;
}
.yui3-normalized form {
margin: 0;
}
.yui3-normalized fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
.yui3-normalized legend {
border: 0;
padding: 0;
white-space: normal;
}
.yui3-normalized button,
.yui3-normalized input,
.yui3-normalized select,
.yui3-normalized textarea {
font-size: 100%;
margin: 0;
vertical-align: baseline;
}
.yui3-normalized button,
.yui3-normalized input {
line-height: normal;
}
.yui3-normalized button,
.yui3-normalized select {
text-transform: none;
}
.yui3-normalized button,
.yui3-normalized input[type="button"],
.yui3-normalized input[type="reset"],
.yui3-normalized input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
.yui3-normalized button[disabled],
.yui3-normalized input[disabled] {
cursor: default;
}
.yui3-normalized input[type="checkbox"],
.yui3-normalized input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
.yui3-normalized input[type="search"] {
-webkit-appearance: textfield;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
.yui3-normalized input[type="search"]::-webkit-search-cancel-button,
.yui3-normalized input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
.yui3-normalized button::-moz-focus-inner,
.yui3-normalized input::-moz-focus-inner {
border: 0;
padding: 0;
}
.yui3-normalized textarea {
overflow: auto;
vertical-align: top;
}
.yui3-normalized table {
border-collapse: collapse;
border-spacing: 0;
}

/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssnormalize-context { display: none; }
1 change: 1 addition & 0 deletions build/cssnormalize/cssnormalize-min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.