# File lib/html5/inputstream.rb, line 351
    def initialize(value)
      super(value)
      @position = -1
    end