<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
It was deliberately provocative, don't rise too high ...<br>
<br>
<blockquote cite="mid:20090520184119.GA21274@pmichaud.com" type="cite">
  <pre wrap="">
Nothing prevents PmWiki from generating the full range of HTML tags,
it's simply that PmWiki doesn't generate them all by default.
  </pre>
</blockquote>
<br>
Agreed<br>
<br>
<blockquote cite="mid:20090520184119.GA21274@pmichaud.com" type="cite">
  <blockquote type="cite">
    <pre wrap="">(hint, hint, tables should have TH rows, 
    </pre>
  </blockquote>
  <pre wrap=""><!---->
TH *rows*?!?  I thought that &lt;th&gt; represented individual cells...?
  </pre>
</blockquote>
<br>
Well, you know what I mean.&nbsp; <br>
<br>
There is a gap in functionality though between || tables and
(:tables:).&nbsp; Would love to see that gap narrow, which would largely
eliminate the "Advanced tables" recipe.&nbsp; (Most of the zebra stripes
thing can easily be done with some CSS and a slightly adapted table
output)<br>
<br>
(Basically I think the tables are good, just not sure why the
resistance to allowing full range of output from the (:table:) markup?)<br>
<br>
<br>
<blockquote cite="mid:20090520184119.GA21274@pmichaud.com" type="cite">
  <blockquote type="cite">
    <pre wrap="">also &gt;&gt;div&lt;&lt; syntax should just 
nest because there surely can't be any real needs for divs with 
automatic closing tags?? 
    </pre>
  </blockquote>
  <pre wrap=""><!---->
False -- I use &gt;&gt;div&lt;&lt; with automatic closers a lot.  For many of
the things I write, it's much more natural to simply go from
one div to the next without having to worry about nesting/closing.
  </pre>
</blockquote>
<br>
Bah, it still feels like a hack.&nbsp; pmwiki tries to guess closing tags
everywhere and it does a good job, but generally it just feels like
it's a hack and personally I think there whould be explicit closing
tags on block elements (meaning tables and divs)<br>
<br>
Curious for a real example though... Seems unusual to have multiple
block level elements all butting up against each other giving you the
opportunity to dodge the closing tags?&nbsp; In contrast it would seem more
*probable* that nested block level elements were desired (on average?)<br>
<br>
<br>
<blockquote cite="mid:20090520184119.GA21274@pmichaud.com" type="cite">
  <blockquote type="cite">
    <pre wrap="">Also %apply=a% should be in the default syntax 
and link syntax should automatically acquire an inner span by default - 
this is all mostly fixable with some addons though)
    </pre>
  </blockquote>
  <pre wrap=""><!---->
It's very difficult to get %apply=a% to work properly in the
general case, because HTML link syntax is a bit weird.</pre>
</blockquote>
<br>
It works well enough on average as is, although I notice that it's not
collapsing multiple "class=blah" constructs, which from memory the code
was attempting to do?&nbsp; Haven't debugged it though<br>
<br>
<blockquote cite="mid:20090520184119.GA21274@pmichaud.com" type="cite">
  <pre wrap="">  I also
disagree that link syntax should automatically acquire an inner span--
a link _already_ represents a span, so I don't quite see why it needs
an additional set of tags to style it.
  </pre>
</blockquote>
<br>
Because of IE...<br>
<br>
Depends on your goals of course, but if you read all the cool cat's
blogs then it becomes easier to do fancy styling of your link tags if
you have an inner span to play with.&nbsp; Most of the fancy techniques to
add background graphics, icons make them into buttons (sliding doors
technique especially) require a second element to play with.<br>
<br>
Probably this won't be needed on FF4 and IE12, but it seems helpful
right now<br>
<br>
Example of turning a link into a button (orange buttons inline):<br>
<a class="moz-txt-link-freetext" href="http://www.mailasail.com/Shop/IridiumPhones">http://www.mailasail.com/Shop/IridiumPhones</a><br>
<br>
Can't see any negatives in doing it either...<br>
<br>
Just my 2p anyway<br>
<br>
Ed W<br>
<br>
P.S.&nbsp; Thanks for PMWiki<br>
</body>
</html>