Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#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

#2 2007-10-10 11:46:34

ruud
Developer Emeritus
From: a galaxy far far away
Registered: 2006-06-04
Posts: 5,068
Website

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

#4 2007-10-10 14:54:50

maniqui
Member
From: Buenos Aires, Argentina
Registered: 2004-10-10
Posts: 3,070
Website

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..


La música ideas portará y siempre continuará

TXP Builders – finely-crafted code, design and txp

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

Board footer

Powered by FluxBB