https://bugzilla.wikimedia.org/show_bug.cgi?id=19416





--- Comment #12 from Splarka <[email protected]>  2009-07-03 04:26:43 UTC ---
> This is the core of the problem, IMO.  <pre> is used primarily to show code 
> snippets.
> Semantically, it makes a lot of sense for Geshi's output to be wrapped in a 
> pre.

No it doesn't. If you want to be semantic, we should be using <code> (see
w3.org). While <pre> is for <pre>formatted text.

> Can someone give me a usecase...

<source line lang="javascript">
alert('hello');
alert('hello');
alert('hello');
</source>

This puts /each line/ in a <pre>. And faking it, as previously stated, is
unmaintainable. Please, go open a separate bug for that (making geshi borders
fake a pre style as before, or actually output a <pre>), it will probably be
"upstream" though. 

For the last time, this bug is about a non-pre omni-skin border. There is
plenty of room for a separate bug for your desires. Do I have to open it for
you? 


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to