# File lib/html5/filters/rfc2046.rb, line 26
def is_valid_mime_type(value)
  # !!mime_re.match(value)
  true
end