inky-rb 1.3.8.0 → 1.4.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (52) hide show
  1. checksums.yaml +4 -4
  2. data/inky.gemspec +5 -5
  3. data/lib/inky/component_factory.rb +15 -8
  4. data/lib/inky/rails/version.rb +1 -1
  5. data/lib/inky.rb +6 -1
  6. data/spec/cases/button/with_extra_attr.inky +3 -0
  7. data/spec/cases/button/with_link.inky +1 -1
  8. data/spec/cases/button/with_link_and_extra_attr.inky +3 -0
  9. data/spec/cases/h_line/basic.inky +1 -0
  10. data/spec/cases/h_line/multiple.inky +8 -0
  11. data/spec/cases/h_line/with_attr.inky +2 -0
  12. data/spec/cases/spacer/with_attr.inky +6 -0
  13. data/spec/cases/spacer/with_size.inky +1 -1
  14. data/spec/cases/spacer/with_size_lg.inky +1 -1
  15. data/spec/cases/spacer/with_size_sm.inky +1 -1
  16. data/spec/cases/spacer/with_size_sm_and_lg.inky +1 -1
  17. data/spec/cases/spacer/with_sizes_and_attr.inky +6 -0
  18. data/spec/components_spec.rb +48 -48
  19. data/spec/grid_spec.rb +38 -38
  20. data/spec/spec_helper.rb +0 -1
  21. data/spec/test_app/log/test.log +101 -4702
  22. data/spec/test_app/spec/features/inky_spec.rb +3 -3
  23. metadata +85 -131
  24. data/spec/_cases_output/button/no_link.inky +0 -1
  25. data/spec/_cases_output/button/with_expand_class.inky +0 -4
  26. data/spec/_cases_output/button/with_image.inky +0 -3
  27. data/spec/_cases_output/button/with_link.inky +0 -3
  28. data/spec/_cases_output/button/with_tricky_class.inky +0 -22
  29. data/spec/_cases_output/callout/basic.inky +0 -1
  30. data/spec/_cases_output/callout/with_attributes.inky +0 -3
  31. data/spec/_cases_output/general/empty_attributes.inky +0 -6
  32. data/spec/_cases_output/general/multiple_root.inky +0 -2
  33. data/spec/_cases_output/general/no_tag.inky +0 -1
  34. data/spec/_cases_output/general/root_within_text.inky +0 -3
  35. data/spec/_cases_output/general/void_html_elements.inky +0 -6
  36. data/spec/_cases_output/grid/columns.inky +0 -2
  37. data/spec/_cases_output/grid/container.inky +0 -1
  38. data/spec/_cases_output/grid/container_with_align.inky +0 -1
  39. data/spec/_cases_output/grid/row.inky +0 -1
  40. data/spec/_cases_output/grid/row_with_columns.inky +0 -5
  41. data/spec/_cases_output/menu/item.inky +0 -1
  42. data/spec/_cases_output/menu/menu.inky +0 -2
  43. data/spec/_cases_output/menu/menu_with_align.inky +0 -2
  44. data/spec/_cases_output/menu/menu_with_items.inky +0 -5
  45. data/spec/_cases_output/spacer/basic.inky +0 -5
  46. data/spec/_cases_output/spacer/with_size.inky +0 -5
  47. data/spec/_cases_output/spacer/with_size_lg.inky +0 -5
  48. data/spec/_cases_output/spacer/with_size_sm.inky +0 -5
  49. data/spec/_cases_output/spacer/with_size_sm_and_lg.inky +0 -5
  50. data/spec/_cases_output/wrapper/basic.inky +0 -1
  51. data/spec/_cases_output/wrapper/with_align.inky +0 -1
  52. data/spec/_cases_output/wrapper/with_attributes.inky +0 -1
@@ -38,9 +38,9 @@ describe 'Rails', type: :feature do
38
38
  <!DOCTYPE html>
39
39
  <html><body>
40
40
  <container>
