Ticket #11 (closed enhancement)
hpricot rearranges attributes
| Reported by: | hadley | Owned by: | why |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.6 |
| Component: | lib/hpricot | Version: | 0.4 |
| Keywords: | Cc: |
Description
puts Hpricot('<link href="/_common/screen.css" type="text/css" rel="stylesheet" />')
<link href="/_common/screen.css" rel="stylesheet" type="text/css" />
It would be nice if it preserved the order in the original html as much as possible. This is desirable because when you are using hpricot to make changes to html documents, you only want the bit you actually changed to change in the output. (Obviously this is hard to do, but would be nice!)
Change History
Note: See
TracTickets for help on using
tickets.
