microformats2/spec
Don Petersen 07ab221d3e Don't explode when a rel attribute exists without a base tag.
It tries to build an absolute URL for link tags that contain a rel
attribute and a relative URL, using the <base> tag to decide what to
prefix the relative URLs with.  It's very common for people to omit the
base tag and to use rel attributes in stylesheets, and that blows up the
parser.

Now we don't attempt to build absolute URLs when the base URL can't be
determined.
2013-10-08 22:06:59 +00:00
..
lib Don't explode when a rel attribute exists without a base tag. 2013-10-08 22:06:59 +00:00
support Don't explode when a rel attribute exists without a base tag. 2013-10-08 22:06:59 +00:00
spec_helper.rb adds webmock gem to development dependencies and requires in spec_helper.rb 2013-07-01 17:34:04 -07:00