# File lib/celerity/input_element.rb, line 10
    def readonly?
      assert_exists
      @object.hasAttribute 'readonly'
    end