From f93c3a5b87576e4ca1c780263a2caa8e1ac114c0 Mon Sep 17 00:00:00 2001 From: Paul Irish Date: Sun, 6 Mar 2011 23:57:06 -0800 Subject: [PATCH] h5bp 1.0rc - removing demo/ and readme temporarily to tag. --- README.md | 129 --------- demo/elements.html | 529 ------------------------------------- demo/hack.css | 85 ------ demo/hack2.css | 41 --- demo/internet_explorer.png | Bin 8314 -> 0 bytes demo/test_tubes.png | Bin 674 -> 0 bytes demo/tests.html | 313 ---------------------- 7 files changed, 1097 deletions(-) delete mode 100644 README.md delete mode 100644 demo/elements.html delete mode 100644 demo/hack.css delete mode 100644 demo/hack2.css delete mode 100644 demo/internet_explorer.png delete mode 100644 demo/test_tubes.png delete mode 100644 demo/tests.html diff --git a/README.md b/README.md deleted file mode 100644 index f013e842f5..0000000000 --- a/README.md +++ /dev/null @@ -1,129 +0,0 @@ -# HTML5 Boilerplate [http://html5boilerplate.com](http://html5boilerplate.com) - -## Changelog: - -### v.0.9.5 : October 25th, 2010 - -Major changes: - - - -#### General -* Updated Modernizr to 1.6 (smaller and faster) -* Added web.config file for Microsoft IIS. Now forcing latest IE version and ChromeFrame, if installed. -* Added favicon and default icon for iOS. -* Updated crossdomain.xml wording for better security guidelines ( #124 ). -* Expires value for nginx.conf corrected. -* License clarified. - -#### style.css -* Removed -webkit-font-smoothing: antialiased; as it made monospace too thin. -* Updated fonts normalization to YUI 3.2.0 PR1. -* Table Header set explicitly for IE6 and table row now has page-break: avoid in print CSS. -* text-shadow:none !important set for all text in print css. -* Removed scrollbar from textareas in IE. -* Fixed textarea stylings and form field treatment for validity. Added default background-color. -* New robust clearfix solution without IE 5.5 hack ( #45 #126 ). -* Margins for form-elements explicitly set to 0 as webkit adds 2px space around form elements' chrome. -* Dropped text-rendering: optimizeLegibility as it breaks small-caps and looks odd on Linux machines. -* Lists now have a left margin of 1.8em. Default list-style-type for ordered list is decimal. -* Image Replacement now works with right-to-left text ( #68 ). -* Removed "Star Hack" for checkboxes in favor of .ie7 selector. - -#### index.html -* IE conditional classes have moved from the tag to the tag ( #44 ). -* Added a IE6 call for the minified dd_belatedpng. -* Google Analytics script will now work with SSL in IE6. -* Added protocol independent absolute path for cdn jquery, with improved fallback-to-local code to protect against edge case IE bug. -* Commented out handheld CSS ( #73 ). -* Mobile viewport and textsize styles adjusted per group feedback ( #37 ). - -#### .htaccess -* More files are served via gzip like .htc ( #55 ). -* Added Expires header for content types image/gif and video/webm. -* Fixed favicon display in IE6 ( #113 ). -* Corrected mimetypes for fonts. -* Removed caching for files of type json/xml. -* Better use of ifmodule for more stability in different Apache environments. - -[View full diff and commit history](http://github.com/paulirish/html5-boilerplate/compare/v0.9.1...v0.9.5) - - -#### Contributors -Shi Chuan, Rob Larsen, Ivan Nikolić, Mikko Tikkanen, Velir, Paul Neave, Weston Ruter, Jeffrey Barke, Robert Meissner, SirFunk, Philip von Bargen, Kroc Camen, Rick Waldron, Andreas Madsen, Marco d'Itri, Adeelejaz, James Rosen, Dave DeSandro, Ken Newman, Daniel Lenz, Swaroop C H, Yann Mainier, Joe Sak, Irakli, Rob Flaherty, Jeff Starr, Mike Lamb, Holek, Aaron Peters, Kaelig, Meander, Charlie Ussery, Ciney, Région Wallonne, Sirupsen, and Paul Hayes. - - - -### v.0.9.1 : August 13th, 2010 -* HTML5 Boilerplate is now in the Public Domain -* Nginx configuration added -* Font stacks (sans-serif and monospace) simplified -* Very accessible a:focus styles. -* Corrected IE=edge,chromeframe enabling (As a result, the base HTML [does not validate](http://bit.ly/cGSSgr)) -* ServerSideIncludes disabled by default. -* Apache config bugfixes -* Conditional body tag class combined -* dd_belatedPNG updated to 0.0.8. Redundant BackgroundImageCache fix removed. - -[View full diff and commit history](http://github.com/paulirish/html5-boilerplate/compare/v0.9...v0.9.1) - -##### Thanks: - -voodootikigod, garowetz, fearphage, christopherjacob, mathias byenens, daniel harttman, rse, chris dary, erik dahlstrom, timwillison, kenneth nordahl, riddle, elcuervo, andreas kuckartz, 3rdEden, riley willis, majic3 - -### v0.9 : August 10th, 2010 - Initial release - - -## License: - -Major components: - -* Modernizr: MIT/BSD license -* jQuery: MIT/GPL license -* DD_belatedPNG: MIT license -* YUI Profiling: BSD license -* HTML5Doctor CSS reset: Public Domain -* CSS Reset Reloaded: Public Domain - -Everything else: - -* [The Unlicense](http://unlicense.org) (aka: public domain) - - -## Summary: - -This is a set of files that a front-end developer can use to get started on a website, with following included: - -1. Cross-browser compatible (IE6, yeah we got that.) -2. HTML5 ready. Use the new tags with certainty. -3. Optimal caching and compression rules for grade-A performance -4. Best practice site configuration defaults -5. Think there's too much? The HTML5 Boilerplate is delete-key friendly. :) -6. Mobile browser optimizations -7. Progressive enhancement graceful degredation ........ yeah yeah we got that -8. IE specific classes for maximum cross-browser control -9. Want to write unit tests but lazy? A full, hooked up test suite is waiting for you. -10. Javascript profiling.. in IE6 and IE7? Sure, no problem. -11. Console.log nerfing so you won't break anyone by mistake. -12. Never go wrong with your doctype or markup! -13. An optimal print stylesheet, performance optimized -14. iOS, Android, Opera Mobile-adaptable markup and CSS skeleton. -15. IE6 pngfix baked in. -16. jQuery, waiting for you - -## Releases - -There are two releases: a documented release, which is exactly what you see here, and a "stripped" release, with most of the descriptive comments stripped out. - -Watch the [current tickets](http://github.com/paulirish/html5-boilerplate/issues) to view the areas of active development. - diff --git a/demo/elements.html b/demo/elements.html deleted file mode 100644 index 6af509ae53..0000000000 --- a/demo/elements.html +++ /dev/null @@ -1,529 +0,0 @@ - - - - - - - - - - - - - - - Element Consistency Tests - - - - - - - - - - - - - - - - - - - - - - - -
-
- -
- -
- - - - - -

