From: John S. <jo...@sz...> - 2008-12-07 18:39:17
|
On Sun, Dec 7, 2008 at 12:34 PM, Waylan Limberg <wa...@gm...> wrote: [snip] > Thanks John, and Yuri for commiting it. However, the test was failing > because the *test* was wrong, not the code. That was not valid html. A > <hr> is a block level element and no block level elements are allowed > in <p>s. I have updated the test and it passes. In other words the > code was correct. I thought I had tested for that when refactoring the > core - which explains my confusion about it failing. Heh. I was certain I looked that up... especially since I found confusing documentation on whether it was a block-level or span-level tag. Sorry for the broken test. -John |