# File lib/html5/filters/validator.rb, line 267 def initialize(stream, *args) super(HTML5::HTMLTokenizer.new(stream, *args)) @things_that_define_an_id = [] @things_that_point_to_an_id = [] @ids_we_have_known_and_loved = [] end