# File lib/cgikit/elements/generic_element.rb, line 67
  def begin_context( context )
    take_value(:name)
    take_value(:tag)
    context.increment(@values[:name])
    if form? then
      context.append_zero
      context.in_form = true
    elsif link? then
      context.append_zero
    end
  end