Title 01 Heading

-
-

Level 02 Heading

-

Lorem ipsum emphasised text dolor sit amet, strong text - consectetur adipisicing elit, abbreviated text sed do eiusmod tempor - incididunt ut labore et dolore magna aliqua. Ut - quoted text enim ad minim veniam, quis nostrud exercitation link text - ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute - inserted text irure dolor in reprehenderit in voluptate velit esse cillum - dolore eu fugiat nulla pariatur. Excepteur sint occaecat code text cupidatat - non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

- -

- Suspendisse rhoncus, est ac sollicitudin viverra, leo orci sagittis massa, sed condimentum acronym text est tortor a lectus. Curabitur porta feugiat ullamcorper. Integer lacinia mi id odio faucibus eget tincidunt nisl iaculis. Nam adipiscing hendrerit turpis, et porttitor felis sollicitudin et. Donec dictum massa ac neque accumsan tempor. Cras aliquam, ipsum sit amet laoreet hendrerit, purus deleted text sapien convallis dui, et porta leo ipsum ac nunc. Nullam ornare porta dui ac semper. Cras aliquam laoreet hendrerit. Quisque vulputate dolor eget mi porta vel porta nisl pretium. Vivamus non leo magna, quis imperdiet risus. Morbi tempor risus placerat tellus imperdiet fringilla. -

- -
-

