lib/csl/style/text.rb in csl-1.0.0.pre5 vs lib/csl/style/text.rb in csl-1.0.0.pre6
- old
+ new
@@ -1,10 +1,12 @@
module CSL
class Style
-
+
class Text < Node
- attr_struct :variable, :macro, :term, :form, :plural, :'text-case',
- :value, *Schema.attr(:affixes, :display, :font, :quotes, :periods)
+ attr_struct :variable, :macro, :term, :form, :plural, :value,
+ *Schema.attr(:formatting, :display, :periods)
+
+ has_no_children
end
-
+
end
end
\ No newline at end of file