# File lib/html5/filters/rfc3987.rb, line 87
def is_valid_fully_qualified_uri(value)
  is_valid_uri(value, rfc2396_full)
end