element-parent now works in lhtml
unify.lisp
Mon Jan 4 07:11:36 UTC 2010 pix@kepibu.org
* element-parent now works in lhtml
--- old-Oh, Ducks!/unify.lisp 2015-04-10 05:31:45.000000000 +0000
+++ new-Oh, Ducks!/unify.lisp 2015-04-10 05:31:45.000000000 +0000
@@ -37,7 +37,7 @@
;;; descendant combinator to be sure, but the general one (#\Space) doesn't
;;; exactly show up all that well. Somebody might assume " b" was the same as
;;; "b" and get confused.
- ((ignore-errors (element-parent document)) ; bleh. element-parent breaks lhtml nodes
+ ((element-parent document)
(subjects-in-list css-specifier (element-children document)))
;; root element includes itself
(t (subjects-of css-specifier document)))))