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,196 +0,0 @@
1
- %div#table.element
2
- %h2.element-title
3
- %a{:href => "http://developers.whatwg.org/tabular-data.html#the-table-element"} Table
4
- %p
5
- The
6
- %code
7
- %a{:href => "http://developers.whatwg.org/tabular-data.html#the-table-element"} table
8
- element
9
- %a{:href => "http://developers.whatwg.org/tabular-data.html#represents"} represents
10
- data with
11
- more than one dimension, in the form of a
12
- = succeed "." do
13
- %a{:href => "http://developers.whatwg.org/tabular-data.html#concept-table", :title => "concept-table"} table
14
- .markup
15
- %p
16
- In the following table, characteristics are given in the second
17
- column, with the negative side in the left column and the positive
18
- side in the right column.
19
- %table
20
- %caption Characteristics with positive and negative sides
21
- %thead
22
- %tr
23
- %th#n
24
- Negative
25
- %th
26
- Characteristic
27
- %th
28
- Positive
29
- %tbody
30
- %tr
31
- %td{:headers => "n r1"}
32
- Sad
33
- %th#r1
34
- Mood
35
- %td
36
- Happy
37
- %tr
38
- %td{:headers => "n r2"}
39
- Failing
40
- %th#r2
41
- Grade
42
- %td
43
- Passing
44
- .markup
45
- %table
46
- %caption
47
- %strong Characteristics with positive and negative sides.
48
- %p
49
- Characteristics are given in the second column, with the
50
- negative side in the left column and the positive side in the right
51
- column.
52
- %thead
53
- %tr
54
- %th#n
55
- Negative
56
- %th
57
- Characteristic
58
- %th
59
- Positive
60
- %tbody
61
- %tr
62
- %td{:headers => "n r1"}
63
- Sad
64
- %th#r1
65
- Mood
66
- %td
67
- Happy
68
- %tr
69
- %td{:headers => "n r2"}
70
- Failing
71
- %th#r2
72
- Grade
73
- %td
74
- Passing
75
- .markup
76
- %table
77
- %caption
78
- %strong Characteristics with positive and negative sides.
79
- %details
80
- %summary Help
81
- %p
82
- Characteristics are given in the second column, with the
83
- negative side in the left column and the positive side in the right
84
- column.
85
- %thead
86
- %tr
87
- %th#n
88
- Negative
89
- %th
90
- Characteristic
91
- %th
92
- Positive
93
- %tbody
94
- %tr
95
- %td{:headers => "n r1"}
96
- Sad
97
- %th#r1
98
- Mood
99
- %td
100
- Happy
101
- %tr
102
- %td{:headers => "n r2"}
103
- Failing
104
- %th#r2
105
- Grade
106
- %td
107
- Passing
108
- .markup
109
- %figure
110
- %figcaption Characteristics with positive and negative sides
111
- %p
112
- Characteristics are given in the second column, with the
113
- negative side in the left column and the positive side in the right
114
- column.
115
- %table
116
- %thead
117
- %tr
118
- %th#n
119
- Negative
120
- %th
121
- Characteristic
122
- %th
123
- Positive
124
- %tbody
125
- %tr
126
- %td{:headers => "n r1"}
127
- Sad
128
- %th#r1
129
- Mood
130
- %td
131
- Happy
132
- %tr
133
- %td{:headers => "n r2"}
134
- Failing
135
- %th#r2
136
- Grade
137
- %td
138
- Passing
139
- .markup
140
- %figure
141
- %figcaption
142
- %strong Characteristics with positive and negative sides
143
- %p
144
- Characteristics are given in the second column, with the
145
- negative side in the left column and the positive side in the right
146
- column.
147
- %table
148
- %thead
149
- %tr
150
- %th#n
151
- Negative
152
- %th
153
- Characteristic
154
- %th
155
- Positive
156
- %tbody
157
- %tr
158
- %td{:headers => "n r1"}
159
- Sad
160
- %th#r1
161
- Mood
162
- %td
163
- Happy
164
- %tr
165
- %td{:headers => "n r2"}
166
- Failing
167
- %th#r2
168
- Grade
169
- %td
170
- Passing
171
- .markup
172
- %table
173
- %caption Characteristics with positive and negative sides
174
- %thead
175
- %tr
176
- %th
177
- Characteristic
178
- %th
179
- Negative
180
- %th
181
- Positive
182
- %tbody
183
- %tr
184
- %th
185
- Mood
186
- %td
187
- Sad
188
- %td
189
- Happy
190
- %tr
191
- %th
192
- Grade
193
- %td
194
- Failing
195
- %td
196
- Passing
@@ -1,305 +0,0 @@
1
- %div#text-summary.element
2
- %h2.element-title Usage summary
3
- .markup
4
- %table
5
- %thead
6
- %tr
7
- %th
8
- Element
9
- %th
10
- Purpose
11
- %th
12
- Example
13
- %tbody
14
- %tr
15
- %td
16
- %code
17
- %a{:href => "http://developers.whatwg.org/text-level-semantics.html#the-a-element"} a
18
- %td
19
- Hyperlinks
20
- %td
21
- %pre.example
22
- Visit my
23
- %strong <a href="drinks.html">drinks</a>
24
- page.
25
- %tr
26
- %td
27
- %code
28
- %a{:href => "http://developers.whatwg.org/text-level-semantics.html#the-em-element"} em
29
- %td
30
- Stress emphasis
31
- %td
32
- %pre.example
33
- I must say I
34
- %strong <em>adore</em>
35
- lemonade.
36
- %tr
37
- %td
38
- %code
39
- %a{:href => "http://developers.whatwg.org/text-level-semantics.html#the-strong-element"} strong
40
- %td
41
- Importance
42
- %td
43
- %pre.example
44
- This tea is
45
- = succeed "." do
46
- %strong <strong>very hot</strong>
47
- %tr
48
- %td
49
- %code
50
- %a{:href => "http://developers.whatwg.org/text-level-semantics.html#the-small-element"} small
51
- %td
52
- Side comments
53
- %td
54
- %pre.example
55
- These grapes are made into wine.
56
- %strong <small>Alcohol is addictive.</small>
57
- %tr
58
- %td
59
- %code
60
- %a{:href => "http://developers.whatwg.org/text-level-semantics.html#the-s-element"} s
61
- %td
62
- Inaccurate text
63
- %td
64
- %pre.example
65
- Price:
66
- %strong <s>£4.50</s>
67
- £2.00!
68
- %tr
69
- %td
70
- %code
71
- %a{:href => "http://developers.whatwg.org/text-level-semantics.html#the-cite-element"} cite
72
- %td
73
- Titles of works
74
- %td
75
- %pre.example
76
- The case
77
- %strong <cite>Hugo v. Danielle</cite>
78
- is relevant here.
79
- %tr
80
- %td
81
- %code
82
- %a{:href => "http://developers.whatwg.org/text-level-semantics.html#the-q-element"} q
83
- %td
84
- Quotations
85
- %td
86
- %pre.example
87
- The judge said
88
- %strong <q>You can drink water from the fish tank</q>
89
- but advised against it.
90
- %tr
91
- %td
92
- %code
93
- %a{:href => "http://developers.whatwg.org/text-level-semantics.html#the-dfn-element"} dfn
94
- %td
95
- Defining instance
96
- %td
97
- %pre.example
98
- The term
99
- %strong <dfn>organic food</dfn>
100
- refers to food produced without synthetic chemicals.
101
- %tr
102
- %td
103
- %code
104
- %a{:href => "http://developers.whatwg.org/text-level-semantics.html#the-abbr-element"} abbr
105
- %td
106
- Abbreviations
107
- %td
108
- %pre.example
109
- Organic food in Ireland is certified by the
110
- = succeed "." do
111
- %strong <abbr title="Irish Organic Farmers and Growers Association">IOFGA</abbr>
112
- %tr
113
- %td
114
- %code
115
- %a{:href => "http://developers.whatwg.org/text-level-semantics.html#the-time-element"} time
116
- %td
117
- Date and/or time
118
- %td
119
- %pre.example
120
- Published
121
- = succeed "." do
122
- %strong <time>2009-10-21</time>
123
- %tr
124
- %td
125
- %code
126
- %a{:href => "http://developers.whatwg.org/text-level-semantics.html#the-code-element"} code
127
- %td
128
- Computer code
129
- %td
130
- %pre.example
131
- The
132
- %strong <code>fruitdb</code>
133
- program can be used for tracking fruit production.
134
- %tr
135
- %td
136
- %code
137
- %a{:href => "http://developers.whatwg.org/text-level-semantics.html#the-var-element"} var
138
- %td
139
- Variables
140
- %td
141
- %pre.example
142
- If there are
143
- %strong <var>n</var>
144
- fruit in the bowl, at least
145
- = succeed "\u{f7}2" do
146
- %strong <var>n</var>
147
- will be ripe.
148
- %tr
149
- %td
150
- %code
151
- %a{:href => "http://developers.whatwg.org/text-level-semantics.html#the-samp-element"} samp
152
- %td
153
- Computer output
154
- %td
155
- %pre.example
156
- The computer said
157
- = succeed "." do
158
- %strong <samp>Unknown error -3</samp>
159
- %tr
160
- %td
161
- %code
162
- %a{:href => "http://developers.whatwg.org/text-level-semantics.html#the-kbd-element"} kbd
163
- %td
164
- User input
165
- %td
166
- %pre.example
167
- Hit
168
- %strong <kbd>F1</kbd>
169
- to continue.
170
- %tr
171
- %td
172
- %code
173
- %a{:href => "http://developers.whatwg.org/text-level-semantics.html#the-sub-and-sup-elements"} sub
174
- %td
175
- Subscripts
176
- %td
177
- %pre.example
178
- Water is H
179
- %strong> <sub>2</sub>
180
- O.
181
- %tr
182
- %td
183
- %code
184
- %a{:href => "http://developers.whatwg.org/text-level-semantics.html#the-sub-and-sup-elements"} sup
185
- %td
186
- Superscripts
187
- %td
188
- %pre.example
189
- The Hydrogen in heavy water is usually
190
- = succeed "H." do
191
- %strong <sup>2</sup>
192
- %tr
193
- %td
194
- %code
195
- %a{:href => "http://developers.whatwg.org/text-level-semantics.html#the-i-element"} i
196
- %td
197
- Alternative voice
198
- %td
199
- %pre.example
200
- Lemonade consists primarily of
201
- = succeed "." do
202
- %strong <i>Citrus limon</i>
203
- %tr
204
- %td
205
- %code
206
- %a{:href => "http://developers.whatwg.org/text-level-semantics.html#the-b-element"} b
207
- %td
208
- Keywords
209
- %td
210
- %pre.example
211
- Take a
212
- %strong <b>lemon</b>
213
- and squeeze it with a
214
- = succeed "." do
215
- %strong <b>juicer</b>
216
- %tr
217
- %td
218
- %code
219
- %a{:href => "http://developers.whatwg.org/text-level-semantics.html#the-mark-element"} mark
220
- %td
221
- Highlight
222
- %td
223
- %pre.example
224
- Elderflower cordial, with one
225
- %strong <mark>part</mark>
226
- cordial to ten
227
- = succeed "s" do
228
- %strong <mark>part</mark>
229
- water, stands a
230
- %strong <mark>part</mark>
231
- from the rest.
232
- %tr
233
- %td
234
- %code>
235
- %a{:href => "http://developers.whatwg.org/text-level-semantics.html#the-ruby-element"} ruby
236
- ,
237
- = succeed "," do
238
- %code
239
- %a{:href => "http://developers.whatwg.org/text-level-semantics.html#the-rt-element"} rt
240
- %code
241
- %a{:href => "http://developers.whatwg.org/text-level-semantics.html#the-rp-element"} rp
242
- %td
243
- Ruby annotations
244
- %td
245
- %pre.example
246
- %strong <ruby> OJ <rp>(<rt>Orange Juice<rp>)</ruby>
247
- %tr
248
- %td
249
- %code
250
- %a{:href => "http://developers.whatwg.org/text-level-semantics.html#the-bdi-element"} bdi
251
- %td
252
- Text directionality isolation
253
- %td
254
- %pre.example
255
- The recommended restaurant is
256
- = succeed "." do
257
- %strong <bdi lang="">My Juice Café (At The Beach)</bdi>
258
- %tr
259
- %td
260
- %code
261
- %a{:href => "http://developers.whatwg.org/text-level-semantics.html#the-bdo-element"} bdo
262
- %td
263
- Text directionality formatting
264
- %td
265
- %pre.example
266
- The proposal is to write English, but in reverse order. "Juice" would become "
267
- %strong> <bdo dir=rtl>Juice</bdo>
268
- "
269
- %tr
270
- %td
271
- %code
272
- %a{:href => "http://developers.whatwg.org/text-level-semantics.html#the-span-element"} span
273
- %td
274
- Other
275
- %td
276
- %pre.example
277
- In French we call it
278
- = succeed "." do
279
- %strong <span lang="fr">sirop de sureau</span>
280
- %tr
281
- %td
282
- %code
283
- %a{:href => "http://developers.whatwg.org/text-level-semantics.html#the-br-element"} br
284
- %td
285
- Line break
286
- %td
287
- %pre.example
288
- Simply Orange Juice Company
289
- %strong> <br>
290
- Apopka, FL 32703
291
- %strong> <br>
292
- U.S.A.
293
- %tr
294
- %td
295
- %code
296
- %a{:href => "http://developers.whatwg.org/text-level-semantics.html#the-wbr-element"} wbr
297
- %td
298
- Line breaking opportunity
299
- %td
300
- %pre.example
301
- www.simply
302
- %strong> <wbr>
303
- orange
304
- %strong> <wbr>
305
- juice.com
@@ -1,67 +0,0 @@
1
- %div#thead.element
2
- %h2.element-title
3
- %a{:href => "http://developers.whatwg.org/tabular-data.html#the-thead-element"} thead
4
- %p
5
- The
6
- %code
7
- %a{:href => "http://developers.whatwg.org/tabular-data.html#the-thead-element"} thead
8
- element
9
- %a{:href => "http://developers.whatwg.org/tabular-data.html#represents"} represents
10
- the
11
- %a{:href => "http://developers.whatwg.org/tabular-data.html#concept-row-group", :title => "concept-row-group"} block
12
- of
13
- %a{:href => "http://developers.whatwg.org/tabular-data.html#concept-row", :title => "concept-row"} rows
14
- that consist of the column labels
15
- (headers) for the parent
16
- %code
17
- %a{:href => "http://developers.whatwg.org/tabular-data.html#the-table-element"} table
18
- element, if the
19
- %code
20
- %a{:href => "http://developers.whatwg.org/tabular-data.html#the-thead-element"} thead
21
- element has a parent and it is a
22
- = succeed "." do
23
- %code
24
- %a{:href => "http://developers.whatwg.org/tabular-data.html#the-table-element"} table
25
- .markup
26
- %table
27
- %caption School auction sign-up sheet
28
- %thead
29
- %tr
30
- %th
31
- %label{:for => "e1"} Name
32
- %th
33
- %label{:for => "e2"} Product
34
- %th
35
- %label{:for => "e3"} Picture
36
- %th
37
- %label{:for => "e4"} Price
38
- %tr
39
- %td
40
- Your name here
41
- %td
42
- What are you selling?
43
- %td
44
- Link to a picture
45
- %td
46
- Your reserve price
47
- %tbody
48
- %tr
49
- %td
50
- Ms Danus
51
- %td
52
- Doughnuts
53
- %td
54
- %img{:src => "http://example.com/mydoughnuts.png", :title => "Doughnuts from Ms Danus"}
55
- %td
56
- $45
57
- %tr
58
- %td
59
- %input#e1{:form => "f", :name => "who", :required => "", :type => "text"}
60
- %td
61
- %input#e2{:form => "f", :name => "what", :required => "", :type => "text"}
62
- %td
63
- %input#e3{:form => "f", :name => "pic", :type => "url"}
64
- %td
65
- %input#e4{:form => "f", :min => "0", :required => "", :step => "0.01", :type => "number", :value => "0"}
66
- %form#f{:action => "/auction.cgi"}
67
- %input{:name => "add", :type => "button", :value => "Submit"}
@@ -1,31 +0,0 @@
1
- %div#time.element
2
- %h2.element-title
3
- %a{:href => "http://developers.whatwg.org/text-level-semantics.html#the-time-element"} time
4
- %p
5
- The
6
- %code
7
- %a{:href => "http://developers.whatwg.org/text-level-semantics.html#the-time-element"} time
8
- element
9
- %a{:href => "http://developers.whatwg.org/text-level-semantics.html#represents"} represents
10
- either a
11
- time on a 24 hour clock, or a precise date in the proleptic
12
- Gregorian calendar, optionally with a time and a time-zone
13
- offset.
14
- %a{:href => "references.html#refsGREGORIAN"} [GREGORIAN]
15
- .markup
16
- .vevent
17
- %a.url{:href => "http://www.web2con.com/"} http://www.web2con.com/
18
- = succeed ":" do
19
- %span.summary Web 2.0 Conference
20
- %time.dtstart{:datetime => "2007-10-05"} October 5
21
- \-
22
- = succeed "," do
23
- %time.dtend{:datetime => "2007-10-20"} 19
24
- at the
25
- %span.location Argent Hotel, San Francisco, CA
26
- .markup
27
- %p
28
- I usually have a snack at
29
- = succeed "." do
30
- %time 16:00
31
- %p I've liked model trains since at least 1983.
@@ -1,21 +0,0 @@
1
- %div#ul.element
2
- %h2.element-title
3
- %a{:href => "http://developers.whatwg.org/grouping-content.html#the-ul-element"} ul
4
- %p
5
- The
6
- %code
7
- %a{:href => "http://developers.whatwg.org/grouping-content.html#the-ul-element"} ul
8
- element
9
- %a{:href => "http://developers.whatwg.org/grouping-content.html#represents"} represents
10
- a list of items, where the order of the items is not important — that is, where changing the order would not materially change the meaning of the document.
11
- .markup
12
- %p I have lived in the following countries:
13
- %ul
14
- %li
15
- Norway
16
- %li
17
- Switzerland
18
- %li
19
- United Kingdom
20
- %li
21
- United States
@@ -1,14 +0,0 @@
1
- %nav
2
- %ul
3
- %li
4
- %a{:href => "/survivalkit/elements-common"} Common Markup
5
- %li
6
- %a{:href => "/survivalkit/elements-html5"} Common HTML5
7
- %li
8
- %a{:href => "/survivalkit/elements-typography"} Typography
9
- %li
10
- %a{:href => "/survivalkit/elements-ui-patterns-drupal"} Drupal UI Patterns
11
- %li
12
- %a{:href => "/survivalkit/elements-ui-patterns"} UI Patterns
13
- %li
14
- %a{:href => "/survivalkit/styletile"} Style Tile
@@ -1,7 +0,0 @@
1
- %div#block.element
2
- %h2.element-title Block
3
- .markup
4
- #block-block-1.block.block-block
5
- %h2 This is a Custom Block
6
- .content
7
- %p Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.
@@ -1,7 +0,0 @@
1
- %div#breadcrumbs.element
2
- %h2.element-title Breadcrumbs
3
- .markup
4
- .breadcrumb
5
- %a{:href => "/"} Home
6
- »
7
- %a{:href => "/blog", :title => "Blog"} Blog