41
- <table class="button"><tr><td>
42
- <table><tr><td><a href="bar">Click me</a></td></tr></table>
43
- </td></tr></table>
41
+ <table class="button"><tbody><tr><td>
42
+ <table><tbody><tr><td><a href="bar">Click me</a></td></tr></tbody></table>
43
+ </td></tr></tbody></table>
44
44
  </container>
45
45
  </body></html>
46
46
  HTML
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: inky-rb
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.8.0
4
+ version: 1.4.2.1
5
5
  platform: ruby
6
6
  authors:
7
- - ZURB
8
- autorequire:
7
+ - Foundation
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-03-27 00:00:00.000000000 Z
11
+ date: 2023-10-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: foundation_emails
@@ -136,11 +136,10 @@ dependencies:
136
136
  - - ">="
137
137
  - !ruby/object:Gem::Version
138
138
  version: '0'
139
- description: 'Inky is an HTML-based templating language that converts simple HTML
140
- into complex, responsive email-ready HTML. Designed for Foundation for Emails, a
141
- responsive email framework from ZURB. '
139
+ description: Inky is an HTML-based templating language that converts simple HTML into
140
+ complex, responsive email-ready HTML. Designed for Foundation for Emails
142
141
  email:
143
- - foundation@zurb.com
142
+ - contact@get.foundation
144
143
  executables: []
145
144
  extensions: []
146
145
  extra_rdoc_files: []
@@ -168,39 +167,12 @@ files:
168
167
  - lib/inky/rails/engine.rb
169
168
  - lib/inky/rails/template_handler.rb
170
169
  - lib/inky/rails/version.rb
171
- - spec/_cases_output/button/no_link.inky
172
- - spec/_cases_output/button/with_expand_class.inky
173
- - spec/_cases_output/button/with_image.inky
174
- - spec/_cases_output/button/with_link.inky
175
- - spec/_cases_output/button/with_tricky_class.inky
176
- - spec/_cases_output/callout/basic.inky
177
- - spec/_cases_output/callout/with_attributes.inky
178
- - spec/_cases_output/general/empty_attributes.inky
179
- - spec/_cases_output/general/multiple_root.inky
180
- - spec/_cases_output/general/no_tag.inky
181
- - spec/_cases_output/general/root_within_text.inky
182
- - spec/_cases_output/general/void_html_elements.inky
183
- - spec/_cases_output/grid/columns.inky
184
- - spec/_cases_output/grid/container.inky
185
- - spec/_cases_output/grid/container_with_align.inky
186
- - spec/_cases_output/grid/row.inky
187
- - spec/_cases_output/grid/row_with_columns.inky
188
- - spec/_cases_output/menu/item.inky
189
- - spec/_cases_output/menu/menu.inky
190
- - spec/_cases_output/menu/menu_with_align.inky
191
- - spec/_cases_output/menu/menu_with_items.inky
192
- - spec/_cases_output/spacer/basic.inky
193
- - spec/_cases_output/spacer/with_size.inky
194
- - spec/_cases_output/spacer/with_size_lg.inky
195
- - spec/_cases_output/spacer/with_size_sm.inky
196
- - spec/_cases_output/spacer/with_size_sm_and_lg.inky
197
- - spec/_cases_output/wrapper/basic.inky
198
- - spec/_cases_output/wrapper/with_align.inky
199
- - spec/_cases_output/wrapper/with_attributes.inky
200
170
  - spec/cases/button/no_link.inky
201
171
  - spec/cases/button/with_expand_class.inky
172
+ - spec/cases/button/with_extra_attr.inky
202
173
  - spec/cases/button/with_image.inky
203
174
  - spec/cases/button/with_link.inky
175
+ - spec/cases/button/with_link_and_extra_attr.inky
204
176
  - spec/cases/button/with_tricky_class.inky
205
177
  - spec/cases/callout/basic.inky
206
178
  - spec/cases/callout/with_attributes.inky
@@ -213,15 +185,20 @@ files:
213
185
  - spec/cases/grid/container_with_align.inky
