microformats2/spec/support/lib/microformats2
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
..
implied_property cleans up implied property and adds lots of specs for them 2013-04-18 22:13:36 -07:00
nested-format-with-property.html makes specs way more readable 2013-04-18 22:13:37 -07:00
nested-format-with-property.js modifying existing test JSON output to add blank rel hashes 2013-09-15 11:51:49 +01:00
nested-format-without-property.html makes specs way more readable 2013-04-18 22:13:37 -07:00
nested-property.html makes specs way more readable 2013-04-18 22:13:37 -07:00
nested-property.js modifying existing test JSON output to add blank rel hashes 2013-09-15 11:51:49 +01:00
rels-that-drop-the-base.html Don't explode when a rel attribute exists without a base tag. 2013-10-08 22:06:59 +00:00
rels.html adding specs for rels/alternates 2013-09-15 11:51:24 +01:00
rels.js adding specs for rels/alternates 2013-09-15 11:51:24 +01:00
simple.html makes simple case slightly more complex 2013-04-18 22:13:37 -07:00
simple.js modifying existing test JSON output to add blank rel hashes 2013-09-15 11:51:49 +01:00