survivalkit 1.0.beta.8 → 1.0.beta.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (248) hide show
  1. data/CHANGELOG.markdown +3 -0
  2. data/README.markdown +2 -2
  3. data/lib/survivalkit.rb +3 -2
  4. data/stylesheets/survivalkit/fonts/_font-awesome.scss +355 -0
  5. data/stylesheets/survivalkit/fonts/_league-gothic.scss +46 -0
  6. data/stylesheets/survivalkit/fonts/_ostrich-sans.scss +69 -0
  7. data/stylesheets/survivalkit/mixins/_ui.scss +22 -12
  8. data/stylesheets/survivalkit/survival-kit/_survival-kit.sass +157 -0
  9. data/templates/clean/manifest.rb +94 -0
  10. data/templates/drupal/script.js +2 -17
  11. data/templates/project/libs/jquery-1.8.2.min.js +2 -0
  12. data/templates/project/libs/modernizr-2.6.2.min.js +815 -0
  13. data/templates/project/manifest.rb +46 -27
  14. data/templates/project/script.js +2 -17
  15. data/templates/project/sources/FitText/README.md +52 -0
  16. data/templates/project/sources/FitText/example.html +60 -0
  17. data/templates/project/sources/FitText/jquery.fittext.js +43 -0
  18. data/templates/shared/fonts/font-awesome/fontawesome-webfont.eot +0 -0
  19. data/templates/shared/fonts/font-awesome/fontawesome-webfont.svg +255 -0
  20. data/templates/shared/fonts/font-awesome/fontawesome-webfont.ttf +0 -0
  21. data/templates/shared/fonts/font-awesome/fontawesome-webfont.woff +0 -0
  22. data/templates/shared/fonts/league-gothic/leaguegothic-condensed-italic-webfont.eot +0 -0
  23. data/templates/shared/fonts/league-gothic/leaguegothic-condensed-italic-webfont.svg +224 -0
  24. data/templates/shared/fonts/league-gothic/leaguegothic-condensed-italic-webfont.ttf +0 -0
  25. data/templates/shared/fonts/league-gothic/leaguegothic-condensed-italic-webfont.woff +0 -0
  26. data/templates/shared/fonts/league-gothic/leaguegothic-condensed-regular-webfont.eot +0 -0
  27. data/templates/shared/fonts/league-gothic/leaguegothic-condensed-regular-webfont.svg +224 -0
  28. data/templates/shared/fonts/league-gothic/leaguegothic-condensed-regular-webfont.ttf +0 -0
  29. data/templates/shared/fonts/league-gothic/leaguegothic-condensed-regular-webfont.woff +0 -0
  30. data/templates/shared/fonts/league-gothic/leaguegothic-italic-webfont.eot +0 -0
  31. data/templates/shared/fonts/league-gothic/leaguegothic-italic-webfont.svg +224 -0
  32. data/templates/shared/fonts/league-gothic/leaguegothic-italic-webfont.ttf +0 -0
  33. data/templates/shared/fonts/league-gothic/leaguegothic-italic-webfont.woff +0 -0
  34. data/templates/shared/fonts/league-gothic/leaguegothic-regular-webfont.eot +0 -0
  35. data/templates/shared/fonts/league-gothic/leaguegothic-regular-webfont.svg +223 -0
  36. data/templates/shared/fonts/league-gothic/leaguegothic-regular-webfont.ttf +0 -0
  37. data/templates/shared/fonts/league-gothic/leaguegothic-regular-webfont.woff +0 -0
  38. data/templates/shared/fonts/ostrich/ostrich-black-webfont.eot +0 -0
  39. data/templates/shared/fonts/ostrich/ostrich-black-webfont.svg +141 -0
  40. data/templates/shared/fonts/ostrich/ostrich-black-webfont.ttf +0 -0
  41. data/templates/shared/fonts/ostrich/ostrich-black-webfont.woff +0 -0
  42. data/templates/shared/fonts/ostrich/ostrich-bold-webfont.eot +0 -0
  43. data/templates/shared/fonts/ostrich/ostrich-bold-webfont.svg +141 -0
  44. data/templates/shared/fonts/ostrich/ostrich-bold-webfont.ttf +0 -0
  45. data/templates/shared/fonts/ostrich/ostrich-bold-webfont.woff +0 -0
  46. data/templates/shared/fonts/ostrich/ostrich-dashed-webfont.eot +0 -0
  47. data/templates/shared/fonts/ostrich/ostrich-dashed-webfont.svg +141 -0
  48. data/templates/shared/fonts/ostrich/ostrich-dashed-webfont.ttf +0 -0
  49. data/templates/shared/fonts/ostrich/ostrich-dashed-webfont.woff +0 -0
  50. data/templates/shared/fonts/ostrich/ostrich-light-webfont.eot +0 -0
  51. data/templates/shared/fonts/ostrich/ostrich-light-webfont.svg +140 -0
  52. data/templates/shared/fonts/ostrich/ostrich-light-webfont.ttf +0 -0
  53. data/templates/shared/fonts/ostrich/ostrich-light-webfont.woff +0 -0
  54. data/templates/shared/fonts/ostrich/ostrich-regular-webfont.eot +0 -0
  55. data/templates/shared/fonts/ostrich/ostrich-regular-webfont.svg +141 -0
  56. data/templates/shared/fonts/ostrich/ostrich-regular-webfont.ttf +0 -0
  57. data/templates/shared/fonts/ostrich/ostrich-regular-webfont.woff +0 -0
  58. data/templates/shared/fonts/ostrich/ostrich-rounded-webfont.eot +0 -0
  59. data/templates/shared/fonts/ostrich/ostrich-rounded-webfont.svg +141 -0
  60. data/templates/shared/fonts/ostrich/ostrich-rounded-webfont.ttf +0 -0
  61. data/templates/shared/fonts/ostrich/ostrich-rounded-webfont.woff +0 -0
  62. data/templates/shared/partials/01-variables/_colors.scss +1 -1
  63. data/templates/shared/partials/01-variables/_fonts.scss +10 -0
  64. data/templates/shared/partials/06-ui-patterns/_drupal-patterns.scss +4 -5
  65. data/templates/shared/partials/07-styletile/_tile-design.scss +2 -2
  66. data/templates/shared/style.scss +2 -1
  67. metadata +73 -187
  68. data/stylesheets/survivalkit/survival_kit/_survival-kit.scss +0 -145
  69. data/templates/drupal/libs/320-up/helper.js +0 -146
  70. data/templates/drupal/libs/320-up/imgSizer.js +0 -61
  71. data/templates/drupal/libs/dd_belatedpng.js +0 -13
  72. data/templates/drupal/libs/formalize/README.txt +0 -11
  73. data/templates/drupal/libs/formalize/dojo.formalize.js +0 -174
  74. data/templates/drupal/libs/formalize/extjs.formalize.js +0 -168
  75. data/templates/drupal/libs/formalize/jquery.formalize.js +0 -158
  76. data/templates/drupal/libs/formalize/mootools.formalize.js +0 -163
  77. data/templates/drupal/libs/formalize/prototype.formalize.js +0 -171
  78. data/templates/drupal/libs/formalize/yui.formalize.js +0 -168
  79. data/templates/drupal/libs/jquery-1.6.js +0 -8865
  80. data/templates/drupal/libs/jquery-1.6.min.js +0 -16
  81. data/templates/drupal/libs/modernizr-2.0.min.js +0 -4
  82. data/templates/drupal/libs/mootools-core-1.3.1-full-compat-yc.js +0 -485
  83. data/templates/drupal/libs/plugins.js +0 -58
  84. data/templates/drupal/libs/respond.min.js +0 -7
  85. data/templates/drupal/libs/selectivizr-min.js +0 -5
  86. data/templates/drupal/libs/selectivizr.js +0 -5
  87. data/templates/project/files/apple-touch-icon-114x114-precomposed.png +0 -0
  88. data/templates/project/files/apple-touch-icon-72x72-precomposed.png +0 -0
  89. data/templates/project/files/apple-touch-icon.png +0 -0
  90. data/templates/project/files/crossdomain.xml +0 -25
  91. data/templates/project/files/favicon.ico +0 -0
  92. data/templates/project/files/favicon.png +0 -0
  93. data/templates/project/files/google.yml +0 -22
  94. data/templates/project/files/htaccess.htaccess +0 -478
  95. data/templates/project/files/html/404.html +0 -22
  96. data/templates/project/files/html/formalize_jquery_demo.html +0 -288
  97. data/templates/project/files/html/formalize_jquery_disabled.html +0 -288
  98. data/templates/project/files/html/formalize_jquery_errors.html +0 -288
  99. data/templates/project/files/html/index.html +0 -100
  100. data/templates/project/files/html/survivalkit/elements-common.html +0 -588
  101. data/templates/project/files/html/survivalkit/elements-html5.html +0 -2988
  102. data/templates/project/files/html/survivalkit/elements-typography.html +0 -240
  103. data/templates/project/files/html/survivalkit/elements-ui-patterns-drupal-css.html +0 -1883
  104. data/templates/project/files/html/survivalkit/elements-ui-patterns-drupal.html +0 -1882
  105. data/templates/project/files/html/survivalkit/elements-ui-patterns.html +0 -267
  106. data/templates/project/files/html/survivalkit/index.html +0 -132
  107. data/templates/project/files/html/survivalkit/styletile/index.html +0 -1
  108. data/templates/project/files/html/survivalkit/styletile/styletile.html +0 -215
  109. data/templates/project/files/humans.txt +0 -43
  110. data/templates/project/files/robots.txt +0 -5
  111. data/templates/project/libs/320-up/helper.js +0 -146
  112. data/templates/project/libs/320-up/imgSizer.js +0 -61
  113. data/templates/project/libs/jquery-1.6.js +0 -8865
  114. data/templates/project/libs/jquery-1.6.min.js +0 -16
  115. data/templates/project/libs/modernizr-2.0.min.js +0 -4
  116. data/templates/project/libs/plugins.js +0 -58
  117. data/templates/project/libs/selectivizr.js +0 -5
  118. data/templates/project/templates/_flashes.html.haml +0 -4
  119. data/templates/project/templates/_footer.html.haml +0 -2
  120. data/templates/project/templates/_head.html.haml +0 -26
  121. data/templates/project/templates/_header.html.haml +0 -1
  122. data/templates/project/templates/_javascripts.html.haml +0 -27
  123. data/templates/project/templates/_stylesheets.html.haml +0 -5
  124. data/templates/project/templates/application.html.haml +0 -28
  125. data/templates/project/templates/old/_layout.haml +0 -1
  126. data/templates/project/templates/old/home.html.haml +0 -14
  127. data/templates/project/templates/old/layouts/default.haml +0 -62
  128. data/templates/project/templates/old/layouts/survivalkit/default.haml +0 -64
  129. data/templates/project/templates/old/layouts/survivalkit/styletile.haml +0 -64
  130. data/templates/project/templates/old/survivalkit/_layout.haml +0 -1
  131. data/templates/project/templates/old/survivalkit/elements-common.haml +0 -33
  132. data/templates/project/templates/old/survivalkit/elements-html5.haml +0 -71
  133. data/templates/project/templates/old/survivalkit/elements-typography.haml +0 -100
  134. data/templates/project/templates/old/survivalkit/elements-ui-patterns-drupal.haml +0 -38
  135. data/templates/project/templates/old/survivalkit/elements-ui-patterns.haml +0 -23
  136. data/templates/project/templates/old/survivalkit/index.haml +0 -2
  137. data/templates/project/templates/old/survivalkit/partials/common/abbr.haml +0 -8
  138. data/templates/project/templates/old/survivalkit/partials/common/acronym.haml +0 -8
  139. data/templates/project/templates/old/survivalkit/partials/common/characters.haml +0 -11
  140. data/templates/project/templates/old/survivalkit/partials/common/cite.haml +0 -12
  141. data/templates/project/templates/old/survivalkit/partials/common/code.haml +0 -8
  142. data/templates/project/templates/old/survivalkit/partials/common/dfn.haml +0 -8
  143. data/templates/project/templates/old/survivalkit/partials/common/em.haml +0 -10
  144. data/templates/project/templates/old/survivalkit/partials/common/forms.haml +0 -27
  145. data/templates/project/templates/old/survivalkit/partials/common/headers.haml +0 -23
  146. data/templates/project/templates/old/survivalkit/partials/common/inline-images.haml +0 -9
  147. data/templates/project/templates/old/survivalkit/partials/common/kbd.haml +0 -10
  148. data/templates/project/templates/old/survivalkit/partials/common/links.haml +0 -10
  149. data/templates/project/templates/old/survivalkit/partials/common/lists.haml +0 -55
  150. data/templates/project/templates/old/survivalkit/partials/common/others.haml +0 -35
  151. data/templates/project/templates/old/survivalkit/partials/common/paragraphs.haml +0 -15
  152. data/templates/project/templates/old/survivalkit/partials/common/pre.haml +0 -27
  153. data/templates/project/templates/old/survivalkit/partials/common/q.haml +0 -8
  154. data/templates/project/templates/old/survivalkit/partials/common/samp.haml +0 -8
  155. data/templates/project/templates/old/survivalkit/partials/common/strong.haml +0 -8
  156. data/templates/project/templates/old/survivalkit/partials/common/tables.haml +0 -43
  157. data/templates/project/templates/old/survivalkit/partials/common/var.haml +0 -8
  158. data/templates/project/templates/old/survivalkit/partials/header-styletile.haml +0 -9
  159. data/templates/project/templates/old/survivalkit/partials/header.haml +0 -6
  160. data/templates/project/templates/old/survivalkit/partials/html5/a.haml +0 -36
  161. data/templates/project/templates/old/survivalkit/partials/html5/abbr.haml +0 -26
  162. data/templates/project/templates/old/survivalkit/partials/html5/address.haml +0 -27
  163. data/templates/project/templates/old/survivalkit/partials/html5/all-headings.haml +0 -31
  164. data/templates/project/templates/old/survivalkit/partials/html5/article.haml +0 -22
  165. data/templates/project/templates/old/survivalkit/partials/html5/aside.haml +0 -20
  166. data/templates/project/templates/old/survivalkit/partials/html5/b.haml +0 -21
  167. data/templates/project/templates/old/survivalkit/partials/html5/bdi.haml +0 -30
  168. data/templates/project/templates/old/survivalkit/partials/html5/blockquote.haml +0 -32
  169. data/templates/project/templates/old/survivalkit/partials/html5/cite.haml +0 -46
  170. data/templates/project/templates/old/survivalkit/partials/html5/code.haml +0 -70
  171. data/templates/project/templates/old/survivalkit/partials/html5/details.haml +0 -42
  172. data/templates/project/templates/old/survivalkit/partials/html5/dfn.haml +0 -52
  173. data/templates/project/templates/old/survivalkit/partials/html5/dl.haml +0 -69
  174. data/templates/project/templates/old/survivalkit/partials/html5/em.haml +0 -15
  175. data/templates/project/templates/old/survivalkit/partials/html5/fieldset.haml +0 -49
  176. data/templates/project/templates/old/survivalkit/partials/html5/figure.haml +0 -48
  177. data/templates/project/templates/old/survivalkit/partials/html5/footer.haml +0 -37
  178. data/templates/project/templates/old/survivalkit/partials/html5/header.haml +0 -44
  179. data/templates/project/templates/old/survivalkit/partials/html5/hgroup.haml +0 -20
  180. data/templates/project/templates/old/survivalkit/partials/html5/hr.haml +0 -52
  181. data/templates/project/templates/old/survivalkit/partials/html5/i.haml +0 -28
  182. data/templates/project/templates/old/survivalkit/partials/html5/kbd.haml +0 -19
  183. data/templates/project/templates/old/survivalkit/partials/html5/label.haml +0 -18
  184. data/templates/project/templates/old/survivalkit/partials/html5/li.haml +0 -91
  185. data/templates/project/templates/old/survivalkit/partials/html5/mark.haml +0 -30
  186. data/templates/project/templates/old/survivalkit/partials/html5/menu.haml +0 -39
  187. data/templates/project/templates/old/survivalkit/partials/html5/nav.haml +0 -68
  188. data/templates/project/templates/old/survivalkit/partials/html5/ol.haml +0 -23
  189. data/templates/project/templates/old/survivalkit/partials/html5/p.haml +0 -41
  190. data/templates/project/templates/old/survivalkit/partials/html5/pre.haml +0 -48
  191. data/templates/project/templates/old/survivalkit/partials/html5/q.haml +0 -34
  192. data/templates/project/templates/old/survivalkit/partials/html5/ruby.haml +0 -55
  193. data/templates/project/templates/old/survivalkit/partials/html5/s.haml +0 -17
  194. data/templates/project/templates/old/survivalkit/partials/html5/samp.haml +0 -27
  195. data/templates/project/templates/old/survivalkit/partials/html5/sample-forms.haml +0 -52
  196. data/templates/project/templates/old/survivalkit/partials/html5/sample-tables.haml +0 -152
  197. data/templates/project/templates/old/survivalkit/partials/html5/section.haml +0 -21
  198. data/templates/project/templates/old/survivalkit/partials/html5/small.haml +0 -33
  199. data/templates/project/templates/old/survivalkit/partials/html5/strong.haml +0 -25
  200. data/templates/project/templates/old/survivalkit/partials/html5/sub-sup.haml +0 -58
  201. data/templates/project/templates/old/survivalkit/partials/html5/table.haml +0 -196
  202. data/templates/project/templates/old/survivalkit/partials/html5/text-summary.haml +0 -305
  203. data/templates/project/templates/old/survivalkit/partials/html5/thead.haml +0 -67
  204. data/templates/project/templates/old/survivalkit/partials/html5/time.haml +0 -31
  205. data/templates/project/templates/old/survivalkit/partials/html5/ul.haml +0 -21
  206. data/templates/project/templates/old/survivalkit/partials/menu.haml +0 -14
  207. data/templates/project/templates/old/survivalkit/partials/patterns-drupal/block.haml +0 -7
  208. data/templates/project/templates/old/survivalkit/partials/patterns-drupal/breadcrumbs.haml +0 -7
  209. data/templates/project/templates/old/survivalkit/partials/patterns-drupal/comments.haml +0 -69
  210. data/templates/project/templates/old/survivalkit/partials/patterns-drupal/field-image.haml +0 -7
  211. data/templates/project/templates/old/survivalkit/partials/patterns-drupal/form-comment.haml +0 -54
  212. data/templates/project/templates/old/survivalkit/partials/patterns-drupal/form-login.haml +0 -23
  213. data/templates/project/templates/old/survivalkit/partials/patterns-drupal/form-new-account.haml +0 -24
  214. data/templates/project/templates/old/survivalkit/partials/patterns-drupal/form-new-password.haml +0 -16
  215. data/templates/project/templates/old/survivalkit/partials/patterns-drupal/links.haml +0 -6
  216. data/templates/project/templates/old/survivalkit/partials/patterns-drupal/menu.haml +0 -10
  217. data/templates/project/templates/old/survivalkit/partials/patterns-drupal/messages.haml +0 -21
  218. data/templates/project/templates/old/survivalkit/partials/patterns-drupal/node.haml +0 -28
  219. data/templates/project/templates/old/survivalkit/partials/patterns-drupal/pager.haml +0 -17
  220. data/templates/project/templates/old/survivalkit/partials/patterns-drupal/rss-link.haml +0 -5
  221. data/templates/project/templates/old/survivalkit/partials/patterns-drupal/search.haml +0 -14
  222. data/templates/project/templates/old/survivalkit/partials/patterns-drupal/site-name.haml +0 -6
  223. data/templates/project/templates/old/survivalkit/partials/patterns-drupal/tabs.haml +0 -14
  224. data/templates/project/templates/old/survivalkit/partials/patterns-drupal/taxonomy.haml +0 -10
  225. data/templates/project/templates/old/survivalkit/partials/patterns-general/block.haml +0 -7
  226. data/templates/project/templates/old/survivalkit/partials/patterns-general/breadcrumbs.haml +0 -7
  227. data/templates/project/templates/old/survivalkit/partials/patterns-general/comments.haml +0 -69
  228. data/templates/project/templates/old/survivalkit/partials/patterns-general/field-image.haml +0 -7
  229. data/templates/project/templates/old/survivalkit/partials/patterns-general/form-comment.haml +0 -54
  230. data/templates/project/templates/old/survivalkit/partials/patterns-general/form-login.haml +0 -23
  231. data/templates/project/templates/old/survivalkit/partials/patterns-general/form-new-account.haml +0 -24
  232. data/templates/project/templates/old/survivalkit/partials/patterns-general/form-new-password.haml +0 -16
  233. data/templates/project/templates/old/survivalkit/partials/patterns-general/links.haml +0 -6
  234. data/templates/project/templates/old/survivalkit/partials/patterns-general/menu.haml +0 -10
  235. data/templates/project/templates/old/survivalkit/partials/patterns-general/messages.haml +0 -21
  236. data/templates/project/templates/old/survivalkit/partials/patterns-general/node.haml +0 -28
  237. data/templates/project/templates/old/survivalkit/partials/patterns-general/pager.haml +0 -17
  238. data/templates/project/templates/old/survivalkit/partials/patterns-general/rss-link.haml +0 -5
  239. data/templates/project/templates/old/survivalkit/partials/patterns-general/search.haml +0 -14
  240. data/templates/project/templates/old/survivalkit/partials/patterns-general/site-name.haml +0 -6
  241. data/templates/project/templates/old/survivalkit/partials/patterns-general/tabs.haml +0 -14
  242. data/templates/project/templates/old/survivalkit/partials/patterns-general/taxonomy.haml +0 -10
  243. data/templates/project/templates/old/survivalkit/styletile/_layout.haml +0 -1
  244. data/templates/project/templates/old/survivalkit/styletile/index.redirect +0 -1
  245. data/templates/project/templates/old/survivalkit/styletile/styletile.haml +0 -60
  246. data/templates/project/templates/old/view_helpers.rb +0 -25
  247. data/templates/shared/survivalkit/drupal7.scss +0 -3224
  248. data/templates/shared/survivalkit/survivalkit.scss +0 -32