214
186
  - spec/cases/grid/row.inky
215
187
  - spec/cases/grid/row_with_columns.inky
188
+ - spec/cases/h_line/basic.inky
189
+ - spec/cases/h_line/multiple.inky
190
+ - spec/cases/h_line/with_attr.inky
216
191
  - spec/cases/menu/item.inky
217
192
  - spec/cases/menu/menu.inky
218
193
  - spec/cases/menu/menu_with_align.inky
219
194
  - spec/cases/menu/menu_with_items.inky
220
195
  - spec/cases/spacer/basic.inky
196
+ - spec/cases/spacer/with_attr.inky
221
197
  - spec/cases/spacer/with_size.inky
222
198
  - spec/cases/spacer/with_size_lg.inky
223
199
  - spec/cases/spacer/with_size_sm.inky
224
200
  - spec/cases/spacer/with_size_sm_and_lg.inky
201
+ - spec/cases/spacer/with_sizes_and_attr.inky
225
202
  - spec/cases/wrapper/basic.inky
226
203
  - spec/cases/wrapper/with_align.inky
227
204
  - spec/cases/wrapper/with_attributes.inky
@@ -274,11 +251,11 @@ files:
274
251
  - spec/test_app/log/test.log
275
252
  - spec/test_app/spec/features/inky_spec.rb
276
253
  - spec/test_app/spec/helper.rb
277
- homepage: https://github.com/zurb/inky-rb
254
+ homepage: https://github.com/foundation/inky-rb
278
255
  licenses:
279
256
  - MIT
280
257
  metadata: {}
281
- post_install_message:
258
+ post_install_message:
282
259
  rdoc_options: []
283
260
  require_paths:
284
261
  - lib
@@ -293,115 +270,92 @@ required_rubygems_version: !ruby/object:Gem::Requirement
293
270
  - !ruby/object:Gem::Version
294
271
  version: '0'
295
272
  requirements: []
296
- rubygems_version: 3.1.2
297
- signing_key:
273
+ rubygems_version: 3.4.10
274
+ signing_key:
298
275
  specification_version: 4
299
276
  summary: Inky is an HTML-based templating language that converts simple HTML into
300
- complex, responsive email-ready HTML. Designed for Foundation for Emails, a responsive
301
- email framework from ZURB.
277
+ complex, responsive email-ready HTML. Designed for Foundation for Emails
302
278
  test_files:
279
+ - spec/cases/button/no_link.inky
280
+ - spec/cases/button/with_expand_class.inky
281
+ - spec/cases/button/with_extra_attr.inky
282
+ - spec/cases/button/with_image.inky
283
+ - spec/cases/button/with_link.inky
284
+ - spec/cases/button/with_link_and_extra_attr.inky
285
+ - spec/cases/button/with_tricky_class.inky
286
+ - spec/cases/callout/basic.inky
287
+ - spec/cases/callout/with_attributes.inky
288
+ - spec/cases/general/multiple_root.inky
289
+ - spec/cases/general/no_tag.inky
290
+ - spec/cases/general/root_within_text.inky
291
+ - spec/cases/general/void_html_elements.inky
292
+ - spec/cases/grid/columns.inky
293
+ - spec/cases/grid/container.inky
294
+ - spec/cases/grid/container_with_align.inky
295
+ - spec/cases/grid/row.inky
296
+ - spec/cases/grid/row_with_columns.inky
297
+ - spec/cases/h_line/basic.inky
298
+ - spec/cases/h_line/multiple.inky
299
+ - spec/cases/h_line/with_attr.inky
300
+ - spec/cases/menu/item.inky
301
+ - spec/cases/menu/menu.inky
302
+ - spec/cases/menu/menu_with_align.inky
303
+ - spec/cases/menu/menu_with_items.inky
304
+ - spec/cases/spacer/basic.inky
305
+ - spec/cases/spacer/with_attr.inky
306
+ - spec/cases/spacer/with_size.inky
307
+ - spec/cases/spacer/with_size_lg.inky
308
+ - spec/cases/spacer/with_size_sm.inky
309
+ - spec/cases/spacer/with_size_sm_and_lg.inky
310
+ - spec/cases/spacer/with_sizes_and_attr.inky
311
+ - spec/cases/wrapper/basic.inky
312
+ - spec/cases/wrapper/with_align.inky
313
+ - spec/cases/wrapper/with_attributes.inky
314
+ - spec/cases_spec.rb
315
+ - spec/components_spec.rb
316
+ - spec/configuration_spec.rb
317
+ - spec/grid_spec.rb
318
+ - spec/inky_spec.rb
303
319
  - spec/spec_helper.rb
