Textile in Radiant

Does anybody know why textile wants to wrap a string of capital letters
with a tag? Or know how to keep it from happening?
Why’s textile reference doesn’t mention anything about this “feature”.

~Nate

On Fri, Jun 6, 2008 at 6:43 AM, [email protected]
[email protected]
wrote:

Does anybody know why textile wants to wrap a string of capital letters

with a tag? Or know how to keep it from happening?
Why’s textile reference doesn’t mention anything about this “feature”.


Sincerely,
Bjorn Michelsen

Well… As the link explains, the ‘caps’ span is there so that we can
style acronyms. This is very strange to me. How come the people who
implementet this didn’t use the already existing tag in
HTML for this?

Regards
Thomas W.
http://justaddwater.dk/

Thomas W. Steen said the following on 06/06/08 09:05 AM:

Well… As the link explains, the ‘caps’ span is there so that we can
style acronyms. This is very strange to me. How come the people who
implementet this didn’t use the already existing tag in
HTML for this?

HTML acronym tag

Possibly because its not forward compatible:

http://www.w3schools.com/tags/html5_acronym.asp


You’ve never been lost until you’ve been lost at Mach 3. – Paul F
Crickmore

On Fri, 2008-06-06 at 08:16 -0500, Sean C. wrote:

Thomas,

I agree, but perhaps not everything in caps would be an . You
can achieve the effect by putting something in parentheses
after the term. Example:

But, however, if I don’t want to use an acronym for something like a TV
station’s call letters, KLBT, which isn’t an acronym for anything, then
I have to add a style for a .caps class or add a title to behave like an
acronym. I had never seen this in Textile before. I thought it was
something Radiant specific, but this was apparently of Why’s doing. I’ll
just work around it. Thanks.

~Nate

Thomas,

I agree, but perhaps not everything in caps would be an . You
can achieve the effect by putting something in parentheses
after the term. Example:

HTML(HyperText Markup Language)

produces

HTML

Sean

Read the RedCloth rdoc. There’s a no_span_caps restriction/accessor
in both 3.0.4 and the forthcoming 4.0.

On Fri, 2008-06-06 at 15:11 -0400, Jason G. wrote:

Read the RedCloth rdoc. There’s a no_span_caps restriction/accessor
in both 3.0.4 and the forthcoming 4.0.

Thanks. I’ll look into it.

~Nate