lib/csl/style/group.rb in csl-1.2.1 vs lib/csl/style/group.rb in csl-1.2.2
- old
+ new
@@ -3,12 +3,11 @@
# The Group rendering element must contain one or more rendering
# element (with the exception of {Layout}). Group nodes may carry the
# delimiter attribute to separate their child elements, as well as
# affixes and display attributes (applied to the output of the group
- # as a whole) and formatting attributes (transmitted to the enclosed
- # elements).
+ # as a whole).
#
# Groups implicitly act as a conditionals: a Group and its child
# elements are suppressed if a) at least one rendering element in
# the Group calls a variable (either directly or via a macro), and
# b) all variables that are called are empty.
@@ -24,13 +23,9 @@
# elements.
#
# @return [Hash] the node's formatting options
def formatting_options
attributes_for :display, *Schema.attr(:affixes)
- end
-
- def inheritable_formatting_options
- attributes_for :'text-case', *Schema.attr(:font)
end
end
end
end