From: Dave P. <dav...@gm...> - 2016-03-23 07:26:40
|
On 22 March 2016 at 21:54, Maurice van der Pot <gri...@kf...> wrote: > Hi Dave, > > On Tue, Mar 22, 2016 at 08:06:15PM +0000, Dave Pawson wrote: >> || is overloading current markup? How to differentiate between >> my 'empty' cell and your colspan? > > I don't believe it is. An empty cell already requires at least one space > between two vertical bars. Adjacent vertical bars are currently treated > as a single bar. So it would just be the interpretation of two or more bars. Sounds good, no change in semantic. > >> Is there a way to use meta markup? > > I'm not sure what you mean by that. See below > >> id the table, id the row then the colspan (start / end) >> Perhaps steal the Xpath syntax for this? >> >> Is CSS capable of doing this? > > It might be, but I consider rowspan/colspan to be a content decision and > not a styling one. I disagree. Presentation - spanning, is not, IMHO, content. But if you're talking about including css/xpath-style > things in the markup, I think my proposal fits better with markdown's > purpose of being "publishable as-is, as plain text, without looking like > it’s been marked up with tags or formatting instructions". No, I was not intending a content addition. A separate file which specified spanning requirements, which might use CSS, if possible. Select the cells, then CSS created to style it for spanning. This would address colspan also. Especially since no colspan can be added without disrupting present use? regards > -- > Maurice van der Pot > > Kdiff3 developer gri...@kf... http://kdiff3.sourceforge.net > Tdiff3 developer https://github.com/Griffon26/tdiff3 -- Dave Pawson XSLT XSL-FO FAQ. Docbook FAQ. http://www.dpawson.co.uk |