I am not one who was born in the possession of knowledge; I am one who is fond of antiquity, and earnest in seeking it there.

-
- -

Confucius, The Confucian Analects, (551 BC - 479 BC)

- -

Level 03 Heading

- -

Extended paragraph. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod - tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud - exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in - reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint - occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

- -
    -
  1. Unus
  2. -
  3. Duo
  4. -
  5. Tres
  6. -
  7. Quattuor
  8. -
- -

Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla - pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit - anim id est laborum.

- -

Header 3

- -

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt - ut labore et dolore magna aliqua.

- -

Unordered lists

-
    -
  • Lorem ipsum dolor sit amet
  • -
  • Consectetur adipisicing elit
  • -
  • Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua
  • -
  • Ut enim ad minim veniam
  • -
-

Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt - ut labore et dolore magna aliqua.

- -
body { font:0.8125em/1.618 Arial, sans-serif; 
-      background-color:#fff;  
-      color:#111;
-      }
- -

Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla - pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit - anim id est laborum.

- -

Header 4

- -

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt - ut labore et dolore magna aliqua.

- -
-
Definition list
-
Consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna - aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea - commodo consequat.
-
Lorem ipsum dolor sit amet
-
Consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna - aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea - commodo consequat.
- -
- -

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt - ut labore et dolore magna aliqua.

-

Ordered list

-
    -
  1. List item
  2. -
  3. List item
  4. -
  5. List item -
      -
    1. List item level 2
    2. -
    3. List item level 2 -
        -
      1. List item level 3
      2. -
      3. List item level 3
      4. -
      -
    4. -
    -
  6. -
-

Unordered list

-
    -
  • List item 01
  • -
  • List item 02
  • -
  • List item 03 -
      -
    • List item level 2
    • -
    • List item level 2 -
        -
      • List item level 3
      • -
      • List item level 3
      • -
      -
    • - -
    -
  • -
- -

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt - ut labore et dolore magna aliqua.

- - -

Tables

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Jimi Hendrix - albums
AlbumYearPrice
AlbumYearPrice
Are You Experienced 1967$10.00
Axis: Bold as Love1967$12.00
Electric Ladyland1968$10.00
Band of Gypsys1970$12.00
-

- I am the a tag example
- - I am the abbr tag example
- - I am the acronym tag example
- I am the b tag example
- I am the big tag example
- - I am the cite tag example
- - I am the code tag example
- I am the del tag example
- I am the dfn tag example
- - I am the em tag example
- - I am the font tag example
- I am the i tag example
- I am the ins tag example
- - I am the kbd tag example
- - I am the q tag inside a q tag example
- I am the s tag example
- I am the samp tag example
- - I am the small tag example
- I am the span tag example
- I am the strike tag example
- I am the strong tag example
- - I am the sub tag example
- I am the sup tag example
- I am the tt tag example
- I am the var tag example
- - I am the u tag example -

- -

This is a <p> with some code inside.

- -

What is Lorem Ipsum?

-

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.

- -

This Lorem Ipsum HTML example is created from the parts of Placeholder Markup with Lorem Ipsum - Jon Tan, - Emastic CSS Framework, - Tripoli CSS Framework and - Baseline CSS Framework .

- -
Address: somewhere, World
- - - -

- Link
- <strong>
- <del> deleted
- <dfn> dfn
- <em> emphasis -

-
-<html>
-	<head>
-	</head>
-	<body>
-	<div class = "main"> <div>
-	</body>
-</html> 
-
- - <tt> - Pellentesque tempor, dui ut ultrices viverra, neque urna blandit nisi, id accumsan dolor est vitae risus. - - -
- - - - -
-
Description list title 01
- -
Description list description 01
-
Description list title 02
-
Description list description 02
-
Description list description 03
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Table Caption
Table head thTable head td
Table foot thTable foot td
Table body thTable body td
Table body tdTable body td
- -
- -
-
- Form legend - -
-
-
-
-
-
-
-
- -
-
- -
-
- -
- -
- -
- - - - - -

- Your browser does not support these elements yet! Consider downloading a Chromium Nightly.
- -

- -

<progress>

-

- The progress element (spec: 4.10.16) represents the completion progress of a task and can be both indeterminate as determinate. -

