microformats2/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 renames ImpliedProperty::Foundation#value to #to_s 2013-04-18 22:13:37 -07:00
property Remove un-needed to_s method on DateTime 2013-04-18 22:13:38 -07:00
collection.rb Don't explode when a rel attribute exists without a base tag. 2013-10-08 22:06:59 +00:00
format.rb defines the accesors on the singelton class only 2013-04-18 22:13:38 -07:00
format_parser.rb fixes whitespace issue. uses two spaces instead of tabs 2013-04-18 22:13:36 -07:00
parser.rb removes saved headers from param defaults 2013-07-01 18:31:25 -07:00
property.rb Jessica has strong feelings on whitespace 2013-04-18 22:13:38 -07:00
property_parser.rb DRY up the logic to create new property classes. 2013-04-18 22:13:38 -07:00
version.rb updates version 2013-07-01 18:32:38 -07:00