Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2007-10-10 09:47:28
- telcontar
- Member
- Registered: 2007-09-20
- Posts: 11
[textile] invalid html, again
I’m starting a new post because my previous post has moved on to $Id$ tags and TRAC / Subversion.
I figured out that in my previous post, at http://forum.textpattern.com/viewtopic.php?pid=159220#p159220 I did not post the correct problem description.
The following textile code creates invalid HTML:
bq.. *some text* Paragraph * list item 1 * list item 2
With the following result:
<blockquote> <p><strong>some text</strong></p> <p>Paragraph</p> <p> <ul> <li>list item 1</li> <li>list item 2</li> </ul></p> </blockquote>
E.g. the result is HTML code in which the <ul> tag is wrapped in a <p> tag. According to the W3C validator and specs, <ul> tags are valid within a <blockquote>.
Any help would be greatly appreciated!
— telcontar
Offline
Re: [textile] invalid html, again
Try that on this website and if it gives the same result, report it as a bug.
Offline
#3 2007-10-10 11:53:29
- telcontar
- Member
- Registered: 2007-09-20
- Posts: 11
Re: [textile] invalid html, again
I already tried it on textile.thresholdstate.com, same result. Report it as a bug where? On http://dev.textpattern.com/ it seems only registered users can open tickets. I assume that’s intentional ;-)
Offline
Re: [textile] invalid html, again
You can report it in the same page that ruud has linked:
http://textile.thresholdstate.com/
After hitting the “Textile to HTML” button, you will find a “Report a bug” link at the bottom of the “Browser” view..
Offline
#5 2007-10-11 13:48:35
- telcontar
- Member
- Registered: 2007-09-20
- Posts: 11
Re: [textile] invalid html, again
So obvious it eluded me. Thanks, done.
Offline