304
- - spec/test_app/app/mailers/application_mailer.rb
320
+ - spec/test_app/Rakefile
305
321
  - spec/test_app/app/controllers/application_controller.rb
306
322
  - spec/test_app/app/controllers/inky_controller.rb
307
- - spec/test_app/app/views/inky/simple.html.inky
308
- - spec/test_app/app/views/inky/layout.html.erb
309
- - spec/test_app/app/views/inky/explicit_slim.html.inky-slim
323
+ - spec/test_app/app/helpers/application_helper.rb
324
+ - spec/test_app/app/mailers/application_mailer.rb
310
325
  - spec/test_app/app/views/inky/_inky_partial.html.inky
311
- - spec/test_app/app/views/inky/non_inky.html.erb
312
326
  - spec/test_app/app/views/inky/explicit_builder.html.inky-builder
327
+ - spec/test_app/app/views/inky/explicit_slim.html.inky-slim
328
+ - spec/test_app/app/views/inky/layout.html.erb
329
+ - spec/test_app/app/views/inky/non_inky.html.erb
330
+ - spec/test_app/app/views/inky/simple.html.inky
313
331
  - spec/test_app/app/views/inky/slim.html.inky
314
- - spec/test_app/app/views/layouts/inky_layout.html.inky
315
332
  - spec/test_app/app/views/layouts/application.html.erb
316
- - spec/test_app/app/helpers/application_helper.rb
317
- - spec/test_app/config/secrets.yml
318
- - spec/test_app/config/routes.rb
319
- - spec/test_app/config/locales/en.yml
333
+ - spec/test_app/app/views/layouts/inky_layout.html.inky
334
+ - spec/test_app/config/application.rb
335
+ - spec/test_app/config/boot.rb
320
336
  - spec/test_app/config/cable.yml
321
- - spec/test_app/config/environments/production.rb
337
+ - spec/test_app/config/database.yml
338
+ - spec/test_app/config/environment.rb
322
339
  - spec/test_app/config/environments/development.rb
340
+ - spec/test_app/config/environments/production.rb
323
341
  - spec/test_app/config/environments/test.rb
324
- - spec/test_app/config/spring.rb
325
- - spec/test_app/config/environment.rb
326
- - spec/test_app/config/application.rb
327
- - spec/test_app/config/puma.rb
328
- - spec/test_app/config/database.yml
329
- - spec/test_app/config/boot.rb
330
342
  - spec/test_app/config/initializers/application_controller_renderer.rb
343
+ - spec/test_app/config/initializers/assets.rb
331
344
  - spec/test_app/config/initializers/backtrace_silencers.rb
332
- - spec/test_app/config/initializers/mime_types.rb
345
+ - spec/test_app/config/initializers/cookies_serializer.rb
333
346
  - spec/test_app/config/initializers/filter_parameter_logging.rb
334
- - spec/test_app/config/initializers/session_store.rb
335
- - spec/test_app/config/initializers/wrap_parameters.rb
347
+ - spec/test_app/config/initializers/inflections.rb
348
+ - spec/test_app/config/initializers/mime_types.rb
336
349
  - spec/test_app/config/initializers/new_framework_defaults.rb