@@ -1,41 +0,0 @@
1
- %div#p.element
2
- %h2.element-title
3
- %a{:href => "http://developers.whatwg.org/grouping-content.html#the-p-element"} p
4
- %p
5
- The
6
- %code
7
- %a{:href => "http://developers.whatwg.org/grouping-content.html#the-p-element"} p
8
- element
9
- %a{:href => "http://developers.whatwg.org/grouping-content.html#represents"} represents
10
- a
11
- = succeed "." do
12
- %a{:href => "content-models.html#paragraph"} paragraph
13
- .markup
14
- %p
15
- The little kitten gently seated himself on a piece of
16
- carpet. Later in his life, this would be referred to as the time the
17
- cat sat on the mat.
18
- .markup
19
- %fieldset
20
- %legend Personal information
21
- %p
22
- %label
23
- Name:
24
- %input{:name => "n"}/
25
- %label
26
- %input{:name => "anon", :type => "checkbox"} Hide from other users
27
- %p
28
- %label
29
- Address:
30
- %textarea{:name => "a"}
31
- .markup
32
- %p
33
- There was once an example from Femley,
34
- %br
35
- Whose markup was of dubious quality.
36
- %br
37
- The validator complained,
38
- %br
39
- So the author was pained,
40
- %br
41
- To move the error from the markup to the rhyming.
@@ -1,48 +0,0 @@
1
- %div#pre.element
2
- %h2.element-title
3
- %a{:href => "http://developers.whatwg.org/grouping-content.html#the-pre-element"} pre
4
- %p
5
- The
6
- %code
7
- %a{:href => "http://developers.whatwg.org/grouping-content.html#the-pre-element"} pre
8
- element
9
- %a{:href => "http://developers.whatwg.org/grouping-content.html#represents"} represents
10
- a block of preformatted text, in which structure is represented by typographic conventions rather than by elements.
11
- .markup
12
- %p
13
- This is the
14
- %code Panel
15
- constructor:
16
- %pre
17
- %code
18
- :preserve
19
- function Panel(element, canClose, closeHandler) {
20
- this.element = element;
21
- this.canClose = canClose;
22
- this.closeHandler = function () { if (closeHandler) closeHandler() };
23
- } .markup
24
- %pre
25
- %samp
26
- You are in an open field west of a big white house with a boarded
27
- front door.
28
- There is a small mailbox here.
29
-
30
- >
31
- %kbd open mailbox
32
- %samp
33
- Opening the mailbox reveals:
34
- A leaflet.
35
-
36
- >
37
- .markup
38
- %pre
39
-
40
- :preserve
41
- ,, ,, ,,
42
- .M"""bgd db `7MM `7MMF' `YMM' db mm
43
- ,MI "Y MM MM .M' MM
44
- `MMb. `7MM `7MM `7Mb,od8 `7M' `MF'`7MM `7M' `MF',6"Yb. MM MM .d" `7MM mmMMmm
45
- `YMMNq. MM MM MM' "' VA ,V MM VA ,V 8) MM MM MMMMM. MM MM
46
- . `MM MM MM MM VA ,V MM VA ,V ,pm9MM MM MM VMA MM MM
47
- Mb dM MM MM MM VVV MM VVV 8M MM MM MM `MM. MM MM
48
- P"Ybmmd" `Mbod"YML..JMML. W .JMML. W `Moo9^Yo..JMML. .JMML. MMb..JMML. `Mbmo
@@ -1,34 +0,0 @@
1
- %div#q.element
2
- %h2.element-title
3
- %a{:href => "http://developers.whatwg.org/text-level-semantics.html#the-q-element"} q
4
- %p
5
- The
6
- %code
7
- %a{:href => "http://developers.whatwg.org/text-level-semantics.html#the-q-element"} q
8
- element
9
- %a{:href => "http://developers.whatwg.org/text-level-semantics.html#represents"} represents
10
- some
11
- %a{:href => "content-models.html#phrasing-content", :title => "phrasing content"} phrasing content
12
- quoted from another
13
- source.
14
- .markup
15
- %p
16
- The man said
17
- = succeed "." do
18
- %q
19
- Things that are impossible just take
20
- longer
21
- I disagreed with him.
22
- .markup
23
- %p
24
- The W3C page
25
- %cite About W3C
26
- says the W3C's
27
- mission is
28
- = succeed "." do
29
- %q{:cite => "http://www.w3.org/Consortium/"}
30
- To lead the
31
- World Wide Web to its full potential by developing protocols and
32
- guidelines that ensure long-term growth for the Web
33
- I
34
- disagree with this mission.
@@ -1,55 +0,0 @@
1
- %div#ruby.element
2
- %hgroup
3
- %h2.element-title
4
- %a{:href => "http://developers.whatwg.org/text-level-semantics.html#the-ruby-element"} ruby
5
- %h3.element-title
6
- %a{:href => "http://developers.whatwg.org/text-level-semantics.html#the-rt-element"} rt
7
- %h3.element-title
8
- %a{:href => "http://developers.whatwg.org/text-level-semantics.html#the-rp-element"} rp
9
- %p
10
- The
11
- %code
12
- %a{:href => "http://developers.whatwg.org/text-level-semantics.html#the-ruby-element"} ruby
13
- element allows one or more spans of
14
- phrasing content to be marked with ruby annotations. Ruby
15
- annotations are short runs of text presented alongside base text,
16
- primarily used in East Asian typography as a guide for
17
- pronunciation or to include other annotations. In Japanese, this
18
- form of typography is also known as
19
- = succeed "." do
20
- %i furigana
21
- %p
22
- The
23
- %code
24
- %a{:href => "http://developers.whatwg.org/text-level-semantics.html#the-rt-element"} rt
25
- element marks the ruby text component of a
26
- ruby annotation.
27
- %p
28
- The
29
- %code
30
- %a{:href => "http://developers.whatwg.org/text-level-semantics.html#the-rp-element"} rp
31
- element can be used to provide parentheses
32
- around a ruby text component of a ruby annotation, to be shown by
33
- user agents that don't support ruby annotations.
34
- .markup
35
- %ruby
36
-
37
- %rt> かん
38
-
39
- %rt じ 
40
- .markup
41
- %ruby
42
-
43
- %rt> hàn
44
-
45
- %rt zì
46
- .markup
47
- %ruby
48
-
49
- %rp (
50
- %rt かん
51
- %rp )
52
-
53
- %rp (
54
- %rt じ
55
- %rp )
@@ -1,17 +0,0 @@
1
- %div#s.element
2
- %h2.element-title
3
- %a{:href => "http://developers.whatwg.org/text-level-semantics.html#the-s-element"} s
4
- %p
5
- The
6
- %code
7
- %a{:href => "http://developers.whatwg.org/text-level-semantics.html#the-s-element"} s
8
- element
9
- %a{:href => "http://developers.whatwg.org/text-level-semantics.html#represents"} represents
10
- contents that
11
- are no longer accurate or no longer relevant.
12
- .markup
13
- %p Buy our Iced Tea and Lemonade!
14
- %p
15
- %s Recommended retail price: $3.99 per bottle
16
- %p
17
- %strong Now selling for just $2.99 a bottle!
@@ -1,27 +0,0 @@
1
- %div#samp.element
2
- %h2.element-title
3
- %a{:href => "http://developers.whatwg.org/text-level-semantics.html#the-samp-element"} samp
4
- %p
5
- The
6
- %code
7
- %a{:href => "http://developers.whatwg.org/text-level-semantics.html#the-samp-element"} samp
8
- element
9
- %a{:href => "http://developers.whatwg.org/text-level-semantics.html#represents"} represents
10
- (sample)
11
- output from a program or computing system.
12
- .markup
13
- %p
14
- The computer said
15
- %samp
16
- Too much cheese in tray
17
- two
18
- but I didn't know what that meant.
19
- .markup
20
- %pre
21
- %samp
22
- %span.prompt jdoe@mowmow:~$
23
- %kbd ssh demo.example.com
24
- Last login: Tue Apr 12 09:10:17 2005 from mowmow.example.com on pts/1
25
- Linux demo 2.6.10-grsec+gg3+e+fhs6b+nfs+gr0501+++p3+c4a+gr2b-reslog-v6.189 #1 SMP Tue Feb 1 11:22:36 PST 2005 i686 unknown
26
- %span.prompt jdoe@demo:~$
27
- %span.cursor _
@@ -1,52 +0,0 @@
1
- %div#sample-forms.element
2
- %h2.element-title Sample Forms
3
- .markup
4
- %form{:action => "https://pizza.example.com/order.cgi", :enctype => "application/x-www-form-urlencoded", :method => "post"}
5
- %p
6
- %label
7
- Customer name:
8
- %input{:name => "custname", :required => ""}/
9
- %p
10
- %label
11
- Telephone:
12
- %input{:name => "custtel", :type => "tel"}/
13
- %p
14
- %label
15
- E-mail address:
16
- %input{:name => "custemail", :type => "email"}/
17
- %fieldset
18
- %legend Pizza Size
19
- %p
20
- %label
21
- %input{:name => "size", :type => "radio", :value => "small"} Small
22
- %p
23
- %label
24
- %input{:name => "size", :type => "radio", :value => "medium"} Medium
25
- %p
26
- %label
27
- %input{:name => "size", :type => "radio", :value => "large"} Large
28
- %fieldset
29
- %legend Pizza Toppings
30
- %p
31
- %label
32
- %input{:name => "topping", :type => "checkbox", :value => "bacon"} Bacon
33
- %p
34
- %label
35
- %input{:name => "topping", :type => "checkbox", :value => "cheese"} Extra Cheese
36
- %p
37
- %label
38
- %input{:name => "topping", :type => "checkbox", :value => "onion"} Onion
39
- %p
40
- %label
41
- %input{:name => "topping", :type => "checkbox", :value => "mushroom"} Mushroom
42
- %p
43
- %label
44
- Preferred delivery time:
45
- %input{:max => "21:00", :min => "11:00", :name => "delivery", :required => "", :step => "900", :type => "time"}/
46
- %p
47
- %label
48
- Delivery instructions:
49
- %textarea{:maxlength => "1000", :name => "comments"}
50
- %p
51
- %button Submit order
52
- %p
@@ -1,152 +0,0 @@
1
- %div#sample-tables.element
2
- %h2.element-title Sample Tables
3
- .markup
4
- %table
5
- %caption
6
- Specification values:
7
- = succeed "," do
8
- %b Steel
9
- = succeed "," do
10
- %b Castings
11
- Ann. A.S.T.M. A27-16, Class B;* P max. 0.06; S max. 0.05.
12
- %thead
13
- %tr
14
- %th{:rowspan => "2"} Grade.
15
- %th{:rowspan => "2"} Yield Point.
16
- %th{:colspan => "2"} Ultimate tensile strength
17
- %th{:rowspan => "2"} Per cent elong. 50.8mm or 2 in.
18
- %th{:rowspan => "2"} Per cent reduct. area.
19
- %tr
20
- %th
21
- kg/mm
22
- %sup 2
23
- %th
24
- lb/in
25
- %sup 2
26
- %tbody
27
- %tr
28
- %td Hard
29
- %td 0.45 ultimate
30
- %td 56.2
31
- %td 80,000
32
- %td 15
33
- %td 20
34
- %tr
35
- %td Medium
36
- %td 0.45 ultimate
37
- %td 49.2
38
- %td 70,000
39
- %td 18
40
- %td 25
41
- %tr
42
- %td Soft
43
- %td 0.45 ultimate
44
- %td 42.2
45
- %td 60,000
46
- %td 22
47
- %td 30
48
- .markup
49
- %table
50
- %thead
51
- %tr
52
- %th
53
- %th
54
- 2008
55
- %th
56
- 2007
57
- %th
58
- 2006
59
- %tbody
60
- %tr
61
- %th
62
- Net sales
63
- %td
64
- $ 32,479
65
- %td
66
- $ 24,006
67
- %td
68
- $ 19,315
69
- %tr
70
- %th
71
- Cost of sales
72
- %td
73
- 21,334
74
- %td
75
- 15,852
76
- %td
77
- 13,717
78
- %tbody
79
- %tr
80
- %th
81
- Gross margin
82
- %td
83
- $ 11,145
84
- %td
85
- $ 8,154
86
- %td
87
- $ 5,598
88
- %tfoot
89
- %tr
90
- %th
91
- Gross margin percentage
92
- %td
93
- 34.3%
94
- %td
95
- 34.0%
96
- %td
97
- 29.0%
98
- .markup
99
- %table
100
- %colgroup
101
- %col
102
- %colgroup
103
- %col
104
- %col
105
- %col
106
- %thead
107
- %tr
108
- %th
109
- %th
110
- 2008
111
- %th
112
- 2007
113
- %th
114
- 2006
115
- %tbody
116
- %tr
117
- %th{:scope => "rowgroup"}
118
- Research and development
119
- %td
120
- $ 1,109
121
- %td
122
- $ 782
123
- %td
124
- $ 712
125
- %tr
126
- %th{:scope => "row"}
127
- Percentage of net sales
128
- %td
129
- 3.4%
130
- %td
131
- 3.3%
132
- %td
133
- 3.7%
134
- %tbody
135
- %tr
136
- %th{:scope => "rowgroup"}
137
- Selling, general, and administrative
138
- %td
139
- $ 3,761
140
- %td
141
- $ 2,963
142
- %td
143
- $ 2,433
144
- %tr
145
- %th{:scope => "row"}
146
- Percentage of net sales
147
- %td
148
- 11.6%
149
- %td
150
- 12.3%
151
- %td
152
- 12.6%
@@ -1,21 +0,0 @@
1
- %div#section.element
2
- %h2.element-title
3
- %a{:href => "http://developers.whatwg.org/sections.html#the-section-element"} Section
4
- %p
5
- The
6
- %code
7
- %a{:href => "http://developers.whatwg.org/sections.html#the-section-element"} section
8
- element
9
- %a{:href => "http://developers.whatwg.org/sections.html#represents"} represents
10
- a generic section of a document or application. A section, in this context, is a thematic grouping of content, typically with a heading.
11
- .markup
12
- %section
13
- %h1 Red Delicious
14
- %p
15
- These bright red apples are the most common found in many
16
- supermarkets.
17
- %section
18
- %h1 Granny Smith
19
- %p
20
- These juicy, green apples make a great filling for
21
- apple pies.
@@ -1,33 +0,0 @@
1
- %div#small.element
2
- %h2.element-title
3
- %a{:href => "http://developers.whatwg.org/text-level-semantics.html#the-small-element"} small
4
- %p
5
- The
6
- %code
7
- %a{:href => "http://developers.whatwg.org/text-level-semantics.html#the-small-element"} small
8
- element
9
- %a{:href => "http://developers.whatwg.org/text-level-semantics.html#represents"} represents
10
- side
11
- comments such as small print.
12
- .markup
13
- %dl
14
- %dt
15
- Single room
16
- %dd
17
- 199 €
18
- %small breakfast included, VAT not included
19
- %dt
20
- Double room
21
- %dd
22
- 239 €
23
- %small breakfast included, VAT not included
24
- .markup
25
- %p
26
- Example Corp today announced record profits for the
27
- second quarter
28
- = succeed "," do
29
- %small
30
- (Full Disclosure: Foo News is a subsidiary of
31
- Example Corp)
32
- leading to speculation about a third quarter
33
- merger with Demo Group.
@@ -1,25 +0,0 @@
1
- %div#strong.element
2
- %h2.element-title
3
- %a{:href => "http://developers.whatwg.org/text-level-semantics.html#the-strong-element"} strong
4
- %p
5
- The
6
- %code
7
- %a{:href => "http://developers.whatwg.org/text-level-semantics.html#the-strong-element"} strong
8
- element
9
- %a{:href => "http://developers.whatwg.org/text-level-semantics.html#represents"} represents
10
- strong
11
- importance for its contents.
12
- .markup
13
- %p
14
- %strong Warning.
15
- This dungeon is dangerous.
16
- %strong Avoid the ducks.
17
- Take any gold you find.
18
- %strong
19
- %strong> Do not take any of the diamonds
20
- ,
21
- they are explosive and
22
- %strong
23
- will destroy anything within
24
- ten meters.
25
- You have been warned.
@@ -1,58 +0,0 @@
1
- %div#sub-sup.element
2
- %h2.element-title
3
- %a{:href => "http://developers.whatwg.org/text-level-semantics.html#the-sub-and-sup-elements"} sub and sup
4
- %p
5
- The
6
- %code
7
- %a{:href => "http://developers.whatwg.org/text-level-semantics.html#the-sub-and-sup-elements"} sup
8
- element
9
- %a{:href => "http://developers.whatwg.org/text-level-semantics.html#represents"} represents
10
- a
11
- superscript and the
12
- %code
13
- %a{:href => "http://developers.whatwg.org/text-level-semantics.html#the-sub-and-sup-elements"} sub
14
- element
15
- %a{:href => "http://developers.whatwg.org/text-level-semantics.html#represents"} represents
16
- a subscript.
17
- .markup
18
- %p
19
- The most beautiful women are
20
- %span{:lang => "fr"}
21
- %abbr
22
- M
23
- %sup lle
24
- Gwendoline
25
- and
26
- = succeed "." do
27
- %span{:lang => "fr"}
28
- %abbr
29
- M
30
- %sup me
31
- Denise
32
- .markup
33
- %p
34
- The coordinate of the
35
- = succeed "th" do
36
- %var i
37
- point is
38
- (
39
- %var>
40
- x
41
- %sub
42
- %var i
43
- ,
44
- = succeed ")." do
45
- %var
46
- y
47
- %sub
48
- %var i
49
- For example, the 10th point has coordinate
50
- (
51
- %var>
52
- x
53
- %sub 10
54
- ,
55
- = succeed ")." do
56
- %var
57
- y
58
- %sub 10