-
    -
  • - - -
  • -
  • - - -
  • -
  • - - -
  • -
  • - - -
  • -
  • - - -
  • -
- -

<meter>

-

- Displaying a scalar measurement within a known range, like hard drive usage, can be done using the meter element (spec: 4.10.17) -

-
    -
  • - - -
  • -
  • - - -
  • -
  • - - -
  • -
  • - - -
  • -
  • - - -
  • -
  • - - -
  • -
  • - - -
  • -
- - - - - -
- - -
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/demo/hack.css b/demo/hack.css deleted file mode 100644 index b3682cedd7..0000000000 --- a/demo/hack.css +++ /dev/null @@ -1,85 +0,0 @@ -/* - style.css contains a reset, font normalization and some base styles. - - credit is left where credit is due. - additionally, much inspiration was taken from these projects: - yui.yahooapis.com/2.8.1/build/base/base.css - camendesign.com/design/ - praegnanz.de/weblog/htmlcssjs-kickstart -*/ - -/* - html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline) - v1.4 2009-07-27 | Authors: Eric Meyer & Richard Clark - html5doctor.com/html-5-reset-stylesheet/ -*/ - -html, body, div, span, object, iframe, -h1, h2, h3, h4, h5, h6, p, blockquote, pre, -abbr, address, cite, code, -del, dfn, em, img, ins, kbd, q, samp, -small, strong, sub, sup, var, -b, i, -dl, dt, dd, ol, ul, li, -fieldset, form, label, legend, -table, caption, tbody, tfoot, thead, tr, th, td, -article, aside, canvas, details, figcaption, figure, -footer, header, hgroup, menu, nav, section, summary, -time, mark, audio, video { - margin:0; - padding:0; - border:0; - outline:0; - font-size:100%; - vertical-align:baseline; - background:transparent; -} - -article, aside, details, figcaption, figure, -footer, header, hgroup, menu, nav, section { - display:block; -} - -nav ul { list-style:none; } - -blockquote, q { quotes:none; } - -blockquote:before, blockquote:after, -q:before, q:after { content:''; content:none; } - -a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; } - -ins { background-color:#ff9; color:#000; text-decoration:none; } - -mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; } - -del { text-decoration: line-through; } - -abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; } - -/* tables still need cellspacing="0" in the markup */ -table { border-collapse:collapse; border-spacing:0; } - -hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; } - -input, select { vertical-align:middle; } -/* END RESET CSS */ - - -/* fonts.css from the YUI Library: developer.yahoo.com/yui/ - Please refer to developer.yahoo.com/yui/fonts/ for font sizing percentages - - There are three custom edits: - * remove arial, helvetica from explicit font stack - * we normalize monospace styles ourselves - * table font-size is reset in the HTML5 reset above so there is no need to repeat -*/ -body { font:13px/1.231 sans-serif; *font-size:small; } /* hack retained to preserve specificity */ - -select, input, textarea, button { font:99% sans-serif; } - -/* normalize monospace sizing - * en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome - */ -pre, code, kbd, samp { font-family: monospace, sans-serif; } - \ No newline at end of file diff --git a/demo/hack2.css b/demo/hack2.css deleted file mode 100644 index 52ea90a482..0000000000 --- a/demo/hack2.css +++ /dev/null @@ -1,41 +0,0 @@ -body { font:13px/1.231 sans-serif; *font-size:small; } /* hack retained to preserve specificity */ - body, select, input, textarea { - /* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */ - color: #444; - /* set your base font here, to apply evenly - /* font-family: Georgia, serif; */ - } - - /* Headers (h1,h2,etc) have no default font-size or margin, - you'll want to define those yourself. */ - h1,h2,h3,h4,h5,h6 { font-weight: bold; } - h1 { font-size: 2em; } - select, input, textarea, button { font:99% sans-serif; } - - /* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */ - a:hover, a:active { outline: none; } - - .current { background: #ccc; } - header span { padding: 0.2em 0.5em; display: inline-block; } - dd, h1, body, html { margin: 0;} - - - a, a:active, a:visited { color: #607890; } - a:hover { color: #036; } - .wrapper {width:200px; border:1px solid red;} - - dl {margin:0 auto; width:900px;} - dt {background-color:#ccc; margin-bottom:20px; cursor:pointer; cursor:hand; padding:5px; font-weight:bold; } - dd {margin-bottom:30px;} - -#clear-demo {width:500px; border:1px solid black;} -#clear-demo-l {width:200px; border:1px solid black; float:left;} -#clear-demo-r {width:200px; border:1px solid black; float:right;} -#clear-demo-b {width:200px; border:1px solid black;} - -header {text-align:center;} -.show, .hide {color: #607890; cursor:pointer; cursor:hand;} - -body { - padding-bottom: 200px; -} \ No newline at end of file diff --git a/demo/internet_explorer.png b/demo/internet_explorer.png deleted file mode 100644 index 42c15b5136484035b60b35d53abbb3a248878077..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 8314 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 diff --git a/demo/test_tubes.png b/demo/test_tubes.png deleted file mode 100644 index 4c47de141e2815a8a07b09a7887087e993bc4c7e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 674 zcmV;T0$u%yP)3mb z00dkh18?3qvFyO^NuWe>ABaza+y=w~+WP)#P&FS(R7m^#A{V|AEw?sJ-n@ - - - - - - - - - - - - - - Boilerplate Test Suite - - - - - - - - - - - - - - - - - - - - - - - - -
- - -
-

HTML5 Boilerplate CSS Hack Sheet



-
- - -
-
-
Hack 01 - Set default color
-
- HTML5 Boilerplate suggests the default color looks better when set to #444 instead of #000.
- Web font default color -
- -
Hack 02 - Vertical Scroll Bar
-
- Click contract | expand to see how Boilerplate forces a scrollbar in non-IE. -
- -
Hack 03 - Accessible focus style
-
- Remove dotted outline around 'a' element on hover and on focus in certain browsers -

- With Boilerplate CSS | Without Boilerplate CSS -

- Click me -
- -
Hack 04 - Pre Wrapping
-
- Default pre doesn't wrap text. Boilerplate forces pre to wrap text. -

- With Boilerplate CSS | Without Boilerplate CSS -

- with wrapping:

-
-
-
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-
-

- without wrapping:

-
- aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -
-
- -
Hack 05 - Remove default textarea scrollbar in IE
-
- IE shows a disabled scrollbar on empty textarea.

- With Boilerplate CSS | Without Boilerplate CSS -

-
- -
-
- -
Hack 06 - IE6,7 legend margin
-
- Left align form legend to the inner text in IE 6,7.

- With Boilerplate CSS | Without Boilerplate CSS -

-
-
- Information:
- Name:
- Email:
- Date of birth: -
-
-
- -
Hack 07 - Vertically align checkboxes, radios, text inputs with their label
-
- With Boilerplate CSS | Without Boilerplate CSS -

- Option A

- Item B

- Name: -
- -
Hack 08 - Hand cursor on clickable input elements
-
- With Boilerplate CSS | Without Boilerplate CSS -

- Input with type submit -
- - -
Hack 09 - Webkit browsers form elements margin
-
- Webkit browsers add a 2px margin outside the chrome of form elements.

- With Boilerplate CSS | Without Boilerplate CSS -

-
-

-

- -
-
- -
Hack 10 - Make buttons width rendered correctly
-
- IE adds extra padding to button. This fixes the issue.

- With Boilerplate CSS | Without Boilerplate CSS -

-
- - -
-
- -
Hack 11 - Bicubic resizing for non-native sized IMG
-
- IE7 hack to reduce distortion caused by image resizing

- With Boilerplate CSS | Without Boilerplate CSS -

-
-
-
-
- -
Hack 12 - Hide visually
-
- Hide elements visually, but have it available for screen readers. -

- With Boilerplate CSS | Without Boilerplate CSS -

-
showing
-
- -
Hack 13 - Image text replacement
-
- Replace text with images. -

- With Boilerplate CSS | Without Boilerplate CSS -

- -
Apple Touch Icon
- -
- -
Hack 14 - Clear Floats
-
- Clear Floated elements without extra markup. -

- With Boilerplate CSS | Without Boilerplate CSS -

-
-
text floated left
text floated right
-
-
unfloated text
-
- - -
Hack 15 - PNG fix
-
fix pngs for correct display in IE6 -

- -
- - -
- -
- IE is so awesome -
-
-
-
-
-
-
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -