Changeset 103

Show
Ignore:
Timestamp:
01/31/2007 03:22:38 (22 months ago)
Author:
lwu
Message:

:fixup two Hpricot README typos

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/README

    r102 r103  
    1818 
    1919# Hpricot is *a standalone library*.  It requires no other libraries.  Just Ruby! 
    20 # While priding itself on speed, Hpricot *work hard to sort out bad HTML* and 
     20# While priding itself on speed, Hpricot *works hard to sort out bad HTML* and 
    2121  pays a small penalty in order to get that right.  So that's slightly more important 
    2222  to me than speed. 
     
    224224 
    225225This doesn't quite meet the XHTML 1.0 Strict standard, it just tries to follow the rules a bit better.  Like: say Hpricot finds  
    226 a paragraph in a link, it's going to move the paragraph below the link.  Or up and out of other elements where paragraphs don't below. 
     226a paragraph in a link, it's going to move the paragraph below the link.  Or up and out of other elements where paragraphs don't belong. 
    227227 
    228228If an unknown element is found, it is ignored.  Again, <tt>:fixup_tags</tt>.