# File lib/maruku/output/to_html.rb, line 837
        def to_html_abbr
                abbr = Element.new 'abbr'
                abbr << Text.new(children[0])
                abbr.attributes['title'] = self.title if self.title
                abbr
        end