lib/celerity/elements/non_control_elements.rb in jarib-celerity-0.0.6.7 vs lib/celerity/elements/non_control_elements.rb in jarib-celerity-0.0.6.8
- old
+ new
@@ -1,11 +1,11 @@
module Celerity
-
+
#
# Superclass for for Span, Pre, Div, H1, ...
#
-
+
class NonControlElement < Element
include Exception
include ClickableElement
ATTRIBUTES = BASE_ATTRIBUTES
@@ -88,10 +88,10 @@
end
class Span < NonControlElement
TAGS = [ Identifier.new('span') ]
end
-
+
class Strong < NonControlElement
TAGS = [ Identifier.new('strong') ]
end
# class Title < NonControlElement