337
- - spec/test_app/config/initializers/assets.rb
338
- - spec/test_app/config/initializers/cookies_serializer.rb
339
350
  - spec/test_app/config/initializers/secret_token.rb
340
- - spec/test_app/config/initializers/inflections.rb
351
+ - spec/test_app/config/initializers/session_store.rb
352
+ - spec/test_app/config/initializers/wrap_parameters.rb
353
+ - spec/test_app/config/locales/en.yml
354
+ - spec/test_app/config/puma.rb
355
+ - spec/test_app/config/routes.rb
356
+ - spec/test_app/config/secrets.yml
357
+ - spec/test_app/config/spring.rb
341
358
  - spec/test_app/config.ru
342
- - spec/test_app/spec/helper.rb
343
- - spec/test_app/spec/features/inky_spec.rb
344
- - spec/test_app/Rakefile
345
359
  - spec/test_app/log/test.log
346
- - spec/cases_spec.rb
347
- - spec/grid_spec.rb
348
- - spec/configuration_spec.rb
349
- - spec/_cases_output/wrapper/basic.inky
350
- - spec/_cases_output/wrapper/with_align.inky
351
- - spec/_cases_output/wrapper/with_attributes.inky
352
- - spec/_cases_output/general/no_tag.inky
353
- - spec/_cases_output/general/multiple_root.inky
354
- - spec/_cases_output/general/void_html_elements.inky
355
- - spec/_cases_output/general/empty_attributes.inky
356
- - spec/_cases_output/general/root_within_text.inky
357
- - spec/_cases_output/spacer/basic.inky
358
- - spec/_cases_output/spacer/with_size_sm.inky
359
- - spec/_cases_output/spacer/with_size_lg.inky
360
- - spec/_cases_output/spacer/with_size_sm_and_lg.inky
361
- - spec/_cases_output/spacer/with_size.inky
362
- - spec/_cases_output/callout/basic.inky
363
- - spec/_cases_output/callout/with_attributes.inky
364
- - spec/_cases_output/button/with_tricky_class.inky
365
- - spec/_cases_output/button/with_expand_class.inky
366
- - spec/_cases_output/button/with_link.inky
367
- - spec/_cases_output/button/no_link.inky
368
- - spec/_cases_output/button/with_image.inky
369
- - spec/_cases_output/menu/menu_with_items.inky
370
- - spec/_cases_output/menu/menu_with_align.inky
371
- - spec/_cases_output/menu/menu.inky
372
- - spec/_cases_output/menu/item.inky
373
- - spec/_cases_output/grid/row.inky
374
- - spec/_cases_output/grid/row_with_columns.inky
375
- - spec/_cases_output/grid/columns.inky
376
- - spec/_cases_output/grid/container.inky
377
- - spec/_cases_output/grid/container_with_align.inky
378
- - spec/cases/wrapper/basic.inky
379
- - spec/cases/wrapper/with_align.inky
380
- - spec/cases/wrapper/with_attributes.inky
381
- - spec/cases/general/no_tag.inky
382
- - spec/cases/general/multiple_root.inky
383
- - spec/cases/general/void_html_elements.inky
384
- - spec/cases/general/root_within_text.inky
385
- - spec/cases/spacer/basic.inky
386
- - spec/cases/spacer/with_size_sm.inky
387
- - spec/cases/spacer/with_size_lg.inky
388
- - spec/cases/spacer/with_size_sm_and_lg.inky
389
- - spec/cases/spacer/with_size.inky
390
- - spec/cases/callout/basic.inky
391
- - spec/cases/callout/with_attributes.inky
392
- - spec/cases/button/with_tricky_class.inky
393
- - spec/cases/button/with_expand_class.inky
394
- - spec/cases/button/with_link.inky
395
- - spec/cases/button/no_link.inky
396
- - spec/cases/button/with_image.inky
397
- - spec/cases/menu/menu_with_items.inky
398
- - spec/cases/menu/menu_with_align.inky
399
- - spec/cases/menu/menu.inky
400
- - spec/cases/menu/item.inky
401
- - spec/cases/grid/row.inky
402
- - spec/cases/grid/row_with_columns.inky
403
- - spec/cases/grid/columns.inky
404
- - spec/cases/grid/container.inky
405
- - spec/cases/grid/container_with_align.inky
406
- - spec/components_spec.rb
407
- - spec/inky_spec.rb
360
+ - spec/test_app/spec/features/inky_spec.rb
361
+ - spec/test_app/spec/helper.rb
@@ -1 +0,0 @@
1
- <table class="button"><tr><td><table><tr><td>I'm missing an href</td></tr></table></td></tr></table>
@@ -1,4 +0,0 @@
1
- <table class="button expand foo"><tr><td><table><tr><td><center data-parsed=""><a href="http://example.com" align="center" class="float-center">
2
- A label
3
- </a></center></td></tr></table></td>
4
- <td class="expander"></td></tr></table>
@@ -1,3 +0,0 @@
1
- <table class="button"><tr><td><table><tr><td><a href="#">
2
- <img src="http://www.example.com/" width="600" height="400">
3
- </a></td></tr></table></td></tr></table>
@@ -1,3 +0,0 @@
1
- <table class="button some classes"><tr><td><table><tr><td><a href="http://example.com">
2
- A label
3
- </a></td></tr></table></td></tr></table>
@@ -1,22 +0,0 @@
1
- <table class="button noexpand"><tr><td><table><tr><td><a href="http://example.com">
2
- A label
3
- </a></td></tr></table></td></tr></table>
4
-
5
- <table class="button expand-niet"><tr><td><table><tr><td><a href="http://example.com">
6
- A label
7
- </a></td></tr></table></td></tr></table>
8
-
9
- <table class="button expand foo"><tr><td><table><tr><td><center data-parsed=""><a href="http://example.com" align="center" class="float-center">
10
- A label
11
- </a></center></td></tr></table></td>
12
- <td class="expander"></td></tr></table>
13
-
14
- <table class="button foo expand"><tr><td><table><tr><td><center data-parsed=""><a href="http://example.com" align="center" class="float-center">
15
- A label
16
- </a></center></td></tr></table></td>
17
- <td class="expander"></td></tr></table>
18
-
19
- <table class="button foo expand bar"><tr><td><table><tr><td><center data-parsed=""><a href="http://example.com" align="center" class="float-center">
20
- A label
21
- </a></center></td></tr></table></td>
22
- <td class="expander"></td></tr></table>
@@ -1 +0,0 @@
1
- <table class="callout"><tr><th class="callout-inner">Simple callout</th><th class="expander"></th></tr></table>
@@ -1,3 +0,0 @@
1
- <table foo="bar" class="callout"><tr><th class="callout-inner some klasses">
2
- <p>I'm in a callout!</p>
3
- </th><th class="expander"></th></tr></table>
@@ -1,6 +0,0 @@
1
- <!-- pending -->
2
-
3
- <table class="button"><tr><td><table><tr><td>
4
- <span data-foo="" data-bar="">
5
- </span></td></tr></table></td></tr></table>
6
-
@@ -1,2 +0,0 @@
1
- <table class="callout"><tr><th class="callout-inner">Hey</th><th class="expander"></th></tr></table>
2
- <table class="callout"><tr><th class="callout-inner">You</th><th class="expander"></th></tr></table>
@@ -1 +0,0 @@
1
- Very simple test...
@@ -1,3 +0,0 @@
1
- Text before
2
- <table class="callout"><tr><th class="callout-inner">Ho</th><th class="expander"></th></tr></table>
3
- Text after
@@ -1,6 +0,0 @@
1
- <table class="callout"><tr><th class="callout-inner">
2
- Hello
3
- <br>
4
- Here's an image:
5
- <img src="http://www.example.com" width="400" height="200">
6
- </th><th class="expander"></th></tr></table>
@@ -1,2 +0,0 @@
1
- <th class="some classes small-12 large-12 columns first last" foo="bar"><table><tr><th>First column</th>
2
- <th class="expander"></th></tr></table></th>
@@ -1 +0,0 @@
1
- <table foo="bar" align="center" class="container klass"><tbody><tr><td>some content</td></tr></tbody></table>
@@ -1 +0,0 @@
1
- <table align="left" class="container"><tbody><tr><td>some content</td></tr></tbody></table>
@@ -1 +0,0 @@
1
- <table foo="bar" class="row some klasses"><tbody><tr>columns here</tr></tbody></table>
@@ -1,5 +0,0 @@
1
- <table class="row collapse"><tbody><tr>
2
- <th class="small-12 large-4 columns first"><table><tr><th>First column</th></tr></table></th>
3
- <th class="small-12 large-4 columns"><table><tr><th>Second column</th></tr></table></th>
4
- <th class="small-12 large-4 columns last"><table><tr><th>Last column</th></tr></table></th>
5
- </tr></tbody></table>
@@ -1 +0,0 @@
1
- <th foo="bar" class="menu-item some classes"><a href="http://example.com">An item</a></th>
@@ -1,2 +0,0 @@
1
- <table foo="bar" class="menu some classes"><tr><td><table><tr>
2
- </tr></table></td></tr></table>
@@ -1,2 +0,0 @@
1
- <table align="left" class="menu"><tr><td><table><tr>
2
- </tr></table></td></tr></table>
@@ -1,5 +0,0 @@
1
- <table class="menu small-vertical"><tr><td><table><tr>
2
- <th class="menu-item"><a href="http://example.com/1">An item</a></th>
3
- <th class="menu-item"><a href="http://example.com/2">Another Item</a></th>
4
- <th class="menu-item"><a href="http://example.com/3">Last Item</a></th>
5
- </tr></table></td></tr></table>
@@ -1,5 +0,0 @@
1
- <div>
2
- Stuff on top
3
- <table class="spacer"><tbody><tr><td height="16px" style="font-size:16px;line-height:16px;">&#xA0;</td></tr></tbody></table>
4
- Stuff on bottom
5
- </div>
@@ -1,5 +0,0 @@
1
- <div>
2
- Stuff on top
3
- <table class="spacer some classes"><tbody><tr><td height="42px" style="font-size:42px;line-height:42px;">&#xA0;</td></tr></tbody></table>
4
- Stuff on bottom
5
- </div>
@@ -1,5 +0,0 @@
1
- <div>
2
- Stuff on top
3
- <table class="spacer some classes show-for-large"><tbody><tr><td height="666px" style="font-size:666px;line-height:666px;">&#xA0;</td></tr></tbody></table>
4
- <p>Stuff on bottom</p>
5
- </div>
@@ -1,5 +0,0 @@
1
- <div>
2
- Stuff on top
3
- <table class="spacer some classes hide-for-large"><tbody><tr><td height="42px" style="font-size:42px;line-height:42px;">&#xA0;</td></tr></tbody></table>
4
- Stuff on bottom
5
- </div>
@@ -1,5 +0,0 @@
1
- <div>
2
- Stuff on top
3
- <table class="spacer some classes hide-for-large"><tbody><tr><td height="42px" style="font-size:42px;line-height:42px;">&#xA0;</td></tr></tbody></table><table class="spacer some classes show-for-large"><tbody><tr><td height="666px" style="font-size:666px;line-height:666px;">&#xA0;</td></tr></tbody></table>
4
- Stuff on bottom
5
- </div>
@@ -1 +0,0 @@
1
- <table class="wrapper" align="center"><tr><td class="wrapper-inner">In the wrap</td></tr></table>
@@ -1 +0,0 @@
1
- <table align="left" class="wrapper"><tr><td class="wrapper-inner">In the wrap</td></tr></table>
@@ -1 +0,0 @@
1
- <table foo="bar" class="wrapper some classes" align="center"><tr><td class="wrapper-inner">In the wrap</td></tr></table>