lib/arbre/html/html5_elements.rb in arbre-1.7.0 vs lib/arbre/html/html5_elements.rb in arbre-2.0.0

- old
+ new

@@ -26,23 +26,7 @@ class P < Tag builder_method :para end - class Table < Tag - def initialize(*) - super - set_table_tag_defaults - end - - protected - - # Set some good defaults for tables - def set_table_tag_defaults - set_attribute :border, 0 - set_attribute :cellspacing, 0 - set_attribute :cellpadding, 0 - end - end - end end